Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DConfigurationController.java34 boolean isLayoutRtl(); in isLayoutRtl() method
44 default void onLayoutDirectionChanged(boolean isLayoutRtl) {} in onLayoutDirectionChanged()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeConfigurationController.java38 public boolean isLayoutRtl() { in isLayoutRtl() method in FakeConfigurationController
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DAccessibilityUtil.java103 public static boolean isLayoutRtl(final View view) { in isLayoutRtl() method in AccessibilityUtil
/aosp12/packages/apps/Dialer/java/com/android/dialer/widget/
H A DFloatingActionButtonController.java193 private boolean isLayoutRtl() { in isLayoutRtl() method in FloatingActionButtonController
/aosp12/packages/apps/Contacts/src/com/android/contacts/widget/
H A DFloatingActionButtonController.java226 private boolean isLayoutRtl() { in isLayoutRtl() method in FloatingActionButtonController
/aosp12/packages/apps/Settings/src/com/android/settings/display/
H A DPreviewPagerAdapter.java58 public PreviewPagerAdapter(Context context, boolean isLayoutRtl, in PreviewPagerAdapter()
H A DConversationMessageView.java166 private static boolean isLayoutRtl(final View view) { in isLayoutRtl() method in ConversationMessageView
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanelController.java263 public boolean isLayoutRtl() { in isLayoutRtl() method in QSPanelController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java885 public boolean isLayoutRtl() { in isLayoutRtl() method in NotificationStackScrollLayoutController
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java893 public boolean isLayoutRtl() { in isLayoutRtl() method in Folder
/aosp12/packages/apps/Dialer/java/com/android/dialer/dialpadview/
H A DDialpadFragment.java204 private boolean isLayoutRtl; field in DialpadFragment
/aosp12/frameworks/base/core/java/android/view/
H A DViewGroup.java8774 public boolean isLayoutRtl() { in isLayoutRtl() method in ViewGroup.MarginLayoutParams
H A DView.java12245 public boolean isLayoutRtl() { in isLayoutRtl() method in View