HomeSort by relevance Sort by last modified time
    Searched refs:ALIGN_CENTER (Results 1 - 25 of 51) sorted by null

1 2 3

  /cts/tests/tests/text/src/android/text/style/cts/
AlignmentSpan_StandardTest.java 38 new Standard(Alignment.ALIGN_CENTER);
59 standard = new Standard(Alignment.ALIGN_CENTER);
60 assertEquals(Alignment.ALIGN_CENTER, standard.getAlignment());
101 Standard s = new Standard(Alignment.ALIGN_CENTER);
105 assertEquals(Alignment.ALIGN_CENTER, standard.getAlignment());
  /external/python/cpython2/Lib/plat-irix5/
FL.py 43 ALIGN_CENTER = 4
100 BOX_ALIGN = ALIGN_CENTER
130 BUTTON_ALIGN = ALIGN_CENTER
225 LIGHTBUTTON_ALIGN = ALIGN_CENTER
238 MENU_ALIGN = ALIGN_CENTER
254 ROUNDBUTTON_ALIGN = ALIGN_CENTER
290 TIMER_ALIGN = ALIGN_CENTER
  /external/python/cpython2/Lib/plat-irix6/
FL.py 43 ALIGN_CENTER = 4
100 BOX_ALIGN = ALIGN_CENTER
130 BUTTON_ALIGN = ALIGN_CENTER
225 LIGHTBUTTON_ALIGN = ALIGN_CENTER
238 MENU_ALIGN = ALIGN_CENTER
254 ROUNDBUTTON_ALIGN = ALIGN_CENTER
290 TIMER_ALIGN = ALIGN_CENTER
  /packages/services/BuiltInPrintService/src/com/android/bips/jni/
BackendConstants.java 44 public static final int ALIGN_CENTER = Gravity.CENTER;
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
DeferredAppWidgetHostView.java 73 Layout.Alignment.ALIGN_CENTER, 1, 0, true);
PendingAppWidgetHostView.java 248 Layout.Alignment.ALIGN_CENTER, 1, 0, true);
  /external/autotest/frontend/client/src/autotest/common/ui/
Paginator.java 88 statusLabel.setHorizontalAlignment(Label.ALIGN_CENTER);
  /frameworks/base/core/java/android/text/method/
Touch.java 65 if (a == Alignment.ALIGN_CENTER) {
  /cts/tests/tests/text/src/android/text/cts/
BoringLayoutTest.java 72 private static final Layout.Alignment DEFAULT_ALIGN = Layout.Alignment.ALIGN_CENTER;
193 boringLayout = makeBoringLayoutAlign(Layout.Alignment.ALIGN_CENTER);
DynamicLayoutTest.java 55 private static final Layout.Alignment DEFAULT_ALIGN = Layout.Alignment.ALIGN_CENTER;
HtmlTest.java 251 s.setSpan(new AlignmentSpan.Standard(Layout.Alignment.ALIGN_CENTER),
426 assertEquals(Layout.Alignment.ALIGN_CENTER, spans[1].getAlignment());
StaticLayoutTest.java 96 private static final Alignment DEFAULT_ALIGN = Alignment.ALIGN_CENTER;
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/
VoicemailTosMessageCreator.java 490 new AlignmentSpan.Standard(Layout.Alignment.ALIGN_CENTER),
508 new AlignmentSpan.Standard(Layout.Alignment.ALIGN_CENTER),
  /packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
CaptionWindowLayout.java 392 mSubtitleView.setTextAlignment(Alignment.ALIGN_CENTER);
430 mSubtitleView.setTextAlignment(Alignment.ALIGN_CENTER);
  /packages/apps/Settings/src/com/android/settings/widget/
DonutView.java 185 mBigNumberPaint, getWidth(), Layout.Alignment.ALIGN_CENTER, 1, 0, false);
  /packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/
SubtitleView.java 117 mAlignment = Alignment.ALIGN_CENTER;
  /frameworks/base/core/java/android/text/
Html.java 302 if (align == Layout.Alignment.ALIGN_CENTER) {
368 } else if (alignment == Layout.Alignment.ALIGN_CENTER) {
    [all...]
Layout.java 404 } else { // Alignment.ALIGN_CENTER
405 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_CENTER);
553 } else { // Alignment.ALIGN_CENTER
554 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_CENTER);
728 } else { // Alignment.ALIGN_CENTER
730 x = (left + right - max) >> 1 + getIndentAdjust(line, Alignment.ALIGN_CENTER);
    [all...]
StaticLayout.java     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 334 mCenterSpan = new AlignmentSpan.Standard(Layout.Alignment.ALIGN_CENTER);
  /frameworks/base/core/tests/coretests/src/android/text/
LayoutTest.java 69 mAlign = Alignment.ALIGN_CENTER;
StaticLayoutTest.java 59 private static final Alignment DEFAULT_ALIGN = Alignment.ALIGN_CENTER;
    [all...]
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
RecentsView.java     [all...]
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java     [all...]
WebVttRenderer.java     [all...]

Completed in 527 milliseconds

1 2 3