Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DConfigurationController.java33 boolean isLayoutRtl(); in isLayoutRtl() method
46 default void onLayoutDirectionChanged(boolean isLayoutRtl) {} in onLayoutDirectionChanged()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
DFakeConfigurationController.java40 public boolean isLayoutRtl() { in isLayoutRtl() method in FakeConfigurationController
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/bubbles/
DDropTargetManager.kt43 private val isLayoutRtl = container.isLayoutRtl in <lambda>() constant in com.android.wm.shell.shared.bubbles.DropTargetManager
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/
DFakeConfigurationController.kt51 override fun isLayoutRtl(): Boolean = isRtl in isLayoutRtl() method in com.android.systemui.statusbar.policy.FakeConfigurationController
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanelController.java262 public boolean isLayoutRtl() { in isLayoutRtl() method in QSPanelController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImpl.kt153 override fun isLayoutRtl(): Boolean { in isLayoutRtl() method in com.android.systemui.statusbar.phone.ConfigurationControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1001 public boolean isLayoutRtl() { in isLayoutRtl() method in NotificationStackScrollLayoutController
/frameworks/base/core/java/android/view/
DViewGroup.java8969 public boolean isLayoutRtl() { in isLayoutRtl() method in ViewGroup.MarginLayoutParams