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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableWrapper.java314 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { method in class:DrawableWrapper
H A DDrawable.java499 return onLayoutDirectionChanged(layoutDirection);
513 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { method in class:Drawable
H A DAnimatedVectorDrawable.java354 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { method in class:AnimatedVectorDrawable
H A DDrawableContainer.java341 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { method in class:DrawableContainer
H A DLayerDrawable.java1801 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { method in class:LayerDrawable
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogController.java562 case LAYOUT_DIRECTION_CHANGED: mCallbacks.onLayoutDirectionChanged(msg.arg1); break;
625 public void onLayoutDirectionChanged(final int layoutDirection) { method in class:VolumeDialogController.C
630 entry.getKey().onLayoutDirectionChanged(layoutDirection);
995 void onLayoutDirectionChanged(int layoutDirection); method in interface:VolumeDialogController.Callbacks

Completed in 94 milliseconds