Searched refs:onRtlPropertiesChanged (Results 1 – 5 of 5) sorted by relevance
61 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in TimelineRow62 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
76 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in ClearAllButton77 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
67 override fun onRtlPropertiesChanged(layoutDirection: Int) { in onRtlPropertiesChanged() method68 super.onRtlPropertiesChanged(layoutDirection) in onRtlPropertiesChanged()
1193 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in MatchParentShrinkingLinearLayout1194 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
572 public void onRtlPropertiesChanged() { in onRtlPropertiesChanged() method in SwipeButtonHelper