Searched refs:onResolveDrawables (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DCompoundButton.java251 public void onResolveDrawables(@ResolvedLayoutDir int layoutDirection) { method in class:CompoundButton
252 super.onResolveDrawables(layoutDirection);
H A DAbsSeekBar.java648 public void onResolveDrawables(int layoutDirection) { method in class:AbsSeekBar
649 super.onResolveDrawables(layoutDirection);
H A DNumberPicker.java1553 public void onResolveDrawables(@ResolvedLayoutDir int layoutDirection) { method in class:NumberPicker
1554 super.onResolveDrawables(layoutDirection);
H A DProgressBar.java1249 public void onResolveDrawables(int layoutDirection) { method in class:ProgressBar
H A DTextView.java9826 public void onResolveDrawables(int layoutDirection) { method in class:TextView
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java200 public void onResolveDrawables(int layoutDirection) { method in class:ActionBarContainer
201 super.onResolveDrawables(layoutDirection);
/frameworks/base/core/java/android/view/
H A DView.java17871 * Will call {@link View#onResolveDrawables} when resolution is done.
17898 onResolveDrawables(layoutDirection);
17917 public void onResolveDrawables(@ResolvedLayoutDir int layoutDirection) { method in class:View

Completed in 254 milliseconds