Searched defs:resume (Results 1 - 25 of 52) sorted by relevance

123

/packages/apps/Messaging/src/com/android/messaging/ui/
H A DPlaybackStateView.java37 void resume(); method in interface:PlaybackStateView
H A DAudioPlaybackProgressBar.java70 resume();
82 public void resume() { method in class:AudioPlaybackProgressBar
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DPausableChronometer.java62 public void resume() { method in class:PausableChronometer
/packages/apps/Settings/src/com/android/settings/nfc/
H A DBaseNfcEnabler.java58 public void resume() { method in class:BaseNfcEnabler
/packages/apps/Camera2/src/com/android/camera/module/
H A DModuleController.java52 public void resume(); method in interface:ModuleController
/packages/apps/Camera2/src/com/android/camera/processing/
H A DProcessingTask.java79 public void resume(); method in interface:ProcessingTask
H A DProcessingService.java69 ProcessingService.this.resume();
84 * Sending this broadcast intent will cause the processing to resume after
168 private void resume() { method in class:ProcessingService
174 mCurrentTask.resume();
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
H A DImageShadowTask.java118 public void resume() { method in class:ImageShadowTask
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
H A DMockContactPhotoManager.java58 public void resume() { method in class:MockContactPhotoManager
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DOrientationManager.java51 public void resume() { method in class:OrientationManager
H A DEyePosition.java211 public void resume() { method in class:EyePosition
H A DSinglePhotoDataAdapter.java151 public void resume() { method in class:SinglePhotoDataAdapter
H A DSlideshowDataAdapter.java197 public synchronized void resume() { method in class:SlideshowDataAdapter
H A DStateManager.java74 if (mIsResumed) state.resume();
103 if (mIsResumed) state.resume();
120 public void resume() { method in class:StateManager
123 if (!mStack.isEmpty()) getTopState().resume();
218 if (top != null && mIsResumed) top.resume();
253 if (mIsResumed) state.resume();
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMediaSource.java46 public void resume() { method in class:MediaSource
H A DLocalSource.java265 public void resume() { method in class:LocalSource
/packages/apps/Settings/src/com/android/settings/
H A DAirplaneModeEnabler.java85 public void resume() { method in class:AirplaneModeEnabler
/packages/apps/Camera2/src/com/android/camera/app/
H A DOrientationManagerImpl.java87 public void resume() { method in class:OrientationManagerImpl
/packages/apps/Dialer/java/com/android/incallui/
H A DVideoPauseController.java31 * This class is responsible for generating video pause/resume requests when the InCall UI is sent
178 * call in dialing state, resume the new primary call. DialerCall swap: Where the new primary call
197 // Send resume request for the active call, if user rejects incoming call, ends dialing
268 * Called when UI is brought to the foreground. Sends a session modification request to resume the
271 * @param isInCall {@code true} if we are in an active call. A resume request is only sent to the
310 * @param resume If true resume request will be sent, otherwise pause request.
312 private void sendRequest(DialerCall call, boolean resume) { argument
317 if (resume) {
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DFaceView.java116 public void resume() { method in class:FaceView
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothEnabler.java102 public void resume(Context context) { method in class:BluetoothEnabler
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiEnabler.java124 public void resume(Context context) { method in class:WifiEnabler
/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentModule.java150 public void resume() { method in class:CaptureIntentModule
/packages/apps/Camera2/src/com/android/camera/ui/
H A DFaceView.java145 public void resume() { method in class:FaceView
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSlotRenderer.java173 public void resume() { method in class:AlbumSlotRenderer
174 mDataWindow.resume();

Completed in 509 milliseconds

123