HomeSort by relevance Sort by last modified time
    Searched defs:resume (Results 1 - 25 of 601) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libgdx/gdx/src/com/badlogic/gdx/
LifecycleListener.java 20 * will receive notification of pause, resume and dispose events. This is mainly meant to be used by extensions that need to
33 public void resume (); method in interface:LifecycleListener
ApplicationAdapter.java 39 public void resume () { method in class:ApplicationAdapter
ApplicationListener.java 50 public void resume (); method in interface:ApplicationListener
Screen.java 41 /** @see ApplicationListener#resume() */
42 public void resume (); method in interface:Screen
ScreenAdapter.java 43 public void resume () { method in class:ScreenAdapter
Game.java 40 public void resume () { method in class:Game
41 if (screen != null) screen.resume();
  /frameworks/av/media/libmediaplayerservice/
RemoteDisplay.cpp 52 status_t RemoteDisplay::resume() { function in class:android::RemoteDisplay
53 return mSource->resume();
  /packages/apps/Messaging/src/com/android/messaging/ui/
PlaybackStateView.java 35 * Resume the playback, or start it if it hasn't been started yet.
37 void resume(); method in interface:PlaybackStateView
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPDebuggeeWrapper.java 99 public void resume() { method in class:JDWPDebuggeeWrapper
100 vmMirror.resume();
  /frameworks/base/rs/java/android/renderscript/
RSSurfaceView.java 123 * recreate the OpenGL display and resume the rendering
127 public void resume() { method in class:RSSurfaceView
129 mRS.resume();
RSTextureView.java 131 * recreate the OpenGL display and resume the rendering
135 public void resume() { method in class:RSTextureView
137 mRS.resume();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
DebuggeeWrapper.java 73 * An implementation of this method must cause the debuggee to resume.
75 public abstract void resume(); method in class:DebuggeeWrapper
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/jsdom/
parsing_unit.js 26 ParsingUnit.prototype.resume = function () {
30 //while parsing loop is still running. E.g. when suspend() and resume() called synchronously.
  /external/libgdx/gdx/src/com/badlogic/gdx/audio/
Sound.java 84 public void resume (); method in interface:Sound
102 public void resume (long soundId); method in interface:Sound
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DirtyRenderingTest.java 37 public void resume () { method in class:DirtyRenderingTest
LifeCycleTest.java 39 public void resume () { method in class:LifeCycleTest
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/utils/
GdxTest.java 38 public void resume () { method in class:GdxTest
  /external/libunwind/tests/
test-proc-info.c 107 resume (unw_addr_space_t as UNUSED, function
143 acc.resume = resume;
  /external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
LazyThreadGroupReference.java 56 @Override public void resume() { method in class:LazyThreadGroupReference
57 getValue().resume();
  /frameworks/av/media/libmedia/
IRemoteDisplay.cpp 27 RESUME,
45 virtual status_t resume() { function in class:android::BpRemoteDisplay
48 remote()->transact(RESUME, data, &reply);
82 case RESUME:
85 reply->writeInt32(resume());
  /frameworks/av/services/audioflinger/
AudioWatchdog.cpp 47 // ignore previous timestamp after resume()
49 // force an immediate log on first underrun after resume()
114 resume();
123 void AudioWatchdog::resume() function in class:android::AudioWatchdog
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
PausableChronometer.java 59 * Resume the timer after a previous pause.
62 public void resume() { method in class:PausableChronometer
  /system/update_engine/
binder_service_android.cc 110 Status BinderUpdateEngineAndroidService::resume() { function in class:chromeos_update_engine::BinderUpdateEngineAndroidService
  /external/libgdx/tests/gdx-tests-lwjgl3/src/com/badlogic/gdx/tests/lwjgl3/
MultiWindowCursorTest.java 54 public void resume() { method in class:MultiWindowCursorTest.WindowWithCursorListener
55 listener.resume();
  /development/ndk/platforms/android-3/include/linux/
platform_device.h 32 int (*resume)(struct platform_device *); member in struct:platform_driver

Completed in 4201 milliseconds

1 2 3 4 5 6 7 8 91011>>