Searched refs:LAYOUT_DIRECTION_LOCALE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java214 .setLayoutDirection(View.LAYOUT_DIRECTION_LOCALE);
217 buttons.setLayoutDirection(View.LAYOUT_DIRECTION_LOCALE);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java220 LAYOUT_DIRECTION_LOCALE})
252 public static final int LAYOUT_DIRECTION_LOCALE = 3; field in class:ViewCompat
2303 * {@link #LAYOUT_DIRECTION_LOCALE}.
/frameworks/base/core/java/android/view/
H A DView.java1934 LAYOUT_DIRECTION_LOCALE
1976 public static final int LAYOUT_DIRECTION_LOCALE = LayoutDirection.LOCALE; field in class:View
2019 LAYOUT_DIRECTION_LOCALE
8145 * {@link #LAYOUT_DIRECTION_LOCALE}.
8155 @ViewDebug.IntToString(from = LAYOUT_DIRECTION_LOCALE, to = "LOCALE")
8171 * {@link #LAYOUT_DIRECTION_LOCALE}.
15070 case LAYOUT_DIRECTION_LOCALE:
17754 // LAYOUT_DIRECTION_LOCALE, we can "cheat" and we don't need to wait for the layout

Completed in 1914 milliseconds