Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DVolumeDialogController.java168 void onLayoutDirectionChanged(int layoutDirection); in onLayoutDirectionChanged() method
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableWrapper.java313 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
DDrawable.java528 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/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java685 public void onLayoutDirectionChanged(final int layoutDirection) { in onLayoutDirectionChanged() method in VolumeDialogControllerImpl.C