Searched refs:onRtlPropertiesChanged (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DCheckedTextView.java183 public void onRtlPropertiesChanged(int layoutDirection) { method in class:CheckedTextView
184 super.onRtlPropertiesChanged(layoutDirection);
H A DAbsSeekBar.java561 public void onRtlPropertiesChanged(int layoutDirection) { method in class:AbsSeekBar
562 super.onRtlPropertiesChanged(layoutDirection);
H A DImageView.java739 public void onRtlPropertiesChanged(int layoutDirection) { method in class:ImageView
740 super.onRtlPropertiesChanged(layoutDirection);
H A DExpandableListView.java292 public void onRtlPropertiesChanged(int layoutDirection) { method in class:ExpandableListView
H A DSearchView.java1358 public void onRtlPropertiesChanged(int layoutDirection) { method in class:SearchView
H A DAbsListView.java2830 public void onRtlPropertiesChanged(int layoutDirection) { method in class:AbsListView
2831 super.onRtlPropertiesChanged(layoutDirection);
H A DTextView.java8666 public void onRtlPropertiesChanged(int layoutDirection) { method in class:TextView
8667 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java139 public void onRtlPropertiesChanged(int layoutDirection) { method in class:SignalClusterView
140 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/base/core/java/android/view/
H A DView.java12160 onRtlPropertiesChanged(getLayoutDirection());
12234 public void onRtlPropertiesChanged(int layoutDirection) { method in class:View
12407 onRtlPropertiesChanged(resolvedLayoutDirection);
17679 onRtlPropertiesChanged(getLayoutDirection());
17907 onRtlPropertiesChanged(getLayoutDirection());

Completed in 250 milliseconds