Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DCropView.java87 private CropInteractionListener mCropInteractionListener; field in CropView
350 mCropInteractionListener = listener; in setCropInteractionListener()
380 if (mCropInteractionListener != null && isVertical(mCurrentDraggingBoundary)) { in updateListener()
384 mCropInteractionListener.onCropDragStarted(mCurrentDraggingBoundary, in updateListener()
389 mCropInteractionListener.onCropDragMoved(mCurrentDraggingBoundary, in updateListener()
394 mCropInteractionListener.onCropDragComplete(); in updateListener()