Home
last modified time | relevance | path

Searched refs:onLayoutDirectionChanged (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DRoundedCornerProgressDrawable.kt45 override fun onLayoutDirectionChanged(layoutDirection: Int): Boolean { in onLayoutDirectionChanged() method
47 return super.onLayoutDirectionChanged(layoutDirection) in onLayoutDirectionChanged()
DBrightnessProgressDrawable.kt48 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/
DCastDrawable.java76 public boolean onLayoutDirectionChanged(int layoutDirection) { in onLayoutDirectionChanged() method in CastDrawable
78 return super.onLayoutDirectionChanged(layoutDirection); in onLayoutDirectionChanged()
DScreenRecordDrawable.java108 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/
DConfigurationController.java44 default void onLayoutDirectionChanged(boolean isLayoutRtl) {} in onLayoutDirectionChanged() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImpl.kt128 it.onLayoutDirectionChanged(layoutDirection == LAYOUT_DIRECTION_RTL) in onConfigurationChanged()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DVolumeDialogController.java187 void onLayoutDirectionChanged(int layoutDirection); in onLayoutDirectionChanged() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImplTest.kt350 override fun onLayoutDirectionChanged(isLayoutRtl: Boolean) { in onLayoutDirectionChanged() method in com.android.systemui.statusbar.phone.ConfigurationControllerImplTest.TestListener
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java537 return onLayoutDirectionChanged(layoutDirection); in setLayoutDirection()
551 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in 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
DAnimatedVectorDrawable.java424 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in AnimatedVectorDrawable
DLayerDrawable.java1814 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java789 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()
DVolumeDialogImpl.java2197 public void onLayoutDirectionChanged(int layoutDirection) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt107 override fun onLayoutDirectionChanged(isRtl: Boolean) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DBackPanelController.kt245 override fun onLayoutDirectionChanged(isLayoutRtl: Boolean) { in <lambda>() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java847 mStackView.onLayoutDirectionChanged(mLayoutDirection); in onConfigurationChanged()
DBubbleStackView.java1393 public void onLayoutDirectionChanged(int direction) { in onLayoutDirectionChanged() method in BubbleStackView
/frameworks/base/core/api/
Dcurrent.txt15887 method public boolean onLayoutDirectionChanged(int);