Searched refs:onUserInteraction (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DUserInteractionListener.java25 public void onUserInteraction(); method in interface:UserInteractionListener
H A DSlotView.java203 if (mUIListener != null) mUIListener.onUserInteraction();
/packages/apps/Camera/src/com/android/camera/
H A DCameraModule.java61 public void onUserInteraction(); method in interface:CameraModule
H A DCameraActivity.java371 public void onUserInteraction() { method in class:CameraActivity
372 super.onUserInteraction();
373 mCurrentModule.onUserInteraction();
H A DPanoramaModule.java1192 public void onUserInteraction() { method in class:PanoramaModule
H A DPhotoModule.java2373 public void onUserInteraction() { method in class:PhotoModule
H A DVideoModule.java1046 public void onUserInteraction() { method in class:VideoModule
/packages/apps/DeskClock/src/com/android/deskclock/
H A DScreensaverActivity.java159 public void onUserInteraction() { method in class:ScreensaverActivity
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculator.java211 public void onUserInteraction() { method in class:Calculator
212 super.onUserInteraction();
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java202 onUserInteraction();
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java1138 public void onUserInteraction() { method in class:PanoramaActivity
1139 super.onUserInteraction();
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCamera.java2232 public void onUserInteraction() { method in class:Camera
2233 super.onUserInteraction();
H A DVideoCamera.java1017 public void onUserInteraction() { method in class:VideoCamera
1018 super.onUserInteraction();
/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java1653 public void onUserInteraction() { method in class:CameraActivity
1654 super.onUserInteraction();
/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java743 // This is a workaround for bug 1609057. Since onUserInteraction() is
747 onUserInteraction();
3444 // This is a workaround for bug 1609057. Since onUserInteraction() is
3448 onUserInteraction();

Completed in 1170 milliseconds