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

123456

/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DBlasControls.java99 protected void onPause() { method in class:BlasControls
100 super.onPause();
/frameworks/base/core/java/com/android/internal/app/
H A DLocalePickerWithRegion.java186 public void onPause() { method in class:LocalePickerWithRegion
187 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.java220 public void onPause() { method in class:KeyguardAbsKeyInputView
H A DKeyguardPasswordView.java133 public void onPause() { method in class:KeyguardPasswordView
134 super.onPause();
H A DKeyguardSecurityViewFlipper.java106 public void onPause() { method in class:KeyguardSecurityViewFlipper
109 ksv.onPause();
H A DKeyguardSimPinView.java168 public void onPause() { method in class:KeyguardSimPinView
H A DKeyguardSimPukView.java211 public void onPause() { method in class:KeyguardSimPukView
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DSettingsDrawerActivity.java143 protected void onPause() { method in class:SettingsDrawerActivity
148 super.onPause();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
H A DRecentsTvActivity.java429 public void onPause() { method in class:RecentsTvActivity
430 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.java490 protected void onPause() { method in class:ActivityTestMain
491 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();
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DIPControls.java180 protected void onPause() { method in class:IPControls
181 super.onPause();

Completed in 591 milliseconds

123456