Searched refs:ALIGN_NORMAL (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/text/ |
D | TextLayoutTest.java | 41 Layout.Alignment.ALIGN_NORMAL, 1, 0, in testStaticLayout() 48 Layout.Alignment.ALIGN_NORMAL, 1, 0, in testDynamicLayoutTest()
|
D | StaticLayoutTest.java | 239 Alignment align = ALIGN_NORMAL;
|
/frameworks/base/core/java/android/text/ |
D | Layout.java | 391 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
|
D | BoringLayout.java | 177 if (source instanceof String && align == Layout.Alignment.ALIGN_NORMAL) { in init()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | Ticker.java | 67 return new StaticLayout(substr, mPaint, w, Alignment.ALIGN_NORMAL, 1, 0, true); in getLayout()
|
/frameworks/base/core/java/android/widget/ |
D | Switch.java | 387 Layout.Alignment.ALIGN_NORMAL, 1.f, 0, true); in makeLayout()
|
D | TextView.java | 4085 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/ |
D | EditStyledText.java | 2301 Layout.Alignment align = Layout.Alignment.ALIGN_NORMAL; in onShowAlignAlertDialog() 2304 align = Layout.Alignment.ALIGN_NORMAL; in onShowAlignAlertDialog()
|
/frameworks/base/api/ |
D | current.txt | 20080 enum_constant public static final android.text.Layout.Alignment ALIGN_NORMAL;
|
D | 14.txt | 20080 enum_constant public static final android.text.Layout.Alignment ALIGN_NORMAL;
|