Home
last modified time | relevance | path

Searched refs:requested (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/core/jni/android/graphics/
DCreateJavaOutputStreamAdaptor.cpp43 size_t requested = size; in doRead() local
44 if (requested > fCapacity) in doRead()
45 requested = fCapacity; in doRead()
48 gInputStream_readMethodID, fJavaByteArray, 0, requested); in doRead()
200 size_t requested = size; in write() local
201 if (requested > fCapacity) { in write()
202 requested = fCapacity; in write()
205 env->SetByteArrayRegion(storage, 0, requested, in write()
215 storage, 0, requested); in write()
223 buffer = (void*)((char*)buffer + requested); in write()
[all …]
/frameworks/base/include/utils/
DResourceTypes.h1192 const ResTable_config* requested) const { in isBetterThan()
1193 if (requested) { in isBetterThan()
1195 if ((mcc != o.mcc) && requested->mcc) { in isBetterThan()
1199 if ((mnc != o.mnc) && requested->mnc) { in isBetterThan()
1205 if ((language[0] != o.language[0]) && requested->language[0]) { in isBetterThan()
1209 if ((country[0] != o.country[0]) && requested->country[0]) { in isBetterThan()
1216 && (requested->screenLayout & MASK_SCREENSIZE)) { in isBetterThan()
1225 if ((requested->screenLayout & MASK_SCREENSIZE) >= SCREENSIZE_NORMAL) { in isBetterThan()
1241 && (requested->screenLayout & MASK_SCREENLONG)) { in isBetterThan()
1246 if ((orientation != o.orientation) && requested->orientation) { in isBetterThan()
[all …]
/frameworks/base/native/android/
Dconfiguration.cpp195 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested) { in AConfiguration_match() argument
196 return base->match(*requested); in AConfiguration_match()
200 AConfiguration* requested) { in AConfiguration_isBetterThan() argument
201 return base->isBetterThan(*test, requested); in AConfiguration_isBetterThan()
/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java322 FrameLayout.LayoutParams requested = (FrameLayout.LayoutParams)view.getLayoutParams(); in prepareView() local
323 if (requested == null) { in prepareView()
324 requested = new FrameLayout.LayoutParams(LayoutParams.MATCH_PARENT, in prepareView()
328 requested.gravity = Gravity.CENTER; in prepareView()
329 view.setLayoutParams(requested); in prepareView()
/frameworks/base/services/java/com/android/server/am/
DIntentBindRecord.java40 boolean requested; field in IntentBindRecord
60 pw.print(prefix); pw.print("requested="); pw.print(requested); in dumpInService()
/frameworks/base/native/include/android/
Dconfiguration.h300 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
313 AConfiguration* requested);
/frameworks/base/docs/html/guide/topics/ui/
Dhow-android-draws.jd7 <p>When an Activity receives focus, it will be requested to draw its layout.
11 <p>Drawing begins with the root node of the layout. It is requested to measure and
Ddialogs.jd81 <p>When a dialog is requested for the first time, Android calls
/frameworks/base/tools/layoutlib/create/
DREADME.txt75 All classes deriving from the requested bases classes are kept.
103 we requested the class to be renamed. This uses the RenameClassAdapter to also rename
/frameworks/base/docs/html/guide/tutorials/views/
Dhello-webview.jd51 It's not quite a browser yet. It only loads the page we've requested.</p>
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-intro.jd360 to grant the permission to an application that has requested it, an icon representing
422 the device, the installer determines whether or not to grant the requested
460 element, its use is also requested with the
462 element. Its use must be requested in order for other components of the
Dpermission-element.jd97 permissions requested by an application may be displayed to the
/frameworks/base/docs/html/resources/tutorials/views/
Dhello-webview.jd89 the current {@link android.webkit.WebView} and the URL requested, so all it needs to do is load
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-providers.jd690 that can iterate over the requested data. Cursor itself is an interface, but
780 requested. Here is the general format for each type:</p></li>
899 being requested. This can be zero or more segments long. If the content provider
905 <li><p>The ID of the specific record being requested, if any. This is the
906 {@code _ID} value of the requested record. If the request is not limited to
/frameworks/base/docs/html/resources/articles/
Dwikinotes-intents.jd121 the URI is requested.</p>
183 WikiNote type that is requested from the LINKIFY class. The DEFAULT
/frameworks/base/docs/html/guide/market/billing/
Dbilling_overview.jd92 …the details of a purchase state change. A purchase changes state when a requested purchase is bill…
239 …CTION_NOTIFY</code> intent informs your application that the state of a requested purchase has cha…
Dbilling_reference.jd76 …<td>Indicates that Android Market cannot find the requested item in the application's product list…
/frameworks/base/docs/html/guide/topics/resources/
Dproviding-resources.jd649 current device configuration. Each time a resource is requested, Android checks for alternative
650 resource directories that contain the requested resource file, then <a href="#BestMatch">finds the
950 <p>Though this procedure is executed for each resource requested, the system further optimizes
/frameworks/base/docs/html/guide/developing/tools/
DMonkeyDevice.jd632 The value of the variable. The data format varies according to the variable requested.
672 The value of the variable. The data format varies according to the variable requested.
/frameworks/base/docs/html/guide/basics/
Dappmodel.jd59 activity has requested a special launch mode, as discussed later). Tasks can
/frameworks/base/docs/html/resources/faq/
Dtroubleshooting.jd121 <p>You might not have permission (or might not have requested permission) to
/frameworks/base/docs/html/guide/appendix/faq/
Dtroubleshooting.jd121 <p>You might not have permission (or might not have requested permission) to
/frameworks/base/docs/html/guide/topics/security/
Dsecurity.jd127 <p>At application install time, permissions requested by the application are
/frameworks/base/docs/html/sdk/
Dandroid-2.2.jd200 application has requested external installation, the system installs it into a
/frameworks/base/docs/html/guide/appendix/
Dmarket-filters.jd223 Market interprets permissions requested through

12