Home
last modified time | relevance | path

Searched refs:onRtlPropertiesChanged (Results 1 – 5 of 5) 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/src/com/android/quickstep/views/
DClearAllButton.java76 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in ClearAllButton
77 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
/packages/apps/DeskClock/src/com/android/deskclock/widget/
DCircleView.kt67 override fun onRtlPropertiesChanged(layoutDirection: Int) { in onRtlPropertiesChanged() method
68 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