Searched defs:end (Results 276 - 296 of 296) sorted by relevance

<<1112

/frameworks/base/tools/aapt/
H A DResource.cpp307 const char16_t* const end = str + baseName.size(); local
308 while (str < end) {
540 fprintf(stderr, "%s:%d: Tag <%s> attribute %s can not end with a space.\n",
1622 iter != splitConfigs.end();
H A DResourceTable.cpp195 const char16_t* const end = str + len; local
198 while (str < end) {
200 while (div < end && *div != '|') {
218 str = div < end ? div+1 : div;
1035 uint32_t end = 0; local
1036 ssize_t endIdx = block.indexOfAttribute(NULL, "end");
1041 srcPos.error("Given 'end' attribute is not an integer: %s\n",
1045 end = endValue.data;
1048 srcPos.error("No 'end' attribute supplied <public-padding>\n");
1052 if (end >
2441 const char16_t* end = name + nameLen; local
[all...]
/frameworks/native/opengl/libagl/
H A Dcontext.h259 GLfixed end; member in struct:android::gl::fog_t
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp110 // the latency will end up being an additional vsync period, and animations
1060 const HWComposer::LayerListIterator end = hwc.end(id); local
1061 for (size_t i=0 ; cur!=end && i<count ; ++i, ++cur) {
1082 const HWComposer::LayerListIterator end = hwc.end(id); local
1083 for (size_t i=0 ; cur!=end && i<count ; ++i, ++cur) {
1103 const HWComposer::LayerListIterator end = hwc.end(id); local
1104 for (size_t i=0 ; cur!=end
1178 const HWComposer::LayerListIterator end = hwc.end(id); local
1517 const HWComposer::LayerListIterator end = hwc.end(id); local
1815 const HWComposer::LayerListIterator end = hwc.end(id); local
[all...]
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java162 * 0 for end, 1 for start.
400 public void onSelectionChanged(int start, int end) { argument
408 super.onSelectionChanged(start, end);
434 public void append(CharSequence text, int start, int end) { argument
439 super.append(text, start, end);
547 int end = getSelectionEnd();
548 int start = mTokenizer.findTokenStart(editable, end);
550 getSpannable().getSpans(start, end, DrawableRecipientChip.class);
564 commitChip(start, end, editable);
657 // Chip start padding is the same as the end paddin
1374 commitChip(int start, int end, Editable editable) argument
1458 shouldCreateChip(int start, int end) argument
1462 alreadyHasChip(int start, int end) argument
1474 handleEdit(int start, int end) argument
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java184 * start/end: coordinate quantities - do reverse
190 * front/end: positional indices - do not reverse
308 * Tracking start/end position of each row for visible items.
351 * Allow DPAD key to navigate out at the end of the view, default is false.
1163 int start, end;
1183 end = start + length;
1184 mRows[rowIndex].high = end;
1188 end = mRows[rowIndex].low - mMarginPrimary;
1197 end = mRows[rowIndex].high;
1199 start = end
1236 layoutChild(int rowIndex, View v, int start, int end, int startSecondary) argument
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java687 private static boolean fits(int[] a, int value, int start, int end) { argument
688 if (end > a.length) {
691 for (int i = start; i < end; i++) {
699 private static void procrusteanFill(int[] a, int start, int end, int value) { argument
701 Arrays.fill(a, Math.min(start, length), Math.min(end, length), value);
781 // This can end up being done twice. Better twice than not at all.
1640 // off-by-ones at the end
2700 * Indicates that a view should be aligned with the <em>end</em>
2734 * Indicates that a view should be aligned with the <em>end</em>
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java314 // ensure child's end is below nextChild's end
403 * Sets whether LayoutManager should start laying out items from the end of the UI. The order
502 * Calculates the views' layout order. (e.g. from end to start or start to end)
578 // Layout end.
583 // Layout end.
1110 final View end = findFirstVisibleItemClosestToEnd(false, true);
1111 if (start == null || end == null) {
1115 final int endPos = getPosition(end);
2228 isEmpty(int start, int end) argument
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java301 * cursor at the end of text.
379 * Argument for specifying the selection end.
2271 * Gets the text selection end.
2273 * @return The text selection end if there is selection or -1.
2280 * Sets the text selection start and end.
2288 * @param end The text selection end.
2292 public void setTextSelection(int start, int end) { argument
2295 mTextSelectionEnd = end;
3388 * action will also put the cursor at the end o
[all...]
/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/native/services/inputflinger/
H A DInputDispatcher.cpp184 Region::const_iterator const tail = region.end();
1138 // This state is always reset at the end of this function, so if we don't find state
3085 char* end = strchr(start, '\n'); local
3086 if (*end == '\n') {
3087 *(end++) = '\0';
3090 start = end;
/frameworks/base/core/java/android/view/
H A DViewGroup.java2629 int end;
2634 end = count;
2638 end = -1;
2641 for (int i = index; i != end; i += increment) {
3236 final Runnable end = new Runnable() {
3241 post(end);
3314 // add next child (in child order) to end of list
3334 final Runnable end = new Runnable() {
3339 post(end);
3882 * If index is negative, it means put it at the end o
6806 setMarginsRelative(int start, int top, int end, int bottom) argument
6854 setMarginEnd(int end) argument
[all...]
H A DView.java386 * during the recursion. At the end of the measure pass, every view has stored
398 * that at the end of the measure pass, all parents accept all of their
2113 * Align to the end of the paragraph, e.g. ALIGN_OPPOSITE.
2135 * Align to the end of the view, which is ALIGN_RIGHT if the view’s resolved
2310 * Flag indicating that start/end padding has been resolved into left/right padding
2319 * Flag indicating that the start/end drawables has been resolved into left/right ones.
4096 // Cache start/end user padding as we cannot fully resolve padding here (we dont have yet
4123 // defined and start / end padding are defined (e.g. in Frameworks resources), then we use
4124 // start / end and resolve them as left / right (layout direction is not taken into account).
4137 // Jelly Bean MR1 and after case: if start/end define
8265 setAccessibilitySelection(int start, int end) argument
16554 setPaddingRelative(int start, int top, int end, int bottom) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.java162 * Indicates the touch gesture is an overscroll - a scroll beyond the beginning or end.
1072 // this may end up selecting the value we just cleared but this way
1817 // and the user wouldn't expect to end up somewhere else when
4848 * @return true if we're already at the beginning/end of the list and have nothing to do.
4873 final int end = getHeight() - effectivePaddingBottom;
4874 final int spaceBelow = lastBottom - end;
5247 final int end = Math.min(lastPos + CHECK_POSITION_SEARCH_DISTANCE, mItemCount);
5249 for (int searchPos = start; searchPos < end; searchPos++) {
5711 public boolean setComposingRegion(int start, int end) { argument
5712 return getTarget().setComposingRegion(start, end);
5736 setSelection(int start, int end) argument
6116 setVisibleRangeHint(int start, int end) argument
[all...]
H A DEditor.java530 private void updateSpellCheckSpans(int start, int end, boolean createSpellChecker) { argument
533 mTextView.removeAdjacentSuggestionSpans(end);
541 mSpellChecker.spellCheck(start, end);
874 final int end = mTextView.getSelectionEnd();
875 CharSequence selectedText = mTextView.getTransformedText(start, end);
877 DragLocalState localState = new DragLocalState(mTextView, start, end);
1234 " end=" + ims.mChangedEnd +
1244 " end=" + ims.mExtractedText.partialEndOffset +
1394 blockDisplayList.end(hardwareCanvas);
1450 void invalidateTextDisplayList(Layout layout, int start, int end) { argument
1826 public int start, end; field in class:Editor.DragLocalState
1828 DragLocalState(TextView sourceTextView, int start, int end) argument
1927 onSpanAdded(Spannable text, Object span, int start, int end) argument
1984 onSpanRemoved(Spannable text, Object span, int start, int end) argument
4168 filter(CharSequence source, int start, int end, Spanned dest, int dstart, int dend) argument
[all...]
H A DTextView.java253 * Draw marquee text as ellipsize end while inactive instead of with the fade.
358 // Use "end" drawable as "right" drawable if the "right" drawable was not defined
365 // JB-MR1+ normal case: "start" / "end" drawables are overriding "left" / "right"
1393 private void setRelativeDrawablesIfNeeded(Drawable start, Drawable end) { argument
1394 boolean hasRelativeDrawables = (start != null) || (end != null);
1415 if (end != null) {
1416 end.setBounds(0, 0, end.getIntrinsicWidth(), end.getIntrinsicHeight());
1417 end
2196 setCompoundDrawablesRelative(@ullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
2333 setCompoundDrawablesRelativeWithIntrinsicBounds(int start, int top, int end, int bottom) argument
2356 setCompoundDrawablesRelativeWithIntrinsicBounds(@ullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
2463 setPaddingRelative(int start, int top, int end, int bottom) argument
3619 append(CharSequence text, int start, int end) argument
4845 invalidateRegion(int start, int end, boolean invalidateCursor) argument
6040 removeParcelableSpans(Spannable spannable, int start, int end) argument
7639 removeIntersectingNonAdjacentSpans(int start, int end, Class<T> type) argument
8676 getTransformedText(int start, int end) argument
9013 deleteText_internal(int start, int end) argument
9021 replaceText_internal(int start, int end, CharSequence text) argument
9029 setSpan_internal(Object span, int start, int end, int flags) argument
9037 setCursorPosition_internal(int start, int end) argument
9128 setAccessibilitySelection(int start, int end) argument
9243 subSequence(int start, int end) argument
9251 getChars(int start, int end, char[] buf, int off) argument
9259 drawText(Canvas c, int start, int end, float x, float y, Paint p) argument
9264 drawTextRun(Canvas c, int start, int end, int contextStart, int contextEnd, float x, float y, boolean isRtl, Paint p) argument
9272 measureText(int start, int end, Paint p) argument
9276 getTextWidths(int start, int end, float[] widths, Paint p) argument
9280 getTextRunAdvances(int start, int end, int contextStart, int contextEnd, boolean isRtl, float[] advances, int advancesIndex, Paint p) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp115 ALOGW("%s data size 0x%x extends beyond resource end %p.",
521 // check invariant: styles starts before end of data
706 ALOGW("Bad string block: string #%d extends to %d, past end at %d\n",
761 ALOGW("Bad string block: string #%lld extends to %lld, past end at %lld\n",
767 ALOGW("Bad string block: string #%d entry is at %d, past end at %d\n",
790 ALOGW("Bad string block: string #%d extends to %d, past end at %d\n",
794 ALOGW("Bad string block: string #%d entry is at %d, past end at %d\n",
829 ALOGW("Bad string block: style #%d entry is at %d, past end at %d\n",
866 char16_t* end = utf8_to_utf16_n(s, len, convBuffer, strLen+3); local
867 *end
3073 const bag_entry* end = bag + N; local
4273 const char16_t* const end = p + refLen; local
4379 const char* end = str; local
4503 const char* end; local
5055 const char16_t* end = s + len; local
5543 const uint8_t* const end = reinterpret_cast<const uint8_t*>(thisType) local
6449 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.cpp5753 void GLTrace_glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices) { argument
5771 // copy argument end
5775 arg_end->add_intvalue(end);
5798 glContext->hooks->gl.glDrawRangeElements(mode, start, end, count, type, indices);
[all...]

Completed in 9653 milliseconds

<<1112