Searched refs:TEXT_DIRECTION_FIRST_STRONG (Results 1 – 3 of 3) sorted by relevance
75 tv.setTextDirection(View.TEXT_DIRECTION_FIRST_STRONG); in testSetGetTextDirection()76 assertEquals(View.TEXT_DIRECTION_FIRST_STRONG, tv.getTextDirection()); in testSetGetTextDirection()96 tv.setTextDirection(View.TEXT_DIRECTION_FIRST_STRONG); in testGetResolvedTextDirectionLtr()121 tv.setTextDirection(View.TEXT_DIRECTION_FIRST_STRONG); in testGetResolvedTextDirectionLtrWithInheritance()142 tv.setTextDirection(View.TEXT_DIRECTION_FIRST_STRONG); in testGetResolvedTextDirectionRtl()166 tv.setTextDirection(View.TEXT_DIRECTION_FIRST_STRONG); in testGetResolvedTextDirectionRtlWithInheritance()173 assertEquals(View.TEXT_DIRECTION_FIRST_STRONG, tv.getResolvedTextDirection()); in testGetResolvedTextDirectionRtlWithInheritance()184 tv.setTextDirection(View.TEXT_DIRECTION_FIRST_STRONG); in testGetResolvedTextDirectionRtlWithInheritance()214 assertEquals(View.TEXT_DIRECTION_FIRST_STRONG, tv.getResolvedTextDirection()); in testResetTextDirection()
2612 public static final int TEXT_DIRECTION_FIRST_STRONG = 1; field in View2651 @ViewDebug.IntToString(from = TEXT_DIRECTION_FIRST_STRONG, to = "FIRST_STRONG"),2668 @ViewDebug.IntToString(from = TEXT_DIRECTION_FIRST_STRONG, to = "FIRST_STRONG"),13662 mResolvedTextDirection = TEXT_DIRECTION_FIRST_STRONG;
11335 case TEXT_DIRECTION_FIRST_STRONG: in resolveTextDirection()