Home
last modified time | relevance | path

Searched refs:LAYOUT_DIRECTION_INHERIT (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/support/percent/tests/java/android/support/percent/
DPercentFrameTest.java181 setLayoutDirection(ViewCompat.LAYOUT_DIRECTION_INHERIT)); in testMarginStartRtl()
223 setLayoutDirection(ViewCompat.LAYOUT_DIRECTION_INHERIT)); in testMarginEndRtl()
/frameworks/support/compat/java/android/support/v4/view/
DViewCompat.java247 LAYOUT_DIRECTION_INHERIT,
273 public static final int LAYOUT_DIRECTION_INHERIT = 2; field in ViewCompat
/frameworks/base/core/java/android/view/
DView.java2343 LAYOUT_DIRECTION_INHERIT,
2380 public static final int LAYOUT_DIRECTION_INHERIT = LayoutDirection.INHERIT; field in View
2428 LAYOUT_DIRECTION_INHERIT,
2435 private static final int LAYOUT_DIRECTION_DEFAULT = LAYOUT_DIRECTION_INHERIT;
9605 @ViewDebug.IntToString(from = LAYOUT_DIRECTION_INHERIT, to = "INHERIT"),
17032 case LAYOUT_DIRECTION_INHERIT:
17075 case LAYOUT_DIRECTION_INHERIT:
17108 return (getRawLayoutDirection() == LAYOUT_DIRECTION_INHERIT);
19839 getRawLayoutDirection() == View.LAYOUT_DIRECTION_INHERIT) {
DViewRootImpl.java1655 if (mViewLayoutDirectionInitial == View.LAYOUT_DIRECTION_INHERIT) { in performTraversals()
3589 && mViewLayoutDirectionInitial == View.LAYOUT_DIRECTION_INHERIT) { in updateConfiguration()
/frameworks/base/core/java/android/widget/
DPopupWindow.java1362 (mContentView.getRawLayoutDirection() == View.LAYOUT_DIRECTION_INHERIT); in preparePopup()
/frameworks/support/api/
D22.0.0.txt3467 field public static final int LAYOUT_DIRECTION_INHERIT = 2; // 0x2
D22.1.0.txt3798 field public static final int LAYOUT_DIRECTION_INHERIT = 2; // 0x2
D22.2.0.txt4198 field public static final int LAYOUT_DIRECTION_INHERIT = 2; // 0x2
D22.2.1.txt4227 field public static final int LAYOUT_DIRECTION_INHERIT = 2; // 0x2
D25.1.0.txt6849 field public static final int LAYOUT_DIRECTION_INHERIT = 2; // 0x2
D25.0.0.txt6438 field public static final int LAYOUT_DIRECTION_INHERIT = 2; // 0x2
D23.0.0.txt4900 field public static final int LAYOUT_DIRECTION_INHERIT = 2; // 0x2
D25.2.0.txt6849 field public static final int LAYOUT_DIRECTION_INHERIT = 2; // 0x2
D24.2.0.txt6371 field public static final int LAYOUT_DIRECTION_INHERIT = 2; // 0x2
D26.0.0-alpha1.txt7754 field public static final int LAYOUT_DIRECTION_INHERIT = 2; // 0x2
D23.2.1.txt5572 field public static final int LAYOUT_DIRECTION_INHERIT = 2; // 0x2
D25.3.0.txt7281 field public static final int LAYOUT_DIRECTION_INHERIT = 2; // 0x2
D23.2.0.txt5572 field public static final int LAYOUT_DIRECTION_INHERIT = 2; // 0x2
D23.1.1.txt5153 field public static final int LAYOUT_DIRECTION_INHERIT = 2; // 0x2
D25.4.0.txt7352 field public static final int LAYOUT_DIRECTION_INHERIT = 2; // 0x2
D23.4.0.txt5584 field public static final int LAYOUT_DIRECTION_INHERIT = 2; // 0x2
D23.1.0.txt5190 field public static final int LAYOUT_DIRECTION_INHERIT = 2; // 0x2
D24.0.0.txt6162 field public static final int LAYOUT_DIRECTION_INHERIT = 2; // 0x2
D26.0.0-beta1.txt8739 field public static final int LAYOUT_DIRECTION_INHERIT = 2; // 0x2
D26.0.0-SNAPSHOT.txt8926 field public static final int LAYOUT_DIRECTION_INHERIT = 2; // 0x2

12