Searched refs:restore (Results 76 - 82 of 82) sorted by relevance

1234

/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp218 renderer->restore();
/frameworks/base/core/java/android/widget/
H A DTextView.java3298 // XXX restore buffer type too, as well as lots of other stuff
4637 * {@link #setLongClickable(boolean)} states and you may want to restore these if they were
4773 canvas.restore();
4783 canvas.restore();
4793 canvas.restore();
4804 canvas.restore();
4900 canvas.restore();
6750 * will not necessarily restore the previous behavior from before this
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h640 // suspend or restore effect according to the type of effect passed. a NULL
1094 void restore() function in class:android::AudioFlinger::PlaybackThread
1096 // if restore() is done without suspend(), get back into
1900 // types or implementations from the suspend/restore mechanism.
H A DAudioFlinger.cpp1498 ALOGV("updateSuspendedSessions_l() restore removing effect %08x", key);
1501 ALOGV("updateSuspendedSessions_l() restore removing session %d",
3449 // if !&IDLE, holds the FastMixer state to restore after new parameters processed
7128 thread->restore();
9024 // restore suspended effects if the disconnected handle was enabled and the last one.
9606 ALOGW("setEffectSuspended_l() restore refcount should not be 0 %d", desc->mRefCount);
9656 ALOGW("setEffectSuspendedAll_l() restore refcount should not be 0 %d", desc->mRefCount);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.java918 canvas.restore();
/frameworks/base/core/java/android/view/
H A DView.java2173 * DisplayList to restore its alpha value.
8848 info.mCamera.restore();
12525 * This method is used by ViewGroup to cause its children to restore or recreate their
12578 // children to restore/recreate theirs
13673 * 5. If necessary, draw the fading edges and restore layers
13814 // Step 5, draw the fade effect and restore layers
17569 * Base class for derived classes that want to save and restore their own
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java2506 // Send a restore state message.
4305 canvas.restore();
8186 // to restore the old state. Return false so that the old (out

Completed in 221 milliseconds

1234