Home
last modified time | relevance | path

Searched refs:here (Results 1 – 25 of 143) sorted by relevance

123456

/frameworks/base/core/java/android/text/
DAutoText.java133 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()
DStaticLayout.java249 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 …]
DLayout.java1010 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/
DDisplay.java121 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/
Dstderr.txt.expect2 <built-in>:1:9: note: previous definition is here
/frameworks/base/include/cpustats/
DREADME.txt4 Requirements to be here:
/frameworks/base/tests/SmokeTest/
DREADME3 Please use caution when adding tests here.
/frameworks/base/docs/html/resources/
Dcommunity-groups.jd23 <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…
96here, ideas for the Android platform, announcements about your applications, discussions about And…
/frameworks/base/services/java/com/android/server/am/
DActivityStack.java1598 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/
Don-screen-inputs.jd37 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
Dwikinotes-intents.jd60 <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
Dcan-i-use-this-intent.jd69 technique described here can also be used at startup time to ask the user
/frameworks/base/docs/html/guide/topics/manifest/
Dcategory-element.jd24 constants. The name assigned here can be derived from those constants
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
DarmVCM4P10_DeblockingChroma_unsafe_s.s106 VLD1 d18.U32[0], [pThresholds]! ;here
/frameworks/base/data/keyboards/
DVendor_05ac_Product_0239.kl22 # implemented here.
/frameworks/base/docs/html/guide/tutorials/views/
Dhello-relativelayout.jd22 android:text="Type here:"/>
/frameworks/base/docs/html/guide/topics/data/
Ddata-storage.jd259 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/
Dindex.jd9 visual design of Android applications. Look here for articles that describe
/frameworks/base/docs/html/resources/tutorials/notepad/
Dindex.jd88 <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/
Dmediaplayer.jd126 <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/
Ddownload.jd68 <p>Your download should be underway. If not, <a id="click-download">click here to start the
/frameworks/base/core/java/android/content/res/
DResources.java2187 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/
Dui-xml.jd94 android:text=&quot;Type here:&quot;/&gt;
123 call in the activity's onCreate() method, as shown here:</p>
/frameworks/base/docs/html/resources/tutorials/views/
Dhello-relativelayout.jd29 android:text="Type here:"/>
/frameworks/base/docs/html/guide/topics/search/
Dadding-recent-query-suggestions.jd109 <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

123456