Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DTimelineRow.java61 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in TimelineRow
62 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DClearAllButton.java68 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in ClearAllButton
69 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DMatchParentShrinkingLinearLayout.java1193 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in MatchParentShrinkingLinearLayout
1194 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()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
DSwipeButtonHelper.java572 public void onRtlPropertiesChanged() { in onRtlPropertiesChanged() method in SwipeButtonHelper