HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 126 - 150 of 1387) sorted by null

1 2 3 4 56 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Layers.java 62 canvas.restore();
  /development/samples/ApiDemos/src/com/example/android/apis/os/
Sensors.java 142 canvas.restore();
147 canvas.restore();
161 canvas.restore();
166 canvas.restore();
  /external/bison/lib/
hard-locale.c 67 /* Restore the caller's locale. */
  /external/openssl/crypto/
sparccpuid.S 128 restore
164 restore
202 restore
234 restore
  /external/proguard/src/proguard/gui/splash/
ColorSprite.java 62 // Restore the old color.
FontSprite.java 62 // Restore the old font.
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
mmx_main.asm 62 ; Restore the registers used by the blitters, necessary for optimized code
x86_main.asm 63 ; Restore the registers used by the blitters, necessary for optimized code
  /external/skia/gm/
filltypes.cpp 37 canvas->restore();
  /external/skia/src/animator/
SkAnimateActive.h 77 SkTDOperandPtrArray fSaveRestore; // if apply has restore="true"
SkDrawSaveLayer.cpp 60 maker.fCanvas->restore();
  /external/skia/src/images/
SkFDStream.cpp 47 // can't restore, error
  /external/webkit/WebCore/bindings/js/
ScriptCachedFrameData.h 50 void restore(Frame*);
  /external/webkit/WebCore/history/
CachedFrame.cpp 80 void CachedFrameBase::restore() function in class:WebCore::CachedFrameBase
85 m_cachedFrameScriptData->restore(frame);
142 // Deconstruct the FrameTree, to restore it later.
181 // 1 - Successfully restore()'d by going back/forward.
CachedPage.h 42 void restore(Page*);
  /external/webkit/WebCore/platform/graphics/filters/
SourceAlpha.cpp 70 filterContext->restore();
  /external/webkit/WebCore/platform/graphics/qt/
StillImageQt.cpp 62 ctxt->restore();
  /packages/apps/Calendar/src/com/android/calendar/
DayActivity.java 29 * focus when a view hierarchy is saved / restore
AgendaActivity.java 85 // TODO: We should restore the old heap size once the activity reaches the idle state
101 Log.v(TAG, "Restore value from icicle: " + millis);
111 Log.v(TAG, "Restore value from intent: " + time.toString());
  /packages/apps/Phone/src/com/android/phone/
GsmUmtsAdditionalCallOptions.java 41 if (DBG) Log.d(LOG_TAG, "restore stored states");
  /system/extras/tests/bionic/libc/common/
test_seteuid.c 54 printf("After restore: ruid=%d euid=%d\n", ruid, euid);
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWindow.m 84 UI elements, and restore the SDL surface. This way, no expose event
99 /* restore visible SDL surface */
178 /* restore cached image, since it may not be current, post expose event too */
  /external/skia/src/utils/
SkNWayCanvas.cpp 69 void SkNWayCanvas::restore() { function in class:SkNWayCanvas
72 iter->restore();
74 this->INHERITED::restore();
  /frameworks/base/core/java/android/app/backup/
SharedPreferencesBackupHelper.java 36 * allocated and installed as a backup/restore handler within the BackupAgentHelper
37 * framework. For example, an agent supporting backup and restore for
111 * Restores one entity from the restore data stream to its proper shared
  /frameworks/base/core/java/android/widget/
AnalogClock.java 202 canvas.restore();
214 canvas.restore();
217 canvas.restore();

Completed in 1609 milliseconds

1 2 3 4 56 7 8 91011>>