/frameworks/base/core/java/android/text/ |
D | AutoText.java | 133 int here = mTrie[TRIE_ROOT]; in lookup() local 138 for (; here != TRIE_NULL; here = mTrie[here + TRIE_NEXT]) { in lookup() 139 if (c == mTrie[here + TRIE_C]) { in lookup() 141 && (mTrie[here + TRIE_OFF] != TRIE_NULL)) { in lookup() 142 int off = mTrie[here + TRIE_OFF]; in lookup() 148 here = mTrie[here + TRIE_CHILD]; in lookup() 153 if (here == TRIE_NULL) { in lookup()
|
D | StaticLayout.java | 249 int here = paraStart; in generate() local 382 (j - 1 < here || !Character.isDigit(chs[j - 1 - paraStart])) && in generate() 402 if (ok != here) { in generate() 410 here, ok, in generate() 421 here = ok; in generate() 422 } else if (fit != here) { in generate() 425 here, fit, in generate() 437 here = fit; in generate() 446 here, here+1, in generate() 453 here + 1 == bufEnd, includepad, in generate() [all …]
|
D | Layout.java | 1010 int here = min + dirs.mDirections[i]; in getOffsetForHorizontal() local 1011 int there = here + (dirs.mDirections[i+1] & RUN_LENGTH_MASK); in getOffsetForHorizontal() 1016 int high = there - 1 + 1, low = here + 1 - 1, guess; in getOffsetForHorizontal() 1028 if (low < here + 1) in getOffsetForHorizontal() 1029 low = here + 1; in getOffsetForHorizontal() 1052 float dist = Math.abs(getPrimaryHorizontal(here) - horiz); in getOffsetForHorizontal() 1056 best = here; in getOffsetForHorizontal() 1314 int here = linestart + dirs.mDirections[i]; in addSelection() local 1315 int there = here + (dirs.mDirections[i+1] & RUN_LENGTH_MASK); in addSelection() 1320 if (start <= there && end >= here) { in addSelection() [all …]
|
/frameworks/base/core/java/android/view/ |
D | Display.java | 121 RuntimeException here = new RuntimeException("here"); in getSizeInternal() local 122 here.fillInStackTrace(); in getSizeInternal() 123 Slog.v(TAG, "Returning display size: " + outSize, here); in getSizeInternal()
|
/frameworks/compile/slang/tests/P_redefine_RS_VERSION/ |
D | stderr.txt.expect | 2 <built-in>:1:9: note: previous definition is here
|
/frameworks/base/include/cpustats/ |
D | README.txt | 4 Requirements to be here:
|
/frameworks/base/tests/SmokeTest/ |
D | README | 3 Please use caution when adding tests here.
|
/frameworks/base/docs/html/resources/ |
D | community-groups.jd | 23 <p>Welcome to the Android developers community! We're glad you're here and invite you to participat… 91 …fortable using the SDK, now you want to move to advanced topics. Get help here with troubleshootin… 96 …here, ideas for the Android platform, announcements about your applications, discussions about And…
|
/frameworks/base/services/java/com/android/server/am/ |
D | ActivityStack.java | 1598 RuntimeException here = new RuntimeException("here"); in startActivityLocked() local 1599 here.fillInStackTrace(); in startActivityLocked() 1601 here); in startActivityLocked() 1636 RuntimeException here = new RuntimeException("here"); in startActivityLocked() local 1637 here.fillInStackTrace(); in startActivityLocked() 1638 Slog.i(TAG, "Adding activity " + r + " to stack at " + addPos, here); in startActivityLocked() 1837 RuntimeException here = new RuntimeException("here"); in resetTaskIfNeededLocked() local 1838 here.fillInStackTrace(); in resetTaskIfNeededLocked() 1840 + dstPos, here); in resetTaskIfNeededLocked() 1970 RuntimeException here = new RuntimeException("here"); in resetTaskIfNeededLocked() local [all …]
|
/frameworks/base/docs/html/resources/articles/ |
D | on-screen-inputs.jd | 37 edit, as shown here in the home screen:</p> 44 and IME, we use a few approaches; the one shown here is called <em>pan and 51 here, when composing an e-mail message:</p> 69 fullscreen on top of it, as shown here:</p> 137 <p>As an example, here is the new EditText for the IM application's message text view:</p> 165 different pieces of data that can be specified here by combining them 212 attribute on <code>TextView</code>. The value you supply here can be any
|
D | wikinotes-intents.jd | 60 <p>The real key here is the MIME type. MIME stands for <a 107 <p>From here, Android takes the rest of the URI and presents it to that 198 here, but this is one of the main reasons I wanted to write WikiNotes 199 in the first place. If you follow and understand the steps here, you'll
|
D | can-i-use-this-intent.jd | 69 technique described here can also be used at startup time to ask the user
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | category-element.jd | 24 constants. The name assigned here can be derived from those constants
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
D | armVCM4P10_DeblockingChroma_unsafe_s.s | 106 VLD1 d18.U32[0], [pThresholds]! ;here
|
/frameworks/base/data/keyboards/ |
D | Vendor_05ac_Product_0239.kl | 22 # implemented here.
|
/frameworks/base/docs/html/guide/tutorials/views/ |
D | hello-relativelayout.jd | 22 android:text="Type here:"/>
|
/frameworks/base/docs/html/guide/topics/data/ |
D | data-storage.jd | 259 here's how you can check the availability:</p> 346 <li><code>Music/</code> - Media scanner classifies all media found here as user music.</li> 347 <li><code>Podcasts/</code> - Media scanner classifies all media found here as a podcast.</li> 348 <li><code>Ringtones/ </code> - Media scanner classifies all media found here as a ringtone.</li> 349 <li><code>Alarms/</code> - Media scanner classifies all media found here as an alarm sound.</li> 350 <li><code>Notifications/</code> - Media scanner classifies all media found here as a notification
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | index.jd | 9 visual design of Android applications. Look here for articles that describe
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
D | index.jd | 88 <td>Start here. Construct a simple notes list that lets the user add new notes but not 128 here, in the <a href="{@docRoot}resources/samples/index.html">Sample Code</a> section.</li>
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 126 <p>And here is how you might play from a URI available locally in the system 129 <pre>Uri myUri = ....; // initialize Uri here 138 <pre>String url = "http://........"; // your URL here 297 mMediaPlayer = ... // initialize it here 326 // ...initialize the MediaPlayer here... 373 // ... other initialization here ... 595 // other fields here, you'll probably hold a reference to an interface 598 public AudioFocusHelper(Context ctx, /* other arguments here */) {
|
/frameworks/base/docs/html/sdk/ |
D | download.jd | 68 <p>Your download should be underway. If not, <a id="click-download">click here to start the
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 2187 RuntimeException here = new RuntimeException("here"); in getCachedStyledAttributes() local 2188 here.fillInStackTrace(); in getCachedStyledAttributes() 2190 Log.i(TAG, "Allocated new TypedArray of " + len + " in " + this, here); in getCachedStyledAttributes() 2193 mLastRetrievedAttrs = here; in getCachedStyledAttributes()
|
/frameworks/base/docs/html/guide/topics/views/ |
D | ui-xml.jd | 94 android:text="Type here:"/> 123 call in the activity's onCreate() method, as shown here:</p>
|
/frameworks/base/docs/html/resources/tutorials/views/ |
D | hello-relativelayout.jd | 29 android:text="Type here:"/>
|
/frameworks/base/docs/html/guide/topics/search/ |
D | adding-recent-query-suggestions.jd | 109 <p>For example, here's a complete implementation of a content provider for recent query 187 your searchable activity receives a query. For example, here's how you can save the query during
|