Searched refs:onRtlPropertiesChanged (Results 1 - 25 of 28) sorted by last modified time

12

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseGridView.java920 public void onRtlPropertiesChanged(int layoutDirection) { method in class:BaseGridView
921 mLayoutManager.onRtlPropertiesChanged(layoutDirection);
H A DGridLayoutManager.java656 public void onRtlPropertiesChanged(int layoutDirection) { method in class:GridLayoutManager
H A DPagingIndicator.java402 public void onRtlPropertiesChanged(int layoutDirection) { method in class:PagingIndicator
403 super.onRtlPropertiesChanged(layoutDirection);
410 dot.onRtlPropertiesChanged();
506 void onRtlPropertiesChanged() { method in class:PagingIndicator.Dot
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java483 public void onRtlPropertiesChanged(int layoutDirection) { method in class:Toolbar
485 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DDrawerLayout.java1336 public void onRtlPropertiesChanged(int layoutDirection) { method in class:DrawerLayout
/frameworks/opt/bitmap/src/com/android/bitmap/view/
H A DBitmapDrawableImageView.java162 public void onRtlPropertiesChanged(int layoutDirection) { method in class:BitmapDrawableImageView
163 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPagedTileLayout.java72 public void onRtlPropertiesChanged(int layoutDirection) { method in class:PagedTileLayout
73 super.onRtlPropertiesChanged(layoutDirection);
H A DQSContainer.java83 public void onRtlPropertiesChanged(int layoutDirection) { method in class:QSContainer
84 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationSettingsIconRow.java242 public void onRtlPropertiesChanged(int layoutDirection) { method in class:NotificationSettingsIconRow
H A DSignalClusterView.java394 public void onRtlPropertiesChanged(int layoutDirection) { method in class:SignalClusterView
395 super.onRtlPropertiesChanged(layoutDirection);
H A DStatusBarIconView.java255 public void onRtlPropertiesChanged(int layoutDirection) { method in class:StatusBarIconView
256 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java506 public void onRtlPropertiesChanged() { method in class:KeyguardAffordanceHelper
H A DNotificationPanelView.java1780 public void onRtlPropertiesChanged(int layoutDirection) { method in class:NotificationPanelView
1782 mAfforanceHelper.onRtlPropertiesChanged();
H A DQuickStatusBarHeader.java155 public void onRtlPropertiesChanged(int layoutDirection) { method in class:QuickStatusBarHeader
156 super.onRtlPropertiesChanged(layoutDirection);
H A DReverseLinearLayout.java70 public void onRtlPropertiesChanged(int layoutDirection) { method in class:ReverseLinearLayout
71 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/base/core/java/android/view/
H A DView.java15075 onRtlPropertiesChanged(getLayoutDirection());
15149 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { method in class:View
15322 onRtlPropertiesChanged(resolvedLayoutDirection);
21531 onRtlPropertiesChanged(getLayoutDirection());
21768 onRtlPropertiesChanged(getLayoutDirection());
/frameworks/base/core/java/android/widget/
H A DAbsListView.java3057 public void onRtlPropertiesChanged(int layoutDirection) { method in class:AbsListView
3058 super.onRtlPropertiesChanged(layoutDirection);
H A DAbsSeekBar.java983 public void onRtlPropertiesChanged(int layoutDirection) { method in class:AbsSeekBar
984 super.onRtlPropertiesChanged(layoutDirection);
H A DCheckedTextView.java342 public void onRtlPropertiesChanged(int layoutDirection) { method in class:CheckedTextView
343 super.onRtlPropertiesChanged(layoutDirection);
H A DDayPickerView.java206 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { method in class:DayPickerView
207 super.onRtlPropertiesChanged(layoutDirection);
H A DExpandableListView.java294 public void onRtlPropertiesChanged(int layoutDirection) { method in class:ExpandableListView
H A DImageView.java990 public void onRtlPropertiesChanged(int layoutDirection) { method in class:ImageView
991 super.onRtlPropertiesChanged(layoutDirection);
H A DLinearLayout.java1595 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { method in class:LinearLayout
1596 super.onRtlPropertiesChanged(layoutDirection);
H A DSimpleMonthView.java872 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { method in class:SimpleMonthView
873 super.onRtlPropertiesChanged(layoutDirection);
H A DTextView.java9777 public void onRtlPropertiesChanged(int layoutDirection) { method in class:TextView
9778 super.onRtlPropertiesChanged(layoutDirection);

Completed in 344 milliseconds

12