Searched refs:end (Results 126 - 150 of 908) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/text/
H A DLayout.java119 int start, int end,
124 for (int i = start; i <= end; i = next) {
125 next = TextUtils.indexOf(source, '\n', i, end);
128 next = end;
273 int end = getLineVisibleEnd(lineNum, start, previousLineEnd);
297 // If spanEnd is before the end of the paragraph, that's not
337 start, end, isFirstParaLine, this);
342 start, end, isFirstParaLine, this);
396 canvas.drawText(buf, start, end, x, lbaseline, paint);
398 tl.set(paint, buf, start, end, di
118 getDesiredWidth(CharSequence source, int start, int end, TextPaint paint) argument
1259 getLineVisibleEnd(int line, int start, int end) argument
1499 addSelection(int line, int start, int end, int top, int bottom, Path dest) argument
1538 getSelectionPath(int start, int end, Path dest) argument
1682 measurePara(TextPaint paint, CharSequence text, int start, int end) argument
1809 nextTab(CharSequence text, int start, int end, float h, Object[] tabs) argument
1867 getParagraphSpans(Spanned text, int start, int end, Class<T> type) argument
1885 ellipsize(int start, int end, int line, char[] dest, int destoff, TextUtils.TruncateAt method) argument
1967 getChars(int start, int end, char[] dest, int destoff) argument
1982 subSequence(int start, int end) argument
2005 getSpans(int start, int end, Class<T> type) argument
2027 subSequence(int start, int end) argument
[all...]
H A DLoginFilter.java43 * with the new text from the range <code>start &hellip; end</code>
50 public CharSequence filter(CharSequence source, int start, int end, argument
65 for (int i = start; i < end; i++) {
75 modification = new SpannableStringBuilder(source, start, end);
/frameworks/av/media/libstagefright/
H A DFrameRenderTracker.cpp57 std::list<Info>::iterator renderInfo = mRenderQueue.end();
59 it != mRenderQueue.end(); ++it) {
65 if (renderInfo == mRenderQueue.end()) {
115 it != mRenderQueue.end(); ) {
140 done.splice(done.end(), mRenderQueue, it++);
159 it != mRenderQueue.end(); ) {
/frameworks/base/core/tests/coretests/src/android/os/
H A DTraceTest.java48 long end = System.currentTimeMillis();
49 long elapsed = end - start;
62 long end = System.currentTimeMillis();
63 long elapsed = end - start;
78 long end = System.currentTimeMillis();
79 long elapsed = end - start;
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h89 iterator end();
91 const_iterator end() const;
132 size_t end; member in class:mcld::SymbolCategory::Category
139 : type(pType), begin(0), end(0), prev(NULL), next(NULL) {}
141 size_t size() const { return (end - begin); }
143 bool empty() const { return (begin == end); }
/frameworks/compile/mclinker/lib/Script/
H A DOutputSectDesc.cpp35 for (iterator it = begin(), ie = end(); it != ie; ++it) {
100 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
121 ie = m_Epilog.phdrs().end();
159 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
168 assignEnd = assignments.end();
190 for (iterator assign = assignments.begin(), assignEnd = assignments.end();
/frameworks/rs/api/
H A DUtilities.cpp63 const size_t end = s->find_last_not_of(" "); local
64 if (end == string::npos) {
69 s->erase(end + 1);
109 // It's an HTML tag. Search for the end.
136 if (set->find(flag) == set->end()) {
184 s.erase(std::remove(s.begin(), s.end(), '@'), s.end());
/frameworks/support/compat/tests/java/android/support/v4/testutils/
H A DTextViewActions.java146 final @Nullable Drawable top, final @Nullable Drawable end,
164 TextViewCompat.setCompoundDrawablesRelative(textView, start, top, end, bottom);
176 final @Nullable Drawable end, final @Nullable Drawable bottom) {
194 textView, start, top, end, bottom);
205 final @DrawableRes int start, final @DrawableRes int top, final @DrawableRes int end,
224 textView, start, top, end, bottom);
145 setCompoundDrawablesRelative(final @Nullable Drawable start, final @Nullable Drawable top, final @Nullable Drawable end, final @Nullable Drawable bottom) argument
174 setCompoundDrawablesRelativeWithIntrinsicBounds( final @Nullable Drawable start, final @Nullable Drawable top, final @Nullable Drawable end, final @Nullable Drawable bottom) argument
204 setCompoundDrawablesRelativeWithIntrinsicBounds( final @DrawableRes int start, final @DrawableRes int top, final @DrawableRes int end, final @DrawableRes int bottom) argument
/frameworks/base/core/java/android/text/style/
H A DDrawableMarginSpan.java43 CharSequence text, int start, int end,
57 public void chooseHeight(CharSequence text, int start, int end, argument
60 if (end == ((Spanned) text).getSpanEnd(this)) {
41 drawLeadingMargin(Canvas c, Paint p, int x, int dir, int top, int baseline, int bottom, CharSequence text, int start, int end, boolean first, Layout layout) argument
/frameworks/compile/mclinker/include/mcld/ADT/
H A Dilist_sort.h51 ys.splice(ys.begin(), xs, mid_iter, xs.end());
59 iterator xs_end = xs.end();
61 iterator ys_end = ys.end();
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h40 static iterator end() { return s_TargetList.end(); } function in class:mcld::TargetRegistry
124 TargetRegistry::iterator target, ie = TargetRegistry::end();
/frameworks/compile/mclinker/lib/LD/
H A DDebugString.cpp43 SectionData::iterator it, end = pSection.getSectionData()->end(); local
44 for (it = pSection.getSectionData()->begin(); it != end; ++it) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DarmVCM4P10_QuantTables_s.S81 .end
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DCollection.h74 if ((*this).find(key) != (*this).end()) {
95 return (it == (*this).end()) ? NULL : it->second;
113 for (it = (*this).begin(); it != (*this).end(); ++it) {
128 for (it = (*this).begin(); it != (*this).end(); ++it) {
/frameworks/base/core/java/android/transition/
H A DRecolor.java92 int end = (Integer) endValues.values.get(PROPNAME_TEXT_COLOR);
93 if (start != end) {
94 textView.setTextColor(end);
96 return ObjectAnimator.ofArgb(textView, "textColor", start, end);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnectionWrapper.java141 public boolean setComposingRegion(int start, int end) { argument
142 return mTarget.setComposingRegion(start, end);
181 public boolean setSelection(int start, int end) { argument
182 return mTarget.setSelection(start, end);
/frameworks/base/core/java/com/android/internal/widget/
H A DTextViewInputDisabler.java34 public CharSequence filter(CharSequence source, int start, int end, Spanned dest,
/frameworks/base/tools/aapt2/link/
H A DProductFilter.h36 const ResourceConfigValueIter end,
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h45 iterator end() { return m_SectionList.end(); } function in class:mcld::ELFSegment
46 const_iterator end() const { return m_SectionList.end(); } function in class:mcld::ELFSegment
H A DNamePool.h98 syminfo_iterator syminfo_end() { return m_Table.end(); }
102 const_syminfo_iterator syminfo_end() const { return m_Table.end(); }
108 freeinfo_iterator freeinfo_end() { return m_FreeInfoSet.end(); }
114 const_freeinfo_iterator freeinfo_end() const { return m_FreeInfoSet.end(); }
/frameworks/compile/mclinker/lib/Target/
H A DGOT.cpp33 SectionData::iterator frag, fragEnd = m_SectionData->end();
/frameworks/compile/mclinker/unittests/
H A DDirIteratorTest.cpp48 Directory::iterator enEnd = m_pDir->end();
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DViewGroupBindingAdapter.java75 final OnAnimationEnd end, final OnAnimationRepeat repeat) {
76 if (start == null && end == null && repeat == null) {
89 if (end != null) {
90 end.onAnimationEnd(animation);
74 setListener(ViewGroup view, final OnAnimationStart start, final OnAnimationEnd end, final OnAnimationRepeat repeat) argument
/frameworks/support/compat/java/android/support/v4/util/
H A DSimpleArrayMap.java82 int end;
83 for (end = index + 1; end < N && mHashes[end] == hash; end++) {
84 if (key.equals(mArray[end << 1])) return end;
93 // new entry for this key should go. We use the end of the
96 return ~end;
120 int end;
[all...]
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DPaintTest.java41 private void assertGetTextRunAdvances(String str, int start, int end, argument
45 final int count = end - start;
48 final float advance = p.getTextRunAdvances(str, start, end, contextStart, contextEnd,
59 final float secondPartAdvance = p.getTextRunAdvances(str, start + c, end,
80 if (compareWithOtherMethods && start == contextStart && end == contextEnd) {
81 assertEquals(advance, p.measureText(str, start, end), 1.0f);
83 str, start, end, contextStart, contextEnd, isRtl, end), 1.0f);
86 p.getTextWidths(str, start, end, widths);
144 // start > end
[all...]

Completed in 720 milliseconds

1234567891011>>