Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DTimelineRow.java64 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in TimelineRow
65 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
/packages/apps/DeskClock/src/com/android/deskclock/widget/
DCircleView.java106 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in CircleView
107 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java1193 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in MatchParentShrinkingLinearLayout
1194 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()