Searched
full:them (Results
1476 -
1500 of
5167) sorted by null
<<51525354555657585960>>
/frameworks/base/core/java/android/ddm/ |
DdmHandleThread.java | 121 * use them here for consistency. (One thought is to keep the current
|
/frameworks/base/core/java/android/os/ |
Looper.java | 24 * not have a message loop associated with them; to create one, call
|
/frameworks/base/core/java/android/text/ |
Editable.java | 102 * {@link #removeSpan} on each of them.
|
/frameworks/base/core/java/android/text/method/ |
DigitsKeyListener.java | 167 * If it does, we must strip them out from the source.
|
PasswordTransformationMethod.java | 88 * but make sure to look through all of them if necessary in case
|
/frameworks/base/core/java/android/text/util/ |
Rfc822Token.java | 21 * and provides methods to convert them to quoted strings.
|
/frameworks/base/core/java/android/util/ |
SparseBooleanArray.java | 163 * find only one of them.
|
SparseIntArray.java | 169 * find only one of them.
|
/frameworks/base/core/java/android/view/inputmethod/ |
InputMethodSession.java | 78 * by the input method to display them to the user to select the text to
|
/frameworks/base/core/java/android/webkit/ |
HttpAuthHandler.java | 168 * (ie, if we did not fail trying to use them last time)
|
StreamLoader.java | 158 * Construct the headers and pass them to the EventHandler.
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
IconMenuView.java | 94 * Whether this IconMenuView has stale children and needs to update them. 225 * items, no rows will get them since this value will be greater than 378 * just computes positions for each child, and then stores them in the child's layout params. 440 // dividers, since we need to leave room for them when
|
/frameworks/base/core/tests/coretests/src/android/accessibilityservice/ |
AccessibilityTestService.java | 33 * and it generates an event and an interruption dispatching them through the
|
/frameworks/base/core/tests/coretests/src/android/app/ |
SearchManagerTest.java | 64 * Should I write unit tests for any of them?
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
ActivityManagerTest.java | 113 // If any entries in appear in the list, sanity check them against all running applications
|
/frameworks/base/docs/html/guide/basics/ |
building-blocks.jd | 7 to the degree where you can accurately describe them as a federation of
|
/frameworks/base/docs/html/guide/developing/testing/ |
testing_eclipse.jd | 39 tests can inspect them. 43 them flags that are passed to the Android testing framework. 47 application under test and the test application automatically, installs them if 198 displays the output, so there is no difference between running tests inside Eclipse and running them from the command line.
|
/frameworks/base/docs/html/guide/practices/ |
screens_support.jd | 54 and how you use them in your application. By following the practices described 170 device screen, and adapts them to the actual pixel map of the screen.</p> 173 by Android and illustrates how the platform maps them to generalized screen 268 resources for each one of them. The platform provides robust compatibility 291 platform uses them, please read 302 to use them:</p> 332 them without scaling. If no matching resources are available, the platform loads 333 the default resources and scales them up or down as needed to match the current 339 resources that are tagged with the qualifier <code>hdpi</code> and uses them 341 default resources instead, scaling them from the baseline density ("medium") t [all...] |
/frameworks/base/docs/html/guide/topics/data/ |
data-storage.jd | 152 them (nor can the user). When the user uninstalls your application, these files are removed.</p> 238 storage and the user can remove them.</p> 307 files and including them in apps like Gallery or Music.</p> 316 be deleted when your application is uninstalled, save them to one of the public directories on the
|
/frameworks/base/docs/html/guide/topics/manifest/ |
meta-data-element.jd | 20 them are collected in a single {@link android.os.Bundle} object and made
|
supports-screens-element.jd | 30 or scale them up by a factor of 1.5 (high dpi screens).
|
/frameworks/base/docs/html/guide/topics/resources/ |
accessing-resources.jd | 112 ID, so you can't reference them through the {@code R} class or from XML resources. Instead, you can 140 more information about each resource type and how to reference them.</p> 223 more information about each resource type and how to reference them.</p> 291 customize the look of UI elements by styling them to match standard variations supplied by the
|
/frameworks/base/docs/html/guide/topics/search/ |
index.jd | 26 to search any data that is available to them, whether the content is located on the device or the
|
/frameworks/base/docs/html/guide/topics/ui/ |
how-android-draws.jd | 50 <code>measure()</code> on them again with actual numbers if the sum of all the children's
|
/frameworks/base/docs/html/guide/topics/views/ |
intro.jd | 10 <p>The View class serves as a base class for <em>widgets </em> — a set of fully implemented subclasses that draw interactive screen elements. Widgets handle their own measuring and drawing, so you can use them to build your UI more quickly. The list of widgets available includes Text, EditText, InputMethod, MovementMethod, Button, RadioButton, Checkbox, and ScrollView.</p>
|
Completed in 332 milliseconds
<<51525354555657585960>>