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

/frameworks/base/core/java/android/widget/
H A DCompoundButton.java269 public void onResolveDrawables(@ResolvedLayoutDir int layoutDirection) { method in class:CompoundButton
270 super.onResolveDrawables(layoutDirection);
H A DAbsSeekBar.java668 public void onResolveDrawables(int layoutDirection) { method in class:AbsSeekBar
669 super.onResolveDrawables(layoutDirection);
H A DProgressBar.java1219 public void onResolveDrawables(int layoutDirection) { method in class:ProgressBar
H A DNumberPicker.java1577 public void onResolveDrawables(@ResolvedLayoutDir int layoutDirection) { method in class:NumberPicker
1578 super.onResolveDrawables(layoutDirection);
H A DTextView.java11376 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.java19899 * Will call {@link View#onResolveDrawables} when resolution is done.
19929 onResolveDrawables(layoutDirection);
19948 public void onResolveDrawables(@ResolvedLayoutDir int layoutDirection) { method in class:View

Completed in 158 milliseconds