Home
last modified time | relevance | path

Searched defs:isLayoutRtl (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DConfigurationController.java34 boolean isLayoutRtl(); in isLayoutRtl() method
44 default void onLayoutDirectionChanged(boolean isLayoutRtl) {} in onLayoutDirectionChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeConfigurationController.java38 public boolean isLayoutRtl() { in isLayoutRtl() method in FakeConfigurationController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImpl.kt130 override fun isLayoutRtl(): Boolean { in isLayoutRtl() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanelController.java277 public boolean isLayoutRtl() { in isLayoutRtl() method in QSPanelController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java826 public boolean isLayoutRtl() { in isLayoutRtl() method in NotificationStackScrollLayoutController
/frameworks/base/core/java/android/view/
DViewGroup.java8774 public boolean isLayoutRtl() { in isLayoutRtl() method in ViewGroup.MarginLayoutParams
DView.java12222 public boolean isLayoutRtl() { in isLayoutRtl() method in View