Home
last modified time | relevance | path

Searched refs:ALIGN_NORMAL (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
DTextLayoutTest.java41 Layout.Alignment.ALIGN_NORMAL, 1, 0, in testStaticLayout()
48 Layout.Alignment.ALIGN_NORMAL, 1, 0, in testDynamicLayoutTest()
DStaticLayoutTest.java239 Alignment align = ALIGN_NORMAL;
/frameworks/base/core/java/android/text/
DLayout.java391 Alignment.ALIGN_NORMAL : Alignment.ALIGN_OPPOSITE; in draw()
394 Alignment.ALIGN_OPPOSITE : Alignment.ALIGN_NORMAL; in draw()
398 if (align == Alignment.ALIGN_NORMAL) { in draw()
450 } else if (align == Alignment.ALIGN_NORMAL) { in getLineStartPos()
818 } else if (align == Alignment.ALIGN_NORMAL) { in getLineLeft()
849 } else if (align == Alignment.ALIGN_NORMAL) { in getLineRight()
1824 private Alignment mAlignment = Alignment.ALIGN_NORMAL;
1845 ALIGN_NORMAL, enumConstant
DBoringLayout.java177 if (source instanceof String && align == Layout.Alignment.ALIGN_NORMAL) { in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DTicker.java67 return new StaticLayout(substr, mPaint, w, Alignment.ALIGN_NORMAL, 1, 0, true); in getLayout()
/frameworks/base/core/java/android/widget/
DSwitch.java387 Layout.Alignment.ALIGN_NORMAL, 1.f, 0, true); in makeLayout()
DTextView.java4085 Layout.Alignment.ALIGN_NORMAL, 1, 0, true); in chooseSize()
6076 alignment = Layout.Alignment.ALIGN_NORMAL; in getLayoutAlignment()
6091 alignment = Layout.Alignment.ALIGN_NORMAL; in getLayoutAlignment()
6096 alignment = Layout.Alignment.ALIGN_NORMAL; in getLayoutAlignment()
6113 alignment = Layout.Alignment.ALIGN_NORMAL; in getLayoutAlignment()
6739 if (a == Layout.Alignment.ALIGN_NORMAL) { in bringTextIntoView()
6819 case ALIGN_NORMAL: in bringPointIntoView()
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java2301 Layout.Alignment align = Layout.Alignment.ALIGN_NORMAL; in onShowAlignAlertDialog()
2304 align = Layout.Alignment.ALIGN_NORMAL; in onShowAlignAlertDialog()
/frameworks/base/api/
Dcurrent.txt20080 enum_constant public static final android.text.Layout.Alignment ALIGN_NORMAL;
D14.txt20080 enum_constant public static final android.text.Layout.Alignment ALIGN_NORMAL;