Searched refs:save (Results 1 - 25 of 185) sorted by path

12345678

/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
H A DPrePostMDCT_v7.s30 .save {r4 - r11, lr}
92 .save {r4 - r11, lr}
H A DR4R8First_v7.s30 .save {r4 - r11, lr}
124 .save {r4 - r11, lr}
H A DRadix4FFT_v7.s30 .save {r4 - r11, lr}
/frameworks/av/media/libstagefright/foundation/
H A DAHierarchicalStateMachine.cpp55 sp<AState> save = mState; local
61 CHECK(save == mState);
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java2331 canvas.save();
/frameworks/base/core/java/android/gesture/
H A DGestureLibraries.java64 public boolean save() { method in class:GestureLibraries.FileGestureLibrary
80 mStore.save(new FileOutputStream(file), true);
83 Log.d(LOG_TAG, "Could not save the gesture library in " + mPath, e);
85 Log.d(LOG_TAG, "Could not save the gesture library in " + mPath, e);
123 public boolean save() { method in class:GestureLibraries.ResourceGestureLibrary
H A DGestureLibrary.java30 public abstract boolean save(); method in class:GestureLibrary
H A DGestureStore.java221 public void save(OutputStream stream) throws IOException { method in class:GestureStore
222 save(stream, false);
225 public void save(OutputStream stream, boolean closeStream) throws IOException { method in class:GestureStore
/frameworks/base/core/java/android/text/style/
H A DBulletSpan.java112 c.save();
H A DDynamicDrawableSpan.java96 canvas.save();
/frameworks/base/core/java/android/view/
H A DGraphicBuffer.java172 mSaveCount = mCanvas.save();
H A DTextureView.java679 mSaveCount = mCanvas.save();
H A DThreadedRenderer.java667 final int saveCount = canvas.save();
H A DView.java773 * When set to true, this view will save its attribute data.
7190 * description. An image of a floppy disk that is used to save a file may
8532 * Indicates whether this view will save its state (that is,
8595 * Indicates whether the entire hierarchy under this view will save its
8609 * Controls whether the entire hierarchy under this view will save its
15532 * @param container The SparseArray in which to save the view's state.
15547 * @param container The SparseArray in which to save the view's state.
15583 * state, or null if there is nothing interesting to save. The
16333 final int restoreCount = canvas.save();
16416 final int restoreCount = canvas.save();
[all...]
H A DViewGroup.java3512 clipSaveCount = canvas.save();
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java413 * Sets whether the WebView should save form data. The default is true.
415 public abstract void setSaveFormData(boolean save); argument
426 * Sets whether the WebView should save passwords. The default is true.
430 public abstract void setSavePassword(boolean save); argument
/frameworks/base/core/java/android/widget/
H A DAbsListView.java433 * of the currently selected view. Used to save and restore state.
724 * Kept here so that if we happen to be asked to save our state before
2627 saveCount = canvas.save();
4325 final int restoreCount = canvas.save();
4337 final int restoreCount = canvas.save();
H A DAbsSeekBar.java674 final int saveCount = canvas.save();
699 final int saveCount = canvas.save();
715 final int saveCount = canvas.save();
H A DAnalogClock.java201 canvas.save();
210 canvas.save();
221 canvas.save();
H A DEdgeEffect.java322 final int count = canvas.save();
H A DExpandableListView.java361 saveCount = canvas.save();
H A DHorizontalScrollView.java1133 final int descendantFocusability = getDescendantFocusability(); // save
1647 final int restoreCount = canvas.save();
1659 final int restoreCount = canvas.save();
H A DImageView.java1271 canvas.save();
H A DListView.java3298 canvas.save();
3315 canvas.save();
H A DProgressBar.java1764 final int saveCount = canvas.save();
1896 // Force our ancestor class to save its state
1982 * are sent at most one in a given time frame to save

Completed in 390 milliseconds

12345678