Home
last modified time | relevance | path

Searched refs:ends (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/text/method/
DPasswordTransformationMethod.java191 int[] starts = null, ends = null; in getChars() local
202 ends = new int[nvisible]; in getChars()
207 ends[i] = sp.getSpanEnd(visible[i]); in getChars()
217 if (i >= starts[a] && i < ends[a]) { in getChars()
/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/
DSafeSaxTest.java54 int ends = 0; field in SafeSaxTest.ElementCounter
61 ends++; in end()
104 assertEquals(1, rootCounter.ends); in testListener()
106 assertEquals(2, entryCounter.ends); in testListener()
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
Duios.h21 const char ends = '\0'; ///< End of string character. variable
/frameworks/base/core/java/android/text/
DSpannableStringBuilder.java714 int[] ends = mSpanEnds; in getSpans() local
725 int spanEnd = ends[i]; in getSpans()
808 int[] ends = mSpanEnds; in nextSpanTransition() local
818 int en = ends[i]; in nextSpanTransition()
/frameworks/base/docs/html/guide/publishing/
Dpublishing.jd90 validity period ends after <span style="color:red">22 October 2033</span>. </li>
/frameworks/base/docs/html/guide/tutorials/notepad/
Dnotepad-ex3.jd228 Activity ends, even if we instigated that (with a <code>finish()</code> call for example).
/frameworks/base/docs/html/guide/topics/views/
Dcustom-views.jd498 super.onDraw() method is called before the method ends. The
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd506 super.onDraw() method is called before the method ends. The
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-providers.jd551 // the new record just returned by insert(); it ends with the _ID
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd1096 create a 4-bar segment with a drum fill that ends on beat 1 of the 5<sup>th</sup>
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd956 examples of sharing a photo from a Gallery, the user ends up
/frameworks/base/docs/html/guide/topics/resources/
Davailable-resources.jd753 When set true, the animation transformation is applied after the animation ends.