Searched defs:LAYOUT_DIRECTION_LOCALE (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewCompat.java262 LAYOUT_DIRECTION_LOCALE})
293 public static final int LAYOUT_DIRECTION_LOCALE = 3; field in class:ViewCompat
1305 * {@link #LAYOUT_DIRECTION_LOCALE}.
/frameworks/base/core/java/android/view/
H A DView.java2448 LAYOUT_DIRECTION_LOCALE
2490 public static final int LAYOUT_DIRECTION_LOCALE = LayoutDirection.LOCALE; field in class:View
2533 LAYOUT_DIRECTION_LOCALE
10210 * {@link #LAYOUT_DIRECTION_LOCALE}.
10220 @ViewDebug.IntToString(from = LAYOUT_DIRECTION_LOCALE, to = "LOCALE")
10236 * {@link #LAYOUT_DIRECTION_LOCALE}.
18012 case LAYOUT_DIRECTION_LOCALE:
20984 // LAYOUT_DIRECTION_LOCALE, we can "cheat" and we don't need to wait for the layout
[all...]

Completed in 137 milliseconds