Home
last modified time | relevance | path

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

/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()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DVolumeDialogController.java188 void onLayoutDirectionChanged(int layoutDirection); in onLayoutDirectionChanged() method
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java541 return onLayoutDirectionChanged(layoutDirection); in setLayoutDirection()
555 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in Drawable
DDrawableWrapper.java334 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.java353 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in DrawableContainer
DAnimatedVectorDrawable.java433 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.java793 case LAYOUT_DIRECTION_CHANGED: mCallbacks.onLayoutDirectionChanged(msg.arg1); break; in handleMessage()
859 public void onLayoutDirectionChanged(final int layoutDirection) { in onLayoutDirectionChanged() method in VolumeDialogControllerImpl.C
864 entry.getKey().onLayoutDirectionChanged(layoutDirection); in onLayoutDirectionChanged()
DVolumeDialogImpl.java1263 public void onLayoutDirectionChanged(int layoutDirection) {
/frameworks/base/non-updatable-api/
Dcurrent.txt15409 method public boolean onLayoutDirectionChanged(int);
/frameworks/base/api/
Dcurrent.txt15409 method public boolean onLayoutDirectionChanged(int);