Home
last modified time | relevance | path

Searched refs:Alignment (Results 1 – 13 of 13) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java23 import android.text.Layout.Alignment;
392 setCaptionsTextAlignment(Alignment.ALIGN_NORMAL); in initWindow()
424 setCaptionsTextAlignment(Alignment.ALIGN_NORMAL); in initWindow()
435 setCaptionsTextAlignment(Alignment.ALIGN_CENTER); in initWindow()
442 setCaptionsTextAlignment(Alignment.ALIGN_OPPOSITE); in initWindow()
473 setCaptionsTextAlignment(Alignment.ALIGN_CENTER); in initWindow()
537 private void setCaptionsTextAlignment(Alignment textAlignment){ in setCaptionsTextAlignment()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/
DSubtitleView.java29 import android.text.Layout.Alignment;
73 private Alignment mAlignment;
117 mAlignment = Alignment.ALIGN_CENTER; in SubtitleView()
163 public void setTextAlignment(Alignment textAlignment) { in setTextAlignment()
/packages/apps/Dialer/java/com/android/incallui/autoresizetext/
DAutoResizeTextView.java23 import android.text.Layout.Alignment;
181 Alignment.ALIGN_NORMAL, in suggestedSizeFitsInSpace()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DMultiLineTexture.java40 Layout.Alignment alignment) { in newInstance()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DDeferredAppWidgetHostView.java73 Layout.Alignment.ALIGN_CENTER, 1, 0, true); in onMeasure()
DPendingAppWidgetHostView.java272 Layout.Alignment.ALIGN_CENTER, 1, 0, true); in updateDrawableBounds()
/packages/apps/Settings/src/com/android/settings/applications/intentpicker/
DIntentPickerUtils.java46 dialogTitle.setSpan(new AlignmentSpan.Standard(Layout.Alignment.ALIGN_CENTER), /* start= */ in getCentralizedDialogTitle()
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dallocatorstest.cpp65 TEST(Allocator, Alignment) { in TEST() argument
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/
DVoicemailTosMessageCreator.java508 new AlignmentSpan.Standard(Layout.Alignment.ALIGN_CENTER),
526 new AlignmentSpan.Standard(Layout.Alignment.ALIGN_CENTER),
/packages/apps/Settings/src/com/android/settings/widget/
DChartSweepView.java30 import android.text.Layout.Alignment;
269 .setAlignment(Alignment.ALIGN_RIGHT) in invalidateLabelTemplate()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DAppsDividerView.java220 .setAlignment(Layout.Alignment.ALIGN_CENTER) in getAllAppsLabelLayout()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java44 import android.text.Layout.Alignment;
2479 Alignment.ALIGN_NORMAL, 1.0f, 0.0f, true, null, r.width()); in getEventLayout()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java3166 .setAlignment(Layout.Alignment.ALIGN_CENTER)