Searched refs:isLeftAligned (Results 1 – 5 of 5) sorted by relevance
100 assertTrue(GravityHelper.isLeftAligned(GRAVITY_LEFT|GRAVITY_TOP)); in testAligned()101 assertTrue(GravityHelper.isLeftAligned(GRAVITY_START|GRAVITY_TOP)); in testAligned()102 assertTrue(GravityHelper.isLeftAligned(GRAVITY_LEFT)); in testAligned()103 assertTrue(GravityHelper.isLeftAligned(GRAVITY_START)); in testAligned()104 assertFalse(GravityHelper.isLeftAligned(GRAVITY_RIGHT)); in testAligned()105 assertFalse(GravityHelper.isLeftAligned(GRAVITY_END)); in testAligned()
53 public boolean isLeftAligned() { in isLeftAligned() method in LintColumn447 public boolean isLeftAligned() { in isLeftAligned() method in LintColumn.LineColumn496 public boolean isLeftAligned() { in isLeftAligned() method in LintColumn.PriorityColumn
660 if (!column.isLeftAligned()) { in createColumns()
158 public static boolean isLeftAligned(int gravity) { in isLeftAligned() method in GravityHelper
1717 && !GravityHelper.isLeftAligned(view.gravity))) { in splitColumn()