Home
last modified time | relevance | path

Searched defs:LAYOUT_DIRECTION_RTL (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
DConfiguration.proto30 LAYOUT_DIRECTION_RTL = 2; enumerator
/frameworks/base/core/java/android/view/
DView.java2647 public static final int LAYOUT_DIRECTION_RTL = LayoutDirection.RTL; field in View