Searched refs:onPause (Results 201 - 225 of 231) sorted by relevance

12345678910

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationListFragment.java676 public void onPause() { method in class:ConversationListFragment
677 super.onPause();
H A DConversationViewFragment.java469 public void onPause() { method in class:ConversationViewFragment
470 super.onPause();
472 mWebView.onPause();
H A DFolderListFragment.java493 public void onPause() { method in class:FolderListFragment
494 super.onPause();
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
H A DProviderPerfActivity.java234 @Override public void onPause() { method in class:ProviderPerfActivity
235 super.onPause();
/packages/services/Telephony/src/com/android/phone/
H A DMobileNetworkSettings.java390 protected void onPause() { method in class:MobileNetworkSettings
391 super.onPause();
H A DCallFeaturesSetting.java442 public void onPause() { method in class:CallFeaturesSetting
443 super.onPause();
/packages/apps/Calendar/src/com/android/calendar/
H A DAllInOneActivity.java562 protected void onPause() { method in class:AllInOneActivity
563 super.onPause();
569 mActionBarMenuSpinnerAdapter.onPause();
H A DEventInfoFragment.java2060 public void onPause() { method in class:EventInfoFragment
2063 super.onPause();
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageVolumePreferenceCategory.java394 public void onPause() { method in class:StorageVolumePreferenceCategory
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DDialpadFragment.java190 // send key and cleared in onPause.
667 public void onPause() { method in class:DialpadFragment
668 super.onPause();
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java1295 public void onPause() { method in class:PhotoPage
1296 super.onPause();
/packages/apps/Settings/src/com/android/settings/
H A DSettingsActivity.java761 public void onPause() { method in class:SettingsActivity
762 super.onPause();
/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java1002 public void onPause() { method in class:ManageApplications
1003 super.onPause();
H A DInstalledAppDetails.java605 public void onPause() { method in class:InstalledAppDetails
606 super.onPause();
/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java124 // onPause() might come in too late, causing apps to disappear after broadcasts
300 public void onPause() { method in class:AppRestrictionsFragment
301 super.onPause();
721 // to avoid taking the hit in onPause(), which can cause race conditions on user switch.
/packages/apps/Browser/src/com/android/browser/
H A DController.java626 public void onPause() { method in class:Controller
649 mUi.onPause();
650 mNetworkHandler.onPause();
H A DTab.java1450 mMainView.onPause();
1452 mSubView.onPause();
H A DBaseUi.java157 public void onPause() { method in class:BaseUi
/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java1616 public void onPause() { method in class:CameraActivity
1641 mPanoramaViewHelper.onPause();
1664 super.onPause();
1690 // lockscreen onResume->onPause->onResume sequence.
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmClockFragment.java355 public void onPause() { method in class:AlarmClockFragment
356 super.onPause();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java1020 public void onPause() { method in class:FilterShowActivity
1021 super.onPause();
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCamera.java860 // (1) When the activity's onPause() is called, we need to finish all the
870 // onPause() or showSharePopup()) because the time to finishing a long queue
1576 protected void onPause() { method in class:Camera
1613 // a picture, we just clear it in onPause.
1621 super.onPause();
1758 // Sometimes surfaceChanged is called after onPause or before onResume.
2204 // ignore the events after "onPause()"
H A DVideoCamera.java982 protected void onPause() { method in class:VideoCamera
983 super.onPause();
1087 // The fact that surfaceChanged is called _after_ an onPause appears
2101 // ignore the events after "onPause()" or preview has not started yet
/packages/apps/Music/src/com/android/music/
H A DTrackBrowserActivity.java315 public void onPause() { method in class:TrackBrowserActivity
317 super.onPause();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java984 // Background was set to gradient in onPause(), restore to black if in all apps.
1065 protected void onPause() { method in class:Launcher
1068 PackageInstallerCompat.getInstance(this).onPause();
1070 super.onPause();

Completed in 1498 milliseconds

12345678910