Searched defs:onLayoutDirectionChanged (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DVolumeDialogController.java168 void onLayoutDirectionChanged(int layoutDirection); method in interface:VolumeDialogController.Callbacks
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableWrapper.java313 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { method in class:DrawableWrapper
H A DDrawable.java514 return onLayoutDirectionChanged(layoutDirection);
528 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { method in class:Drawable
H A DAnimatedVectorDrawable.java424 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { method in class:AnimatedVectorDrawable
H A DDrawableContainer.java352 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { method in class:DrawableContainer
H A DLayerDrawable.java1806 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { method in class:LayerDrawable
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java621 case LAYOUT_DIRECTION_CHANGED: mCallbacks.onLayoutDirectionChanged(msg.arg1); break;
685 public void onLayoutDirectionChanged(final int layoutDirection) { method in class:VolumeDialogControllerImpl.C
690 entry.getKey().onLayoutDirectionChanged(layoutDirection);

Completed in 5521 milliseconds