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

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java168 public void onResolveDrawables(int layoutDirection) { method in class:ActionBarContainer
169 super.onResolveDrawables(layoutDirection);
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java316 public void onResolveDrawables(int layoutDirection) { method in class:AbsSeekBar
317 super.onResolveDrawables(layoutDirection);
H A DProgressBar.java572 public void onResolveDrawables(int layoutDirection) { method in class:ProgressBar
H A DTextView.java8261 public void onResolveDrawables(int layoutDirection) { method in class:TextView
/frameworks/base/core/java/android/view/
H A DView.java14206 * Will call {@link View#onResolveDrawables} when resolution is done.
14216 onResolveDrawables(getLayoutDirection());
14232 public void onResolveDrawables(int layoutDirection) { method in class:View

Completed in 336 milliseconds