Searched refs:restore (Results 1 - 25 of 118) sorted by path

12345

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2060 thread->restore();
H A DThreads.h346 // suspend or restore effect according to the type of effect passed. a NULL
580 void restore() function in class:PlaybackThread
582 // if restore() is done without suspend(), get back into
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java2334 canvas.restore();
/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java548 public void restore(int blockIndex) throws IOException { method in class:MifareClassic
/frameworks/base/core/java/android/text/style/
H A DBulletSpan.java115 c.restore();
H A DDynamicDrawableSpan.java105 canvas.restore();
/frameworks/base/core/java/android/transition/
H A DChangeTransform.java326 transforms.restore(view);
343 transforms.restore(view);
445 public void restore(View view) { method in class:ChangeTransform.Transforms
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java597 boolean restore = false;
600 restore = true;
653 if (restore) {
654 attrs.restore();
5664 boolean restore = false;
5666 restore = true;
5696 if (restore) {
5697 params.restore();
H A DWindowManager.java1980 // internal buffer to backup/restore parameters under compatibility mode.
2301 * @see LayoutParams#restore()
2319 void restore() { method in class:WindowManager.LayoutParams
/frameworks/base/core/java/android/widget/
H A DAnalogClock.java219 canvas.restore();
231 canvas.restore();
234 canvas.restore();
H A DListView.java1667 // We can remember the focused view to restore after re-layout
1819 // restore focus (i.e. something focusable in touch mode).
1825 // Attempt to restore accessibility focus, if necessary.
3309 canvas.restore();
3326 canvas.restore();
H A DRadialTimePickerView.java706 canvas.restore();
713 canvas.restore();
739 canvas.restore();
746 canvas.restore();
H A DSlidingDrawer.java325 canvas.restore();
H A DStackView.java556 canvas.restore();
H A DTextView.java488 // first restore the initial state if needed
1771 // Likewise it will need to be able to restore the default UndoManager.
4196 // XXX restore buffer type too, as well as lots of other stuff
5593 * {@link android.R.styleable#View_longClickable android:longClickable}. To restore any of these
5742 canvas.restore();
5753 canvas.restore();
5763 canvas.restore();
5774 canvas.restore();
5867 canvas.restore();
7825 * will not necessarily restore th
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1438 * The main window has been attached, try to restore any panels
2075 canvas.restore();
2079 canvas.restore();
/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java137 canvas.restore();
H A DPointerLocationView.java218 canvas.restore();
/frameworks/base/core/jni/android/graphics/
H A DCamera.cpp31 v->restore();
124 { "restore", "()V", (void*)Camera_restore },
/frameworks/base/core/jni/
H A Dandroid_backup_FileBackupHelperBase.cpp83 RestoreHelperBase* restore = (RestoreHelperBase*)ptr; local
89 err = restore->WriteFile(String8(filename), reader);
101 RestoreHelperBase* restore = (RestoreHelperBase*)ptr; local
104 err = restore->WriteSnapshot(fd);
H A Dandroid_graphics_Canvas.cpp105 static void restore(JNIEnv* env, jobject, jlong canvasHandle, jboolean throwOnUnderflow) { function in namespace:android::CanvasJNI
107 if (canvas->getSaveCount() <= 1) { // cannot restore anymore
109 doThrowISE(env, "Underflow in restore - more restores than saves");
113 canvas->restore();
124 restoreCount = 1; // compat behavior - restore as far as possible
368 canvas->restore();
404 canvas->restore();
587 {"native_restore","!(JZ)V", (void*) CanvasJNI::restore},
/frameworks/base/graphics/java/android/graphics/
H A DCamera.java36 * with a call to {@link #restore()}.
45 * @see #restore()
47 public native void restore(); method in class:Camera
H A DCanvas.java179 * layers, filters, and the save/restore stack are reset with the exception
324 * Restore the current matrix when restore() is called.
329 * Restore the current clip when restore() is called.
353 * Restore everything when restore() is called (standard save flags).
366 * restore() is made, those calls will be forgotten, and the settings that
384 * restore() is made, those calls will be forgotten, and the settings that
388 * to save/restore
408 * Only when the balancing call to restore() is made, is that offscreen
415 * offscreen bitmap is drawn back when restore() is called.
420 * restore() i
520 public void restore() { method in class:Canvas
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java548 canvas.restore();
H A DClipDrawable.java203 canvas.restore();

Completed in 421 milliseconds

12345