Home
last modified time | relevance | path

Searched refs:mCropInteractionListener (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DCropView.java87 private CropInteractionListener mCropInteractionListener; field in CropView
356 mCropInteractionListener = listener; in setCropInteractionListener()
391 if (mCropInteractionListener != null && isVertical(mCurrentDraggingBoundary)) { in updateListener()
395 mCropInteractionListener.onCropDragStarted(mCurrentDraggingBoundary, in updateListener()
400 mCropInteractionListener.onCropDragMoved(mCurrentDraggingBoundary, in updateListener()
405 mCropInteractionListener.onCropDragComplete(); in updateListener()