Searched defs:end (Results 226 - 242 of 242) sorted by relevance

12345678910

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java353 public void onSelectionChanged(int start, int end) { argument
361 super.onSelectionChanged(start, end);
387 public void append(CharSequence text, int start, int end) { argument
392 super.append(text, start, end);
495 int end = getSelectionEnd();
496 int start = mTokenizer.findTokenStart(editable, end);
498 getSpannable().getSpans(start, end, DrawableRecipientChip.class);
512 commitChip(start, end, editable);
875 // Always leave a space at the end between tokens.
942 int end;
1203 commitChip(int start, int end, Editable editable) argument
1277 shouldCreateChip(int start, int end) argument
1281 alreadyHasChip(int start, int end) argument
1293 handleEdit(int start, int end) argument
[all...]
/frameworks/native/opengl/libagl/
H A Dcontext.h255 GLfixed end; member in struct:android::gl::fog_t
H A Degl.cpp282 const_iterator end() const { return storage+count; } function in struct:android::egl_window_surface_v2_t::Region
463 Region::const_iterator end = clip.end(); local
472 while (cur != end) {
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp115 // the latency will end up being an additional vsync period, and animations
365 // this places EGL_NONE at the end
1061 const HWComposer::LayerListIterator end = hwc.end(id); local
1062 for (size_t i=0 ; cur!=end && i<count ; ++i, ++cur) {
1083 const HWComposer::LayerListIterator end = hwc.end(id); local
1084 for (size_t i=0 ; cur!=end && i<count ; ++i, ++cur) {
1159 const HWComposer::LayerListIterator end = hwc.end(i local
1707 const HWComposer::LayerListIterator end = hwc.end(id); local
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java695 private static boolean fits(int[] a, int value, int start, int end) { argument
696 if (end > a.length) {
699 for (int i = start; i < end; i++) {
707 private static void procrusteanFill(int[] a, int start, int end, int value) { argument
709 Arrays.fill(a, Math.min(start, length), Math.min(end, length), value);
789 // This can end up being done twice. Better twice than not at all.
2507 * Indicates that a view should be aligned with the <em>end</em>
2541 * Indicates that a view should be aligned with the <em>end</em>
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp336 /* void glDrawRangeElements ( GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices ) */
339 (JNIEnv *_env, jobject _this, jint mode, jint start, jint end, jint count, jint type, jobject indices_buf) {
353 (GLuint)end,
363 /* void glDrawRangeElements ( GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, GLsizei offset ) */
366 (JNIEnv *_env, jobject _this, jint mode, jint start, jint end, jint count, jint type, jint offset) {
370 (GLuint)end,
338 android_glDrawRangeElements__IIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint mode, jint start, jint end, jint count, jint type, jobject indices_buf) argument
365 android_glDrawRangeElements__IIIIII(JNIEnv *_env, jobject _this, jint mode, jint start, jint end, jint count, jint type, jint offset) argument
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java84 private void end() { method in class:GLLogWrapper
1180 end();
1189 end();
1198 end();
1207 end();
1216 end();
1225 end();
1237 end();
1249 end();
1258 end();
[all...]
H A DGLES30.java344 // C function void glDrawRangeElements ( GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices )
349 int end,
355 // C function void glDrawRangeElements ( GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, GLsizei offset )
360 int end,
346 glDrawRangeElements( int mode, int start, int end, int count, int type, java.nio.Buffer indices ) argument
357 glDrawRangeElements( int mode, int start, int end, int count, int type, int offset ) argument
/frameworks/base/services/input/
H A DInputDispatcher.cpp3077 char* end = strchr(start, '\n'); local
3078 if (*end == '\n') {
3079 *(end++) = '\0';
3082 start = end;
/frameworks/base/core/java/android/view/
H A DViewGroup.java2399 int end;
2404 end = count;
2408 end = -1;
2411 for (int i = index; i != end; i += increment) {
2984 final Runnable end = new Runnable() {
2989 post(end);
3040 final Runnable end = new Runnable() {
3045 post(end);
3511 * If index is negative, it means put it at the end of the list.
3526 * If index is negative, it means put it at the end o
6267 setMarginsRelative(int start, int top, int end, int bottom) argument
6315 setMarginEnd(int end) argument
[all...]
H A DView.java374 * during the recursion. At the end of the measure pass, every view has stored
386 * that at the end of the measure pass, all parents accept all of their
2008 * Align to the end of the paragraph, e.g. ALIGN_OPPOSITE.
2030 * Align to the end of the view, which is ALIGN_RIGHT if the view’s resolved
2205 * Flag indicating that start/end padding has been resolved into left/right padding
2214 * Flag indicating that the start/end drawables has been resolved into left/right ones.
3858 // Cache start/end user padding as we cannot fully resolve padding here (we dont have yet
3880 // defined and start / end padding are defined (e.g. in Frameworks resources), then we use
3881 // start / end and resolve them as left / right (layout direction is not taken into account).
3894 // Jelly Bean MR1 and after case: if start/end define
7501 setAccessibilitySelection(int start, int end) argument
15515 setPaddingRelative(int start, int top, int end, int bottom) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.java158 * Indicates the touch gesture is an overscroll - a scroll beyond the beginning or end.
1039 // this may end up selecting the value we just cleared but this way
1755 // and the user wouldn't expect to end up somewhere else when
4989 * @return true if we're already at the beginning/end of the list and have nothing to do.
5014 final int end = getHeight() - effectivePaddingBottom;
5015 final int spaceBelow = lastBottom - end;
5392 final int end = Math.min(lastPos + CHECK_POSITION_SEARCH_DISTANCE, mItemCount);
5394 for (int searchPos = start; searchPos < end; searchPos++) {
5856 public boolean setComposingRegion(int start, int end) { argument
5857 return getTarget().setComposingRegion(start, end);
5881 setSelection(int start, int end) argument
6256 setVisibleRangeHint(int start, int end) argument
[all...]
H A DEditor.java499 private void updateSpellCheckSpans(int start, int end, boolean createSpellChecker) { argument
502 mTextView.removeAdjacentSuggestionSpans(end);
510 mSpellChecker.spellCheck(start, end);
843 final int end = mTextView.getSelectionEnd();
844 CharSequence selectedText = mTextView.getTransformedText(start, end);
846 DragLocalState localState = new DragLocalState(mTextView, start, end);
1203 " end=" + ims.mChangedEnd +
1213 " end=" + ims.mExtractedText.partialEndOffset +
1384 blockDisplayList.end();
1443 void invalidateTextDisplayList(Layout layout, int start, int end) { argument
1819 public int start, end; field in class:Editor.DragLocalState
1821 DragLocalState(TextView sourceTextView, int start, int end) argument
1921 onSpanAdded(Spannable text, Object span, int start, int end) argument
1978 onSpanRemoved(Spannable text, Object span, int start, int end) argument
3923 filter(CharSequence source, int start, int end, Spanned dest, int dstart, int dend) argument
[all...]
H A DTextView.java248 * Draw marquee text as ellipsize end while inactive instead of with the fade.
347 // Use "end" drawable as "right" drawable if the "right" drawable was not defined
354 // JB-MR1+ normal case: "start" / "end" drawables are overriding "left" / "right"
1343 private void setRelativeDrawablesIfNeeded(Drawable start, Drawable end) { argument
1344 boolean hasRelativeDrawables = (start != null) || (end != null);
1365 if (end != null) {
1366 end.setBounds(0, 0, end.getIntrinsicWidth(), end.getIntrinsicHeight());
1367 end
2119 setCompoundDrawablesRelative(Drawable start, Drawable top, Drawable end, Drawable bottom) argument
2244 setCompoundDrawablesRelativeWithIntrinsicBounds(int start, int top, int end, int bottom) argument
2265 setCompoundDrawablesRelativeWithIntrinsicBounds(Drawable start, Drawable top, Drawable end, Drawable bottom) argument
2370 setPaddingRelative(int start, int top, int end, int bottom) argument
3403 append(CharSequence text, int start, int end) argument
4612 invalidateRegion(int start, int end, boolean invalidateCursor) argument
5780 removeParcelableSpans(Spannable spannable, int start, int end) argument
7379 removeIntersectingNonAdjacentSpans(int start, int end, Class<T> type) argument
8360 getTransformedText(int start, int end) argument
8747 deleteText_internal(int start, int end) argument
8755 replaceText_internal(int start, int end, CharSequence text) argument
8763 setSpan_internal(Object span, int start, int end, int flags) argument
8771 setCursorPosition_internal(int start, int end) argument
8859 setAccessibilitySelection(int start, int end) argument
8974 subSequence(int start, int end) argument
8982 getChars(int start, int end, char[] buf, int off) argument
8990 drawText(Canvas c, int start, int end, float x, float y, Paint p) argument
8995 drawTextRun(Canvas c, int start, int end, int contextStart, int contextEnd, float x, float y, int flags, Paint p) argument
9003 measureText(int start, int end, Paint p) argument
9007 getTextWidths(int start, int end, float[] widths, Paint p) argument
9011 getTextRunAdvances(int start, int end, int contextStart, int contextEnd, int flags, float[] advances, int advancesIndex, Paint p) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp109 ALOGW("%s data size %p extends beyond resource end %p.",
396 // check invariant: styles starts before end of data
581 ALOGW("Bad string block: string #%d extends to %d, past end at %d\n",
636 ALOGW("Bad string block: string #%lld extends to %lld, past end at %lld\n",
642 ALOGW("Bad string block: string #%d entry is at %d, past end at %d\n",
665 ALOGW("Bad string block: string #%d extends to %d, past end at %d\n",
669 ALOGW("Bad string block: string #%d entry is at %d, past end at %d\n",
699 ALOGW("Bad string block: style #%d entry is at %d, past end at %d\n",
736 char16_t* end = utf8_to_utf16_n(s, len, convBuffer, strLen+3); local
737 *end
2645 const bag_entry* end = bag + N; local
3855 const uint8_t* const end = ((const uint8_t*)ty) + dtohl(ty->header.size); local
3919 const char16_t* const end = p + refLen; local
4025 const char* end = str; local
4149 const char* end; local
4679 const char16_t* end = s + len; local
5042 const uint8_t* const end = ((const uint8_t*)thisType) local
5683 const uint8_t* const end = ((const uint8_t*)type) local
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1090 int end = editable.getSpanEnd(style);
1091 editable.replace(start, end, "");
1214 public void setTextComposingMask(int start, int end) { argument
1216 Log.d(TAG, "--- setTextComposingMask:" + start + "," + end);
1218 int min = Math.min(start, end);
1219 int max = Math.max(start, end);
1325 int end = start + after;
1326 int min = Math.min(start, end);
1327 int max = Math.max(start, end);
1365 if (spanend == end
1668 setStyledTextSpan(Object span, int start, int end) argument
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp5754 void GLTrace_glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid* indices) { argument
5772 // copy argument end
5776 arg_end->add_intvalue(end);
5799 glContext->hooks->gl.glDrawRangeElements(mode, start, end, count, type, indices);

Completed in 1371 milliseconds

12345678910