Searched defs:mUIListener (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentModule.java85 mUIListener);
240 private final CaptureIntentModuleUI.Listener mUIListener = field in class:CaptureIntentModule
/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModule.java172 private final CaptureModuleUI.CaptureModuleUIListener mUIListener = field in class:CaptureModule
421 mUI = new CaptureModuleUI(activity, mAppController.getModuleLayoutRoot(), mUIListener);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlotView.java68 private UserInteractionListener mUIListener; field in class:SlotView
203 if (mUIListener != null) mUIListener.onUserInteraction();
223 mUIListener = listener;
301 final UserInteractionListener listener = mUIListener;
665 if (mUIListener != null) mUIListener.onUserInteractionBegin();

Completed in 105 milliseconds