Home
last modified time | relevance | path

Searched refs:backing (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DBackingStore.java89 Backing backing = fetchBacking(mode, access); in lockBacking() local
90 if (backing == null) { in lockBacking()
93 lock(backing, mode); in lockBacking()
94 return backing; in lockBacking()
138 for (Backing backing : mBackings) { in resize()
139 if (backing.resize(newDimensions)) { in resize()
140 resized.add(backing); in resize()
142 releaseBacking(backing); in resize()
187 Backing backing = getBacking(mode, access); in fetchBacking() local
188 if (backing == null) { in fetchBacking()
[all …]
DFrameManager.java117 public abstract boolean cacheBacking(Backing backing); in cacheBacking() argument
140 public boolean cacheBacking(Backing backing) { in cacheBacking() argument
174 for (Backing backing : mQueue) { in fetchBacking()
176 ? backing.writeAccess() in fetchBacking()
177 : backing.readAccess(); in fetchBacking()
179 && dimensionsCompatible(backing.getDimensions(), dimensions) in fetchBacking()
180 && (elemSize == backing.getElementSize())) { in fetchBacking()
181 mQueue.remove(backing); in fetchBacking()
182 mSize -= backing.getSize(); in fetchBacking()
183 onFetchBacking(backing); in fetchBacking()
[all …]
DFrameValue.java30 Backing backing = mBackingStore.lockBacking(MODE_WRITE, BackingStore.ACCESS_OBJECT); in setValue() local
31 backing.setData(value); in setValue()
DFrameImage2D.java63 Backing backing = mBackingStore.lockBacking(MODE_WRITE, BackingStore.ACCESS_BITMAP); in setBitmap() local
64 backing.setData(bitmap); in setBitmap()
/frameworks/base/docs/html/guide/topics/data/
Dindex.jd17 data with the cloud using your own back-end web application, and backing up data using the cloud so
Dbackup.jd252 <li>Instead of backing up an entire file, you can specify the portions of data the should be
/frameworks/base/docs/html/training/cloudsync/
Dindex.jd24 <p>This class covers strategies for backing up data using the cloud so that
Dbackupapi.jd84 specialized classes for backing up certain kinds of data. The Android framework
/frameworks/base/docs/html/guide/topics/connectivity/
Dindex.jd36 data with the cloud using your own back-end web application, and backing up data using the cloud so
/frameworks/rs/scriptc/
Drs_object_types.rsh123 …RS_ALLOCATION_USAGE_SHARED = 0x0080 // Allocation's backing store is shared with another object (u…
/frameworks/base/docs/html/preview/backup/
Dindex.jd23 system help ensure a good experience for users in these circumstances by automatically backing up
321 backing up the registration ID returned by Google Cloud Messaging registration can break push
/frameworks/base/docs/html/training/displaying-bitmaps/
Dprocess-bitmap.jd236 would be in the {@link android.widget.Adapter#getView getView()} method of the backing adapter.</p>
Dmanage-memory.jd54 <li>On Android 2.3.3 (API level 10) and lower, the backing pixel data for a
Ddisplay-bitmap.jd46 android.support.v4.view.PagerAdapter}. However, a more suitable backing adapter is the subclass
Dcache-bitmap.jd62 prior to Android 3.0 (API Level 11), the backing data of a bitmap was stored in native memory which
/frameworks/base/docs/html/training/contacts-provider/
Dretrieve-details.jd263 onLoaderReset()} is invoked when the loader framework detects that the data backing the result
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_object_types.jd152 …<tr><th>RS_ALLOCATION_USAGE_SHARED = 0x0080</th><td>Allocation's backing store is shared with anot…
/frameworks/base/docs/html/guide/practices/
Dverifying-apps-art.jd104 actual memory backing the array object. If you make a change to one of the
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd130 …This approach mitigates the cost of performing a regular update by piggy-backing on the necessary …
/frameworks/base/docs/html/google/backup/
Dterms.jd159 use that information for the limited purpose of backing up the data to the
Dsignup.jd77 …our Application may only use that information for the limited purpose of backing up the data to th…
/frameworks/base/docs/html/tools/projects/
Dindex.jd64 to implement functionality such as backing up user data to the cloud, serving content to client
/frameworks/base/docs/html/tools/testing/
Dactivity_test.jd485 …bsSpinner#getAdapter()}. Gets a reference to the adapter (an array of strings) backing the spinner.
635 …This sets the final position of the spinner to "Saturn" (the spinner's backing adapter is 0-based).
/frameworks/base/docs/html/guide/topics/providers/
Dcontacts-provider.jd882 mCursor, // the backing cursor
887 // Sets the ListView's backing adapter.
Dcontent-provider-creating.jd321 data. The app gets the corresponding row from the {@link android.database.Cursor} backing the

12