Searched refs:save (Results 176 - 188 of 188) sorted by relevance

12345678

/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java582 final int restoreCount = canvas.save();
/frameworks/base/core/java/android/widget/
H A DTextView.java1366 // This call will save the initial left/right drawables
4135 // Or save state if there is a selection
4159 // XXX Should also save the current scroll position!
5742 canvas.save();
5753 canvas.save();
5764 canvas.save();
5774 canvas.save();
5802 canvas.save();
H A DAbsListView.java435 * of the currently selected view. Used to save and restore state.
728 * Kept here so that if we happen to be asked to save our state before
2630 saveCount = canvas.save();
4336 final int restoreCount = canvas.save();
4348 final int restoreCount = canvas.save();
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java1295 final int saveCount = canvas.save();
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java1354 * Takes a screenshot and save it to the given location.
1367 Log.e(TAG, "Failed to save screenshot on " + path);
1370 Log.e(TAG, "Failed to save screenshot on " + path, e);
1454 .setPositiveButton(context.getString(R.string.save),
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DDrawerLayout.java1358 final int restoreCount = canvas.save();
1955 // If one of the conditions above holds, save the child's gravity
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java177 * this value might be garbage. To save LayoutManagers from it, RecyclerView sets the size to
3276 * - save information about current views
3277 * - If necessary, run predictive layout and save its information
3393 * The final step of the layout where we save the information about views for animations,
3668 final int restore = c.save();
3676 final int restore = c.save();
3684 final int restore = c.save();
3693 final int restore = c.save();
8935 * <p>Called when the LayoutManager should save its state. This is a good time to save you
[all...]
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java2335 canvas.save();
/frameworks/base/core/java/android/view/
H A DView.java773 * When set to true, this view will save its attribute data.
7259 * description. An image of a floppy disk that is used to save a file may
8601 * Indicates whether this view will save its state (that is,
8664 * Indicates whether the entire hierarchy under this view will save its
8678 * Controls whether the entire hierarchy under this view will save its
15650 * @param container The SparseArray in which to save the view's state.
15665 * @param container The SparseArray in which to save the view's state.
15701 * state, or null if there is nothing interesting to save. The
16451 final int restoreCount = canvas.save();
16534 final int restoreCount = canvas.save();
[all...]
H A DViewGroup.java3475 clipSaveCount = canvas.save();
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java1192 final int saved = canvas.save();
2935 // If the child has an ID and a Behavior, let it save some state...
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3608 milliseconds

12345678