Searched refs:restore (Results 26 - 32 of 32) sorted by relevance

12

/frameworks/base/core/java/android/widget/
H A DListView.java1550 // we can remember the focused view to restore after relayout if the
1653 // even if there is not selected position, we may need to restore
2978 canvas.restore();
2995 canvas.restore();
3165 canvas.restore();
H A DTextView.java2471 // XXX restore buffer type too, as well as lots of other stuff
3957 canvas.restore();
3967 canvas.restore();
3977 canvas.restore();
3988 canvas.restore();
4183 canvas.restore();
7929 c.restore();
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java362 canvas.restore();
/frameworks/base/core/java/android/app/
H A DActivity.java808 * The hook for {@link ActivityThread} to restore the state of this activity.
824 * to restore their state, but it is sometimes convenient to do it here
827 * implementation of this method performs a restore of any view state that
852 * @param savedInstanceState The bundle to restore from.
1048 * comes back some time in the future it can restore its state. For example,
1240 canvas.restore();
1402 * still be able to restore itself to its previous state (through the
1470 * still be able to restore itself to its previous state (through the
3680 * suggested stream. The client does not need to save and restore the old
/frameworks/base/services/audioflinger/
H A DAudioFlinger.h599 void restore() { if (mSuspended) mSuspended--; } function in class:android::AudioFlinger::PlaybackThread
H A DAudioFlinger.cpp4420 thread->restore();
/frameworks/base/core/java/android/webkit/
H A DWebView.java1550 * be called to restore the state of the WebView before using the object. If
1602 // Send a restore state message.
3146 // restore the scroll position. As history Picture already uses the
3499 canvas.restore();
7410 // to restore the old state. Return false so that the old (out

Completed in 3931 milliseconds

12