/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | RoundedCornerProgressDrawable.kt | 45 override fun onLayoutDirectionChanged(layoutDirection: Int): Boolean { in onLayoutDirectionChanged() method 47 return super.onLayoutDirectionChanged(layoutDirection) in onLayoutDirectionChanged()
|
D | BrightnessProgressDrawable.kt | 48 override fun onLayoutDirectionChanged(layoutDirection: Int): Boolean { in onLayoutDirectionChanged() method 50 return super.onLayoutDirectionChanged(layoutDirection) in onLayoutDirectionChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | CastDrawable.java | 76 public boolean onLayoutDirectionChanged(int layoutDirection) { in onLayoutDirectionChanged() method in CastDrawable 78 return super.onLayoutDirectionChanged(layoutDirection); in onLayoutDirectionChanged()
|
D | ScreenRecordDrawable.java | 108 public boolean onLayoutDirectionChanged(int layoutDirection) { in onLayoutDirectionChanged() method in ScreenRecordDrawable 110 return super.onLayoutDirectionChanged(layoutDirection); in onLayoutDirectionChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | ConfigurationController.java | 44 default void onLayoutDirectionChanged(boolean isLayoutRtl) {} in onLayoutDirectionChanged() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ConfigurationControllerImpl.kt | 128 it.onLayoutDirectionChanged(layoutDirection == LAYOUT_DIRECTION_RTL) in onConfigurationChanged()
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
D | VolumeDialogController.java | 187 void onLayoutDirectionChanged(int layoutDirection); in onLayoutDirectionChanged() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | ConfigurationControllerImplTest.kt | 350 override fun onLayoutDirectionChanged(isLayoutRtl: Boolean) { in onLayoutDirectionChanged() method in com.android.systemui.statusbar.phone.ConfigurationControllerImplTest.TestListener
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | Drawable.java | 537 return onLayoutDirectionChanged(layoutDirection); in setLayoutDirection() 551 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in Drawable
|
D | DrawableWrapper.java | 335 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in DrawableWrapper
|
D | AnimatedImageDrawable.java | 420 public boolean onLayoutDirectionChanged(int layoutDirection) { in onLayoutDirectionChanged() method in AnimatedImageDrawable
|
D | DrawableContainer.java | 352 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in DrawableContainer
|
D | AnimatedVectorDrawable.java | 424 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in AnimatedVectorDrawable
|
D | LayerDrawable.java | 1814 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogControllerImpl.java | 789 case LAYOUT_DIRECTION_CHANGED: mCallbacks.onLayoutDirectionChanged(msg.arg1); break; in handleMessage() 858 public void onLayoutDirectionChanged(final int layoutDirection) { in onLayoutDirectionChanged() method in VolumeDialogControllerImpl.C 863 entry.getKey().onLayoutDirectionChanged(layoutDirection); in onLayoutDirectionChanged()
|
D | VolumeDialogImpl.java | 2197 public void onLayoutDirectionChanged(int layoutDirection) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
D | PrivacyDotViewController.kt | 107 override fun onLayoutDirectionChanged(isRtl: Boolean) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
D | BackPanelController.kt | 245 override fun onLayoutDirectionChanged(isLayoutRtl: Boolean) { in <lambda>() method
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleController.java | 847 mStackView.onLayoutDirectionChanged(mLayoutDirection); in onConfigurationChanged()
|
D | BubbleStackView.java | 1393 public void onLayoutDirectionChanged(int direction) { in onLayoutDirectionChanged() method in BubbleStackView
|
/frameworks/base/core/api/ |
D | current.txt | 15887 method public boolean onLayoutDirectionChanged(int);
|