Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DRoundedCornerProgressDrawable.kt45 override fun onLayoutDirectionChanged(layoutDirection: Int): Boolean {
47 return super.onLayoutDirectionChanged(layoutDirection)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCastDrawable.java76 public boolean onLayoutDirectionChanged(int layoutDirection) { in onLayoutDirectionChanged() method in CastDrawable
78 return super.onLayoutDirectionChanged(layoutDirection); in onLayoutDirectionChanged()
H A DScreenRecordDrawable.java108 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 DConfigurationController.java44 default void onLayoutDirectionChanged(boolean isLayoutRtl) {} in onLayoutDirectionChanged() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DConfigurationControllerImpl.kt120 it.onLayoutDirectionChanged(layoutDirection == LAYOUT_DIRECTION_RTL)
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DVolumeDialogController.java188 void onLayoutDirectionChanged(int layoutDirection); in onLayoutDirectionChanged() method
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java541 return onLayoutDirectionChanged(layoutDirection); in setLayoutDirection()
555 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in Drawable
H A DAnimatedImageDrawable.java419 public boolean onLayoutDirectionChanged(int layoutDirection) { in onLayoutDirectionChanged() method in AnimatedImageDrawable
H A DDrawableWrapper.java335 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in DrawableWrapper
H A DDrawableContainer.java352 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in DrawableContainer
H A DAnimatedVectorDrawable.java424 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in AnimatedVectorDrawable
H A DLayerDrawable.java1814 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java818 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 DVolumeDialogImpl.java2022 public void onLayoutDirectionChanged(int layoutDirection) {
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
H A DStatusIconPanelController.java94 public void onLayoutDirectionChanged(boolean isLayoutRtl) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DPrivacyDotViewController.kt103 override fun onLayoutDirectionChanged(isRtl: Boolean) {
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java771 mStackView.onLayoutDirectionChanged(mLayoutDirection); in onConfigChanged()
H A DBubbleStackView.java1288 public void onLayoutDirectionChanged(int direction) { in onLayoutDirectionChanged() method in BubbleStackView
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt16534 method public boolean onLayoutDirectionChanged(int);