HomeSort by relevance Sort by last modified time
    Searched refs:onLayoutDirectionChanged (Results 1 - 8 of 8) sorted by null

  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 446 return onLayoutDirectionChanged(layoutDirection);
459 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) {
    [all...]
DrawableWrapper.java 262 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) {
AnimatedVectorDrawable.java 225 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) {
DrawableContainer.java 336 public boolean onLayoutDirectionChanged(@View.ResolvedLayoutDir int layoutDirection) {
    [all...]
LayerDrawable.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogController.java 574 case LAYOUT_DIRECTION_CHANGED: mCallbacks.onLayoutDirectionChanged(msg.arg1); break;
637 public void onLayoutDirectionChanged(final int layoutDirection) {
642 entry.getKey().onLayoutDirectionChanged(layoutDirection);
    [all...]
VolumeDialog.java     [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 586 // onLayoutDirectionChanged is a non-operation function.
587 mockDrawable.onLayoutDirectionChanged(View.LAYOUT_DIRECTION_LTR);

Completed in 267 milliseconds