Home
last modified time | relevance | path

Searched refs:desired (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/libs/binder/
DParcel.cpp1251 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/
DParcel.h188 status_t restartWrite(size_t desired);
189 status_t continueWrite(size_t desired);
/frameworks/base/tools/aapt/
DBundle.h176 bool isMinSdkAtLeast(int desired) { in isMinSdkAtLeast() argument
194 if (minSdkNum < desired) { in isMinSdkAtLeast()
/frameworks/base/core/java/android/widget/
DTextView.java5187 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/
Dhow-android-draws.jd85 <li><var>UNSPECIFIED</var>: This is used by a parent to determine the desired dimension
Dcustom-components.jd472 class if desired.
/frameworks/base/docs/html/guide/topics/security/
Dsecurity.jd132 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/
Dhello-gridview.jd141 configured with desired properties for the image presentation:</p>
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-element.jd75 other's data and, if desired, run in the same process.</dd>
Dmanifest-intro.jd319 desired action &mdash; including the data to be acted upon, the category of
/frameworks/base/docs/html/guide/topics/location/
Dobtaining-user-location.jd176 <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/
DMonkeyImage.jd178 The desired output format. All of the common raster output formats are supported.
Demulator.jd693 …<td><code>&lt;scale&gt;</code> is a number between 0.1 and 3 that represents the desired scaling f…
1625 …<td>&lt;scale&gt; 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/
DPackageManagerTests.java963 boolean checkMediaState(String desired) { in checkMediaState() argument
967 if (desired.equals(actual)) { in checkMediaState()
/frameworks/base/docs/html/sdk/
Dandroid-2.0.jd375 then also catch the event on key-up, executing the desired action if the tracking
/frameworks/base/docs/html/guide/basics/
Dappmodel.jd228 these application components are instantiated in the desired process (all in the
/frameworks/base/docs/html/guide/appendix/
Dglossary.jd126 include the desired action, a category, a data string, the MIME type of
/frameworks/base/docs/html/guide/topics/wireless/
Dbluetooth.jd289 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/
Declipse-adt.jd88 the desired Project Target.</p>
296 <li>Adjust your desired launch configuration settings.
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd62 install on their devices. The device admin application enforces the desired
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dmenu_design.jd365 likely to be desired by the user.
/frameworks/base/docs/html/guide/topics/intents/
Dintents-filters.jd376 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/
Dcustom-views.jd463 class if desired.
/frameworks/base/docs/html/guide/topics/nfc/
Dindex.jd254 <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/
Dcontent-providers.jd491 the name of a column in the content provider and the value is the desired

12