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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/
rt0_linux_amd64.s 33 JMP restore
42 restore: label
rt0_linux_386.s 39 JMP restore
48 restore: label
  /prebuilts/go/linux-x86/src/runtime/
rt0_linux_amd64.s 33 JMP restore
42 restore: label
rt0_linux_386.s 39 JMP restore
48 restore: label
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockCanvas.java 25 public void restore() {} method in class:MockCanvas
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/view/
CircleClipFrameLayout.java 52 canvas.restore();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Layers.java 61 canvas.restore();
  /external/parameter-framework/upstream/parameter/
AreaConfiguration.cpp 58 bool CAreaConfiguration::restore(CParameterBlackboard *pMainBlackboard, bool bSync, function in class:CAreaConfiguration
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
MatrixActivity.java 53 canvas.restore();
RotationActivity.java 60 canvas.restore();
SimplePatchActivity.java 53 canvas.restore();
Transform3dActivity.java 83 canvas.restore();
91 camera.restore();
AdvancedGradientsActivity.java 111 canvas.restore();
MipMapActivity.java 68 canvas.restore();
74 canvas.restore();
NewLayersActivity.java 61 canvas.restore();
PosTextActivity.java 76 canvas.restore();
QuickRejectActivity.java 61 canvas.restore();
63 Log.d("OpenGLRenderer", "count after restore=" + count);
77 canvas.restore();
79 Log.d("OpenGLRenderer", "count after restore=" + count);
86 canvas.restore();
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWidgetImageView.java 46 canvas.restore();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ImportantNoticeUtilsTests.java 90 public void restore() { method in class:ImportantNoticeUtilsTests.ImportantNoticePreferences
111 mImportantNoticePreferences.restore();
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
CanvasClientView.java 61 canvas.restore();
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
BackgroundContainer.java 73 canvas.restore();
  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
BackgroundContainer.java 74 canvas.restore();
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
SeriesRenderer.java 70 canvas.restore();
  /external/selinux/policycoreutils/scripts/
fixfiles 4 # Script to restore labels on a SELinux box
213 # restore
216 restore () { function
283 restore Relabel
288 restore Relabel
305 restore Relabel
314 restore) restore Relabel;;
315 check) VERBOSE="-v"; restore Check -n;;
316 verify) restore Verify -n -o -;
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
PictureDrawable.java 70 canvas.restore();

Completed in 287 milliseconds

1 2 3 4 5 6 7 8 91011>>