Home
last modified time | relevance | path

Searched defs:onLayoutDirectionChanged (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DConfigurationController.java47 default void onLayoutDirectionChanged(boolean isLayoutRtl) {} in onLayoutDirectionChanged() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCastDrawable.java76 public boolean onLayoutDirectionChanged(int layoutDirection) { in onLayoutDirectionChanged() method in CastDrawable
DScreenRecordDrawable.java108 public boolean onLayoutDirectionChanged(int layoutDirection) { in onLayoutDirectionChanged() method in ScreenRecordDrawable
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DRoundedCornerProgressDrawable.kt45 override fun onLayoutDirectionChanged(layoutDirection: Int): Boolean { in onLayoutDirectionChanged() method
DBrightnessProgressDrawable.kt48 override fun onLayoutDirectionChanged(layoutDirection: Int): Boolean { in onLayoutDirectionChanged() method
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DVolumeDialogController.java205 void onLayoutDirectionChanged(int layoutDirection); in onLayoutDirectionChanged() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/
DBatteryLayersDrawable.kt172 override fun onLayoutDirectionChanged(layoutDirection: Int): Boolean { in onLayoutDirectionChanged() method
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableWrapper.java335 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in DrawableWrapper
DAnimatedImageDrawable.java420 public boolean onLayoutDirectionChanged(int layoutDirection) { in onLayoutDirectionChanged() method in AnimatedImageDrawable
DDrawableContainer.java352 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in DrawableContainer
DDrawable.java551 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in Drawable
DAnimatedVectorDrawable.java424 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in AnimatedVectorDrawable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImplTest.kt368 override fun onLayoutDirectionChanged(isLayoutRtl: Boolean) { in onLayoutDirectionChanged() method in com.android.systemui.statusbar.phone.ConfigurationControllerImplTest.TestListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt117 override fun onLayoutDirectionChanged(isRtl: Boolean) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java947 public void onLayoutDirectionChanged(final int layoutDirection) { in onLayoutDirectionChanged() method in VolumeDialogControllerImpl.C
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DBackPanelController.kt274 override fun onLayoutDirectionChanged(isLayoutRtl: Boolean) { in <lambda>() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java1621 public void onLayoutDirectionChanged(int direction) { in onLayoutDirectionChanged() method in BubbleStackView