/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | BackingStore.java | 89 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 …]
|
D | FrameManager.java | 117 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 …]
|
D | FrameValue.java | 30 Backing backing = mBackingStore.lockBacking(MODE_WRITE, BackingStore.ACCESS_OBJECT); in setValue() local 31 backing.setData(value); in setValue()
|
D | FrameImage2D.java | 63 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/ |
D | index.jd | 17 data with the cloud using your own back-end web application, and backing up data using the cloud so
|
D | backup.jd | 252 <li>Instead of backing up an entire file, you can specify the portions of data the should be
|
/frameworks/base/docs/html/training/cloudsync/ |
D | index.jd | 24 <p>This class covers strategies for backing up data using the cloud so that
|
D | backupapi.jd | 84 specialized classes for backing up certain kinds of data. The Android framework
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | index.jd | 36 data with the cloud using your own back-end web application, and backing up data using the cloud so
|
/frameworks/rs/scriptc/ |
D | rs_object_types.rsh | 123 …RS_ALLOCATION_USAGE_SHARED = 0x0080 // Allocation's backing store is shared with another object (u…
|
/frameworks/base/docs/html/preview/backup/ |
D | index.jd | 23 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/ |
D | process-bitmap.jd | 236 would be in the {@link android.widget.Adapter#getView getView()} method of the backing adapter.</p>
|
D | manage-memory.jd | 54 <li>On Android 2.3.3 (API level 10) and lower, the backing pixel data for a
|
D | display-bitmap.jd | 46 android.support.v4.view.PagerAdapter}. However, a more suitable backing adapter is the subclass
|
D | cache-bitmap.jd | 62 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/ |
D | retrieve-details.jd | 263 onLoaderReset()} is invoked when the loader framework detects that the data backing the result
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_object_types.jd | 152 …<tr><th>RS_ALLOCATION_USAGE_SHARED = 0x0080</th><td>Allocation's backing store is shared with anot…
|
/frameworks/base/docs/html/guide/practices/ |
D | verifying-apps-art.jd | 104 actual memory backing the array object. If you make a change to one of the
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 130 …This approach mitigates the cost of performing a regular update by piggy-backing on the necessary …
|
/frameworks/base/docs/html/google/backup/ |
D | terms.jd | 159 use that information for the limited purpose of backing up the data to the
|
D | signup.jd | 77 …our Application may only use that information for the limited purpose of backing up the data to th…
|
/frameworks/base/docs/html/tools/projects/ |
D | index.jd | 64 to implement functionality such as backing up user data to the cloud, serving content to client
|
/frameworks/base/docs/html/tools/testing/ |
D | activity_test.jd | 485 …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/ |
D | contacts-provider.jd | 882 mCursor, // the backing cursor 887 // Sets the ListView's backing adapter.
|
D | content-provider-creating.jd | 321 data. The app gets the corresponding row from the {@link android.database.Cursor} backing the
|