Searched refs:onRtlPropertiesChanged (Results 1 – 6 of 6) sorted by relevance
61 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in TimelineRow62 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
67 override fun onRtlPropertiesChanged(layoutDirection: Int) { in onRtlPropertiesChanged() method68 super.onRtlPropertiesChanged(layoutDirection) in onRtlPropertiesChanged()
106 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in CircleView107 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