Searched refs:Alignment (Results 1 – 13 of 13) sorted by relevance
/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/ |
D | CaptionWindowLayout.java | 23 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/ |
D | SubtitleView.java | 29 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/ |
D | AutoResizeTextView.java | 23 import android.text.Layout.Alignment; 181 Alignment.ALIGN_NORMAL, in suggestedSizeFitsInSpace()
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | MultiLineTexture.java | 40 Layout.Alignment alignment) { in newInstance()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | DeferredAppWidgetHostView.java | 73 Layout.Alignment.ALIGN_CENTER, 1, 0, true); in onMeasure()
|
D | PendingAppWidgetHostView.java | 272 Layout.Alignment.ALIGN_CENTER, 1, 0, true); in updateDrawableBounds()
|
/packages/apps/Settings/src/com/android/settings/applications/intentpicker/ |
D | IntentPickerUtils.java | 46 dialogTitle.setSpan(new AlignmentSpan.Standard(Layout.Alignment.ALIGN_CENTER), /* start= */ in getCentralizedDialogTitle()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | allocatorstest.cpp | 65 TEST(Allocator, Alignment) { in TEST() argument
|
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/ |
D | VoicemailTosMessageCreator.java | 508 new AlignmentSpan.Standard(Layout.Alignment.ALIGN_CENTER), 526 new AlignmentSpan.Standard(Layout.Alignment.ALIGN_CENTER),
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | ChartSweepView.java | 30 import android.text.Layout.Alignment; 269 .setAlignment(Alignment.ALIGN_RIGHT) in invalidateLabelTemplate()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/ |
D | AppsDividerView.java | 220 .setAlignment(Layout.Alignment.ALIGN_CENTER) in getAllAppsLabelLayout()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | DayView.java | 44 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/ |
D | RecentsView.java | 3166 .setAlignment(Layout.Alignment.ALIGN_CENTER)
|