HomeSort by relevance Sort by last modified time
    Searched defs:restore (Results 176 - 200 of 321) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 786 public void restore() { method in class:GLES11Canvas
789 config.restore(this);
812 public void restore(GLES11Canvas canvas) { method in class:GLES11Canvas.ConfigState
876 restore(); // restore matrix and alpha method
    [all...]
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
AnalogWatchFaceService.java 437 /* Restore the canvas' original orientation. */
438 canvas.restore();
SweepWatchFaceService.java 402 /* Restore the canvas' original orientation. */
403 canvas.restore();
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
AnalogWatchFaceService.java 437 /* Restore the canvas' original orientation. */
438 canvas.restore();
SweepWatchFaceService.java 402 /* Restore the canvas' original orientation. */
403 canvas.restore();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 100 // Restore the fading option if we are being thawed from a
159 // Save away the fading state to restore if needed later. Note that
500 canvas.restore();
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 679 canvas.restore();
    [all...]
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
AnalogWatchFaceService.java 437 /* Restore the canvas' original orientation. */
438 canvas.restore();
SweepWatchFaceService.java 402 /* Restore the canvas' original orientation. */
403 canvas.restore();
  /external/clang/lib/CodeGen/
CGCleanup.cpp 73 /// necessary to restore it to usability at the current insertion
75 RValue DominatingValue<RValue>::saved_type::restore(CodeGenFunction &CGF) { function in class:DominatingValue::saved_type
832 // Either way, all we need to do is restore the IP we cleared before.
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 218 canvas.restore();
    [all...]
  /frameworks/base/core/jni/
android_graphics_Canvas.cpp 94 static void restore(JNIEnv* env, jobject, jlong canvasHandle, jboolean throwOnUnderflow) { function in namespace:android::CanvasJNI
96 if (canvas->getSaveCount() <= 1) { // cannot restore anymore
98 doThrowISE(env, "Underflow in restore - more restores than saves");
102 canvas->restore();
113 restoreCount = 1; // compat behavior - restore as far as possible
353 canvas->restore();
679 {"native_restore","(JZ)V", (void*) CanvasJNI::restore},
  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 547 canvas.restore();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyguardAffordanceView.java 160 canvas.restore();
  /frameworks/base/services/core/java/com/android/server/
AssetAtlasService.java 283 canvas.restore();
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 162 /** sets an optional copy of the original content to be used during restore */
241 * upon restore
265 * into the main graphics when {@link #restore()} is called.
270 * upon restore
365 public GcSnapshot restore() { method in class:GcSnapshot
371 * @param saveCount the saveCount or -1 to only restore 1.
548 // restore the current one first.
551 if (size == saveCount + 1) { // this was the only one that needed restore.
659 // Restore the original coordinates system and apply the filter only to the
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 424 canvas.restore();
  /packages/apps/Camera2/src/com/android/camera/widget/
RoundedThumbnailView.java 321 canvas.restore();
335 canvas.restore();
359 canvas.restore();
372 canvas.restore();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java 516 canvas.restore();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 414 canvas.restore();
ImageStraighten.java 293 canvas.restore();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 238 canvas.restore();
287 if (anim != null) canvas.restore();
  /packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java 413 canvas.restore();
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 306 canvas.restore();
321 canvas.restore();
341 canvas.restore();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 317 canvas.restore();

Completed in 4335 milliseconds

1 2 3 4 5 6 78 91011>>