/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 | 47 default void onLayoutDirectionChanged(boolean isLayoutRtl) {} in onLayoutDirectionChanged() method
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/ |
D | FakeConfigurationController.kt | 42 listeners.forEach { it.onLayoutDirectionChanged(isRtl) } in notifyLayoutDirectionChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/ |
D | BatteryLayersDrawable.kt | 172 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/ |
D | ConfigurationControllerImpl.kt | 135 it.onLayoutDirectionChanged(layoutDirection == LAYOUT_DIRECTION_RTL) in onConfigurationChanged()
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
D | VolumeDialogController.java | 205 void onLayoutDirectionChanged(int layoutDirection); in onLayoutDirectionChanged() method
|
/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 | AnimatedImageDrawable.java | 420 public boolean onLayoutDirectionChanged(int layoutDirection) { in onLayoutDirectionChanged() method in AnimatedImageDrawable
|
D | DrawableWrapper.java | 335 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in DrawableWrapper
|
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/tests/src/com/android/systemui/statusbar/phone/ |
D | ConfigurationControllerImplTest.kt | 368 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/ |
D | VolumeDialogControllerImpl.java | 872 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()
|
D | VolumeDialogImpl.java | 2379 public void onLayoutDirectionChanged(int layoutDirection) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
D | PrivacyDotViewController.kt | 117 override fun onLayoutDirectionChanged(isRtl: Boolean) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
D | BackPanelController.kt | 274 override fun onLayoutDirectionChanged(isLayoutRtl: Boolean) { in <lambda>() method
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleController.java | 1135 mStackView.onLayoutDirectionChanged(mLayoutDirection); in onConfigurationChanged()
|
D | BubbleStackView.java | 1621 public void onLayoutDirectionChanged(int direction) { in onLayoutDirectionChanged() method in BubbleStackView
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 17517 method public boolean onLayoutDirectionChanged(int);
|