Searched defs:onPause (Results 51 - 75 of 126) sorted by relevance

123456

/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java65 protected void onPause() { method in class:PhotoViewActivity
66 mController.onPause();
67 super.onPause();
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DBassBoostTest.java105 public void onPause() { method in class:BassBoostTest
106 super.onPause();
H A DEnvReverbTest.java180 public void onPause() { method in class:EnvReverbTest
181 super.onPause();
H A DEqualizerTest.java163 public void onPause() { method in class:EqualizerTest
164 super.onPause();
H A DPresetReverbTest.java107 public void onPause() { method in class:PresetReverbTest
108 super.onPause();
H A DVirtualizerTest.java103 public void onPause() { method in class:VirtualizerTest
104 super.onPause();
H A DVisualizerTest.java176 public void onPause() { method in class:VisualizerTest
177 super.onPause();
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java400 protected void onPause() method in class:SoundPoolTest
402 Log.v(LOG_TAG, "onPause");
403 super.onPause();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardAbsKeyInputView.java162 public void onPause() { method in class:KeyguardAbsKeyInputView
H A DKeyguardAccountView.java310 public void onPause() { method in class:KeyguardAccountView
H A DKeyguardFaceUnlockView.java132 public void onPause() { method in class:KeyguardFaceUnlockView
133 if (DEBUG) Log.d(TAG, "onPause()");
H A DKeyguardPasswordView.java104 public void onPause() { method in class:KeyguardPasswordView
105 super.onPause();
H A DKeyguardSecurityViewFlipper.java102 public void onPause() { method in class:KeyguardSecurityViewFlipper
105 ksv.onPause();
H A DKeyguardSimPukView.java204 public void onPause() { method in class:KeyguardSimPukView
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DSelectPrinterActivity.java237 public void onPause() { method in class:SelectPrinterActivity
241 super.onPause();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsActivity.java90 public void onPause() { method in class:RecentsActivity
95 super.onPause();
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbStorageActivity.java185 protected void onPause() { method in class:UsbStorageActivity
186 super.onPause();
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DSourceActivity.java112 protected void onPause() { method in class:SourceActivity
113 super.onPause();
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java425 protected void onPause() { method in class:ActivityTestMain
426 super.onPause();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DSmartCamera.java233 public void onPause() { method in class:SmartCamera
234 super.onPause();
235 Log.i(TAG, "onPause");
237 mContext.onPause();
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DAutomaticActivity.java104 protected void onPause() { method in class:AutomaticActivity
105 super.onPause();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java76 // Ideally a game should implement onResume() and onPause()
83 protected void onPause() { method in class:GLDepthTestActivity
84 // Ideally a game should implement onResume() and onPause()
86 super.onPause();
87 mGLSurfaceView.onPause();
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerController.java88 public void onPause() { method in class:PlayerController
90 Log.d(TAG, "onPause, unbinding from service");
H A DPlayerSession.java253 public void onPause() { method in class:PlayerSession.SessionCb
254 mRenderer.onPause();
/frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
H A DDemoModeController.java74 protected void onPause() { method in class:DemoModeController
75 super.onPause();

Completed in 625 milliseconds

123456