/frameworks/base/libs/binder/ |
D | Parcel.cpp | 1251 status_t Parcel::restartWrite(size_t desired) in restartWrite() argument 1255 return continueWrite(desired); in restartWrite() 1258 uint8_t* data = (uint8_t*)realloc(mData, desired); in restartWrite() 1259 if (!data && desired > mDataCapacity) { in restartWrite() 1268 mDataCapacity = desired; in restartWrite() 1285 status_t Parcel::continueWrite(size_t desired) in continueWrite() argument 1290 if (desired < mDataSize) { in continueWrite() 1291 if (desired == 0) { in continueWrite() 1295 if (mObjects[objectsSize-1] < desired) in continueWrite() 1304 if (desired == 0) { in continueWrite() [all …]
|
/frameworks/base/include/binder/ |
D | Parcel.h | 188 status_t restartWrite(size_t desired); 189 status_t continueWrite(size_t desired);
|
/frameworks/base/tools/aapt/ |
D | Bundle.h | 176 bool isMinSdkAtLeast(int desired) { in isMinSdkAtLeast() argument 194 if (minSdkNum < desired) { in isMinSdkAtLeast()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 5187 private static int desired(Layout layout) { in desired() method in TextView 5247 des = desired(mLayout); in onMeasure() 5280 hintDes = desired(mHintLayout); in onMeasure() 5361 int desired = getDesiredHeight(); in onMeasure() local 5363 height = desired; in onMeasure() 5364 mDesiredHeightAtMeasure = desired; in onMeasure() 5367 height = Math.min(desired, heightSize); in onMeasure() 5404 int desired = layout.getLineTop(linecount); in getDesiredHeight() local 5408 desired = Math.max(desired, dr.mDrawableHeightLeft); in getDesiredHeight() 5409 desired = Math.max(desired, dr.mDrawableHeightRight); in getDesiredHeight() [all …]
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | how-android-draws.jd | 85 <li><var>UNSPECIFIED</var>: This is used by a parent to determine the desired dimension
|
D | custom-components.jd | 472 class if desired.
|
/frameworks/base/docs/html/guide/topics/security/ |
D | security.jd | 132 permission when installed, and can use that feature as desired, or the 247 android.R.attr#permission android:permission} attribute on the desired 342 method. Call with a desired
|
/frameworks/base/docs/html/resources/tutorials/views/ |
D | hello-gridview.jd | 141 configured with desired properties for the image presentation:</p>
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | manifest-element.jd | 75 other's data and, if desired, run in the same process.</dd>
|
D | manifest-intro.jd | 319 desired action — including the data to be acted upon, the category of
|
/frameworks/base/docs/html/guide/topics/location/ |
D | obtaining-user-location.jd | 176 <li>Sometime later, start listening for updates from desired location providers.</li> 339 <p>Depending on the environment where your application is used or the desired level of accuracy,
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | MonkeyImage.jd | 178 The desired output format. All of the common raster output formats are supported.
|
D | emulator.jd | 693 …<td><code><scale></code> is a number between 0.1 and 3 that represents the desired scaling f… 1625 …<td><scale> must be a number between 0.1 and 3 that describes the desired scaling factor. Yo…
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 963 boolean checkMediaState(String desired) { in checkMediaState() argument 967 if (desired.equals(actual)) { in checkMediaState()
|
/frameworks/base/docs/html/sdk/ |
D | android-2.0.jd | 375 then also catch the event on key-up, executing the desired action if the tracking
|
/frameworks/base/docs/html/guide/basics/ |
D | appmodel.jd | 228 these application components are instantiated in the desired process (all in the
|
/frameworks/base/docs/html/guide/appendix/ |
D | glossary.jd | 126 include the desired action, a category, a data string, the MIME type of
|
/frameworks/base/docs/html/guide/topics/wireless/ |
D | bluetooth.jd | 289 of paired devices to see if the desired device is already known. To do so, 590 <p>In this example, only one incoming connection is desired, so as soon as a
|
/frameworks/base/docs/html/guide/developing/ |
D | eclipse-adt.jd | 88 the desired Project Target.</p> 296 <li>Adjust your desired launch configuration settings.
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 62 install on their devices. The device admin application enforces the desired
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | menu_design.jd | 365 likely to be desired by the user.
|
/frameworks/base/docs/html/guide/topics/intents/ |
D | intents-filters.jd | 376 intents of a desired type, while filtering out unwanted 860 however, the caller specifies the type of data desired instead of the
|
/frameworks/base/docs/html/guide/topics/views/ |
D | custom-views.jd | 463 class if desired.
|
/frameworks/base/docs/html/guide/topics/nfc/ |
D | index.jd | 254 <p>When an Android device scans an NFC tag, the desired behavior is to have the most appropriate
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-providers.jd | 491 the name of a column in the content provider and the value is the desired
|