Home
last modified time | relevance | path

Searched refs:onRtlPropertiesChanged (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSignalClusterView.java139 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in SignalClusterView
140 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
/frameworks/base/core/java/android/widget/
DCheckedTextView.java183 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in CheckedTextView
184 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
DAbsSeekBar.java561 public void onRtlPropertiesChanged(int layoutDirection) {
562 super.onRtlPropertiesChanged(layoutDirection);
DImageView.java739 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in ImageView
740 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
DExpandableListView.java292 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in ExpandableListView
DSearchView.java1358 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in SearchView
DAbsListView.java2837 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method
2838 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
DTextView.java8666 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in TextView
8667 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
/frameworks/base/core/java/android/view/
DView.java12160 onRtlPropertiesChanged(getLayoutDirection());
12234 public void onRtlPropertiesChanged(int layoutDirection) {
12407 onRtlPropertiesChanged(resolvedLayoutDirection);
17679 onRtlPropertiesChanged(getLayoutDirection());
17907 onRtlPropertiesChanged(getLayoutDirection());
/frameworks/base/docs/html/sdk/api_diff/17/
DmissingSinces.txt136 NO DOC BLOCK: android.view.View Method onRtlPropertiesChanged(int)
/frameworks/base/api/
Dcurrent.txt27769 method public void onRtlPropertiesChanged(int);