HomeSort by relevance Sort by last modified time
    Searched refs:spans (Results 76 - 100 of 223) sorted by null

1 2 34 5 6 7 8 9

  /packages/apps/Settings/src/com/android/settings/support/
SupportDisclaimerDialogFragment.java 204 Annotation[] spans = msg.getSpans(0, msg.length(), Annotation.class); local
205 for (Annotation annotation : spans) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CursorAnchorInfoUtils.java 150 final Object[] spans = spannable.getSpans(0, text.length(), Object.class); local
151 for (Object span : spans) {
  /prebuilts/go/darwin-x86/src/cmd/vet/
shadow.go 60 // given variable (types.Object) is mentioned. It is lexically defined: it spans
97 span, ok := pkg.spans[obj]
108 pkg.spans[obj] = span
233 span, ok := f.pkg.spans[shadowed]
  /prebuilts/go/linux-x86/src/cmd/vet/
shadow.go 60 // given variable (types.Object) is mentioned. It is lexically defined: it spans
97 span, ok := pkg.spans[obj]
108 pkg.spans[obj] = span
233 span, ok := f.pkg.spans[shadowed]
  /frameworks/base/tools/aapt2/
ResourceParser_test.cpp 129 EXPECT_THAT(str->value->spans, SizeIs(2));
132 EXPECT_THAT(*str->value->spans[0].name, Eq("b"));
133 EXPECT_THAT(str->value->spans[0].first_char, Eq(17u));
134 EXPECT_THAT(str->value->spans[0].last_char, Eq(30u));
136 EXPECT_THAT(*str->value->spans[1].name, Eq("small"));
137 EXPECT_THAT(str->value->spans[1].first_char, Eq(24u));
138 EXPECT_THAT(str->value->spans[1].last_char, Eq(30u));
  /packages/apps/Launcher3/src/com/android/launcher3/model/
GridSizeMigrationTask.java 727 Point spans = null;
729 spans = pInfo.getMinSpans(mIdp, mContext);
731 if (spans != null) {
732 entry.minSpanX = spans.x > 0 ? spans.x : entry.spanX;
733 entry.minSpanY = spans.y > 0 ? spans.y : entry.spanY;
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 68 * @param source The text to be laid out, optionally with spans
134 * @param source The text to be laid out, optionally with spans
649 // leading margin spans, not just this particular one
694 TabStopSpan[] spans = getParagraphSpans(spanned, paraStart,
696 if (spans.length > 0) {
697 int[] stops = new int[spans.length];
698 for (int i = 0; i < spans.length; i++) {
699 stops[i] = spans[i].getTabStop();
755 MetricAffectingSpan[] spans =
757 spans = TextUtils.removeEmptySpans(spans, spanned, MetricAffectingSpan.class)
    [all...]
  /frameworks/base/media/java/android/media/
WebVttRenderer.java 77 // spans with timestamp will be enabled by Cue.onTime
95 * Extract all text without style, but with timestamp spans.
145 TextTrackCueSpan[] spans = new TextTrackCueSpan[mCurrentLine.size()]; local
146 mCurrentLine.toArray(spans);
148 mLines.add(spans);
486 for (TextTrackCueSpan[] spans: mLines) {
490 if (spans == null) {
496 for (TextTrackCueSpan span: spans) {
1841 final TextTrackCueSpan[] spans = mSpans; local
    [all...]
  /frameworks/opt/chips/tests/src/com/android/ex/chips/
ChipsTest.java 649 DrawableRecipientChip[] spans = local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java 300 final TtsSpan[] spans = spannable.getSpans(0, s.length(), TtsSpan.class);
301 for (int i = 0; i < spans.length; i++) {
302 spannable.removeSpan(spans[i]);
  /external/freetype/include/freetype/
ftimage.h     [all...]
  /external/pdfium/third_party/freetype/include/freetype/
ftimage.h     [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftimage.h     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mcentral.go 23 nonempty mSpanList // list of spans with a free object, ie a nonempty free list
24 empty mSpanList // list of spans with no free objects (or cached in an mcache)
68 // swept spans are at the end of the list
mgcsweep.go 31 // finishsweep_m ensures that all spans are swept.
39 // sweep any unswept spans. If this is a concurrent GC, there
40 // shouldn't be any spans left to sweep, so this should finish
42 // finished, there may be spans to sweep.
92 print("pacer: sweep done at heap size ", memstats.heap_live>>20, "MB; allocated ", mheap_.spanBytesAlloc>>20, "MB of spans; swept ", mheap_.pagesSwept, " pages at ", mheap_.sweepPagesPerByte, " pages/byte\n")
  /prebuilts/go/linux-x86/src/runtime/
mcentral.go 23 nonempty mSpanList // list of spans with a free object, ie a nonempty free list
24 empty mSpanList // list of spans with no free objects (or cached in an mcache)
68 // swept spans are at the end of the list
mgcsweep.go 31 // finishsweep_m ensures that all spans are swept.
39 // sweep any unswept spans. If this is a concurrent GC, there
40 // shouldn't be any spans left to sweep, so this should finish
42 // finished, there may be spans to sweep.
92 print("pacer: sweep done at heap size ", memstats.heap_live>>20, "MB; allocated ", mheap_.spanBytesAlloc>>20, "MB of spans; swept ", mheap_.pagesSwept, " pages at ", mheap_.sweepPagesPerByte, " pages/byte\n")
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 104 * (and thereby enlarge it) before it is spread with row or column spans.
497 Pair<Integer, Integer> spans = computeResizeSpans(state); local
498 int rowSpan = spans.getFirst();
499 int columnSpan = spans.getSecond();
525 Pair<Integer, Integer> spans = computeResizeSpans(state); local
541 return String.format("%s\n(Press Shift to resize row/column spans)", message);
543 int rowSpan = spans.getFirst();
544 int columnSpan = spans.getSecond();
552 * spans
559 * Computes the new column and row spans as the result of the current resizin
    [all...]
  /packages/apps/TV/src/com/android/tv/dvr/ui/
DvrUiHelper.java 638 Object[] spans = builder.getSpans(0, builder.length(), Object.class); local
639 if (spans.length > 0) {
642 builder.getSpanStart(spans[0]), builder.getSpanEnd(spans[0]),
645 builder.removeSpan(spans[0]);
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityTextActionTest.java 422 T spans[] = ((Spanned) accessibilityTextWithSpan) local
424 assertEquals(1, spans.length);
425 return spans[0];
  /frameworks/base/core/java/android/widget/
SpellChecker.java 581 // We need to expand by one character because we want to include the spans that
616 // Cancel or merge overlapped spell check spans
672 // edit. The previous spans (that ended on start / started on end) are
684 // Do not create new boundary spans if they already exist
741 private <T> void removeSpansAt(Editable editable, int offset, T[] spans) {
742 final int length = spans.length;
744 final T span = spans[i];
    [all...]
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 158 private void appendStyled(SpannableStringBuilder builder, String str, Object... spans) {
160 for (Object span : spans) {
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 158 private void appendStyled(SpannableStringBuilder builder, String str, Object... spans) {
160 for (Object span : spans) {
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 158 private void appendStyled(SpannableStringBuilder builder, String str, Object... spans) {
160 for (Object span : spans) {
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 65 /* spans on any target surface. You can thus do direct composition on */
401 /* maximum number of gray spans in a call to the span callback */
    [all...]

Completed in 895 milliseconds

1 2 34 5 6 7 8 9