Home
last modified time | relevance | path

Searched refs:onLayoutDirectionChanged (Results 1 – 11 of 11) 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/
DDrawable.java514 return onLayoutDirectionChanged(layoutDirection); in setLayoutDirection()
528 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in 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
DAnimatedVectorDrawable.java424 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) { in onLayoutDirectionChanged() method in AnimatedVectorDrawable
DLayerDrawable.java1806 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java650 case LAYOUT_DIRECTION_CHANGED: mCallbacks.onLayoutDirectionChanged(msg.arg1); break; in handleMessage()
714 public void onLayoutDirectionChanged(final int layoutDirection) { in onLayoutDirectionChanged() method in VolumeDialogControllerImpl.C
719 entry.getKey().onLayoutDirectionChanged(layoutDirection); in onLayoutDirectionChanged()
DVolumeDialogImpl.java1042 public void onLayoutDirectionChanged(int layoutDirection) {
/frameworks/base/api/
Dcurrent.txt14056 method public boolean onLayoutDirectionChanged(int);
Dtest-current.txt14149 method public boolean onLayoutDirectionChanged(int);
Dsystem-current.txt14788 method public boolean onLayoutDirectionChanged(int);