Searched defs: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.java495 public void onResolveDrawables(int layoutDirection) { method in class:AbsSeekBar
496 super.onResolveDrawables(layoutDirection);
H A DProgressBar.java1222 public void onResolveDrawables(int layoutDirection) { method in class:ProgressBar
H A DNumberPicker.java1550 public void onResolveDrawables(@ResolvedLayoutDir int layoutDirection) { method in class:NumberPicker
1551 super.onResolveDrawables(layoutDirection);
H A DTextView.java9632 public void onResolveDrawables(int layoutDirection) { method in class:TextView
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java187 public void onResolveDrawables(int layoutDirection) { method in class:ActionBarContainer
188 super.onResolveDrawables(layoutDirection);
/frameworks/base/core/java/android/view/
H A DView.java16859 * Will call {@link View#onResolveDrawables} when resolution is done.
16886 onResolveDrawables(layoutDirection);
16905 public void onResolveDrawables(@ResolvedLayoutDir int layoutDirection) { method in class:View

Completed in 161 milliseconds