Searched refs:onPause (Results 226 - 250 of 256) sorted by relevance

1234567891011

/packages/services/Telephony/src/com/android/phone/settings/
H A DVoicemailSettingsActivity.java300 public void onPause() { method in class:VoicemailSettingsActivity
301 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/UnifiedEmail/src/com/android/mail/ui/
H A DConversationViewFragment.java481 public void onPause() { method in class:ConversationViewFragment
482 super.onPause();
484 mWebView.onPause();
H A DFolderListFragment.java518 public void onPause() { method in class:FolderListFragment
519 super.onPause();
/packages/apps/Dialer/src/com/android/dialer/voicemail/
H A DVoicemailPlaybackPresenter.java303 public void onPause() { method in class:VoicemailPlaybackPresenter
307 Log.d(TAG, "onPause: Orientation changed.");
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPeopleActivity.java416 protected void onPause() { method in class:PeopleActivity
419 super.onPause();
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DDialpadFragment.java202 // send key and cleared in onPause.
696 public void onPause() { method in class:DialpadFragment
697 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/applications/
H A DManageApplications.java432 public void onPause() { method in class:ManageApplications
433 super.onPause();
/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java121 // onPause() might come in too late, causing apps to disappear after broadcasts
292 public void onPause() { method in class:AppRestrictionsFragment
293 super.onPause();
697 // to avoid taking the hit in onPause(), which can cause race conditions on user switch.
/packages/services/Telephony/src/com/android/phone/
H A DMobileNetworkSettings.java747 protected void onPause() { method in class:MobileNetworkSettings
748 super.onPause();
749 if (DBG) log("onPause:+");
759 if (DBG) log("onPause:-");
/packages/apps/Browser/src/com/android/browser/
H A DController.java633 public void onPause() { method in class:Controller
656 mUi.onPause();
657 mNetworkHandler.onPause();
H A DTab.java1449 mMainView.onPause();
1451 mSubView.onPause();
H A DBaseUi.java157 public void onPause() { method in class:BaseUi
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmClockFragment.java379 public void onPause() { method in class:AlarmClockFragment
380 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/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationFragment.java980 public void onPause() { method in class:ConversationFragment
981 super.onPause();
/packages/apps/Music/src/com/android/music/
H A DTrackBrowserActivity.java315 public void onPause() { method in class:TrackBrowserActivity
317 super.onPause();
/packages/apps/Settings/src/com/android/settings/
H A DSettingsActivity.java838 public void onPause() { method in class:SettingsActivity
839 super.onPause();
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DCameraManager.java72 * Callers should call onPause and onResume to ensure that the camera is release while the activity
507 void onPause() { method in class:CameraManager
511 /** Reopens the camera if it was opened when onPause was called */
/packages/apps/FMRadio/src/com/android/fmradio/views/
H A DFmScroller.java916 * Called when FmRadioActivity.onPause()
918 public void onPause() { method in class:FmScroller
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java1000 // Background was set to gradient in onPause(), restore to transparent if in all apps.
1075 protected void onPause() { method in class:Launcher
1079 super.onPause();
1091 mLauncherCallbacks.onPause();

Completed in 2277 milliseconds

1234567891011