/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | RoundedCornerProgressDrawable.kt | 45 override fun onLayoutDirectionChanged(layoutDirection: Int): Boolean { 47 return super.onLayoutDirectionChanged(layoutDirection)
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | CastDrawable.java | 76 public boolean onLayoutDirectionChanged(int layoutDirection) { in onLayoutDirectionChanged() method in CastDrawable 78 return super.onLayoutDirectionChanged(layoutDirection); in onLayoutDirectionChanged()
|
H A D | ScreenRecordDrawable.java | 108 public boolean onLayoutDirectionChanged(int layoutDirection) { in onLayoutDirectionChanged() method in ScreenRecordDrawable 110 return super.onLayoutDirectionChanged(layoutDirection); in onLayoutDirectionChanged()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | ConfigurationController.java | 44 default void onLayoutDirectionChanged(boolean isLayoutRtl) {} in onLayoutDirectionChanged() method
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | ConfigurationControllerImpl.kt | 120 it.onLayoutDirectionChanged(layoutDirection == LAYOUT_DIRECTION_RTL)
|
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
H A D | VolumeDialogController.java | 188 void onLayoutDirectionChanged(int layoutDirection); in onLayoutDirectionChanged() method
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | Drawable.java | 541 return onLayoutDirectionChanged(layoutDirection); in setLayoutDirection() 555 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in Drawable
|
H A D | AnimatedImageDrawable.java | 419 public boolean onLayoutDirectionChanged(int layoutDirection) { in onLayoutDirectionChanged() method in AnimatedImageDrawable
|
H A D | DrawableWrapper.java | 335 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in DrawableWrapper
|
H A D | DrawableContainer.java | 352 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in DrawableContainer
|
H A D | AnimatedVectorDrawable.java | 424 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in AnimatedVectorDrawable
|
H A D | LayerDrawable.java | 1814 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
H A D | VolumeDialogControllerImpl.java | 818 case LAYOUT_DIRECTION_CHANGED: mCallbacks.onLayoutDirectionChanged(msg.arg1); break; in handleMessage() 884 public void onLayoutDirectionChanged(final int layoutDirection) { in onLayoutDirectionChanged() method in VolumeDialogControllerImpl.C 889 entry.getKey().onLayoutDirectionChanged(layoutDirection); in onLayoutDirectionChanged()
|
H A D | VolumeDialogImpl.java | 2022 public void onLayoutDirectionChanged(int layoutDirection) {
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ |
H A D | StatusIconPanelController.java | 94 public void onLayoutDirectionChanged(boolean isLayoutRtl) {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | PrivacyDotViewController.kt | 103 override fun onLayoutDirectionChanged(isRtl: Boolean) {
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleController.java | 771 mStackView.onLayoutDirectionChanged(mLayoutDirection); in onConfigChanged()
|
H A D | BubbleStackView.java | 1288 public void onLayoutDirectionChanged(int direction) { in onLayoutDirectionChanged() method in BubbleStackView
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 16534 method public boolean onLayoutDirectionChanged(int);
|