Home
last modified time | relevance | path

Searched refs:onLayoutDirectionChanged (Results 1 – 24 of 24) 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.java47 default void onLayoutDirectionChanged(boolean isLayoutRtl) {} in onLayoutDirectionChanged() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/
DFakeConfigurationController.kt42 listeners.forEach { it.onLayoutDirectionChanged(isRtl) } in notifyLayoutDirectionChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/
DBatteryLayersDrawable.kt172 override fun onLayoutDirectionChanged(layoutDirection: Int): Boolean { in onLayoutDirectionChanged() method
176 return super.onLayoutDirectionChanged(layoutDirection) in onLayoutDirectionChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImpl.kt135 it.onLayoutDirectionChanged(layoutDirection == LAYOUT_DIRECTION_RTL) in onConfigurationChanged()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DVolumeDialogController.java205 void onLayoutDirectionChanged(int layoutDirection); in onLayoutDirectionChanged() method
/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
DAnimatedImageDrawable.java420 public boolean onLayoutDirectionChanged(int layoutDirection) { in onLayoutDirectionChanged() method in AnimatedImageDrawable
DDrawableWrapper.java335 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in DrawableWrapper
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/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/volume/
DVolumeDialogControllerImpl.java872 case LAYOUT_DIRECTION_CHANGED: mCallbacks.onLayoutDirectionChanged(msg.arg1); break; in handleMessage()
947 public void onLayoutDirectionChanged(final int layoutDirection) { in onLayoutDirectionChanged() method in VolumeDialogControllerImpl.C
952 entry.getKey().onLayoutDirectionChanged(layoutDirection); in onLayoutDirectionChanged()
DVolumeDialogImpl.java2379 public void onLayoutDirectionChanged(int layoutDirection) {
/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/navigationbar/gestural/
DBackPanelController.kt274 override fun onLayoutDirectionChanged(isLayoutRtl: Boolean) { in <lambda>() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java1135 mStackView.onLayoutDirectionChanged(mLayoutDirection); in onConfigurationChanged()
DBubbleStackView.java1621 public void onLayoutDirectionChanged(int direction) { in onLayoutDirectionChanged() method in BubbleStackView
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt17517 method public boolean onLayoutDirectionChanged(int);