HomeSort by relevance Sort by last modified time
    Searched defs:mOnIndicatorEventListener (Results 1 - 2 of 2) sorted by null

  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControl.java 44 protected OnIndicatorEventListener mOnIndicatorEventListener;
76 mOnIndicatorEventListener = listener;
ZoomControl.java 64 protected OnIndicatorEventListener mOnIndicatorEventListener;
105 if (mOnIndicatorEventListener != null) {
106 mOnIndicatorEventListener.onIndicatorEvent(
124 mOnIndicatorEventListener = listener;

Completed in 69 milliseconds