/frameworks/base/core/jni/android/graphics/ |
D | CreateJavaOutputStreamAdaptor.cpp | 43 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/ |
D | ResourceTypes.h | 1192 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/ |
D | configuration.cpp | 195 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/ |
D | AppWidgetHostView.java | 322 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/ |
D | IntentBindRecord.java | 40 boolean requested; field in IntentBindRecord 60 pw.print(prefix); pw.print("requested="); pw.print(requested); in dumpInService()
|
/frameworks/base/native/include/android/ |
D | configuration.h | 300 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested); 313 AConfiguration* requested);
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | how-android-draws.jd | 7 <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
|
D | dialogs.jd | 81 <p>When a dialog is requested for the first time, Android calls
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 75 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/ |
D | hello-webview.jd | 51 It's not quite a browser yet. It only loads the page we've requested.</p>
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | manifest-intro.jd | 360 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
|
D | permission-element.jd | 97 permissions requested by an application may be displayed to the
|
/frameworks/base/docs/html/resources/tutorials/views/ |
D | hello-webview.jd | 89 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/ |
D | content-providers.jd | 690 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/ |
D | wikinotes-intents.jd | 121 the URI is requested.</p> 183 WikiNote type that is requested from the LINKIFY class. The DEFAULT
|
/frameworks/base/docs/html/guide/market/billing/ |
D | billing_overview.jd | 92 …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…
|
D | billing_reference.jd | 76 …<td>Indicates that Android Market cannot find the requested item in the application's product list…
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | providing-resources.jd | 649 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/ |
D | MonkeyDevice.jd | 632 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/ |
D | appmodel.jd | 59 activity has requested a special launch mode, as discussed later). Tasks can
|
/frameworks/base/docs/html/resources/faq/ |
D | troubleshooting.jd | 121 <p>You might not have permission (or might not have requested permission) to
|
/frameworks/base/docs/html/guide/appendix/faq/ |
D | troubleshooting.jd | 121 <p>You might not have permission (or might not have requested permission) to
|
/frameworks/base/docs/html/guide/topics/security/ |
D | security.jd | 127 <p>At application install time, permissions requested by the application are
|
/frameworks/base/docs/html/sdk/ |
D | android-2.2.jd | 200 application has requested external installation, the system installs it into a
|
/frameworks/base/docs/html/guide/appendix/ |
D | market-filters.jd | 223 Market interprets permissions requested through
|