Searched defs:onRtlPropertiesChanged (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DReverseLinearLayout.java70 public void onRtlPropertiesChanged(int layoutDirection) { method in class:ReverseLinearLayout
71 super.onRtlPropertiesChanged(layoutDirection);
H A DQuickStatusBarHeader.java155 public void onRtlPropertiesChanged(int layoutDirection) { method in class:QuickStatusBarHeader
156 super.onRtlPropertiesChanged(layoutDirection);
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();
/frameworks/base/core/java/com/android/internal/widget/
H A DImageFloatingTextView.java102 public void onRtlPropertiesChanged(int layoutDirection) { method in class:ImageFloatingTextView
103 super.onRtlPropertiesChanged(layoutDirection);
H A DViewPager.java2564 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { method in class:ViewPager
2565 super.onRtlPropertiesChanged(layoutDirection);
/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 DStatusBarIconView.java255 public void onRtlPropertiesChanged(int layoutDirection) { method in class:StatusBarIconView
256 super.onRtlPropertiesChanged(layoutDirection);
H A DSignalClusterView.java394 public void onRtlPropertiesChanged(int layoutDirection) { method in class:SignalClusterView
395 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/base/core/java/android/widget/
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 DAbsSeekBar.java983 public void onRtlPropertiesChanged(int layoutDirection) { method in class:AbsSeekBar
984 super.onRtlPropertiesChanged(layoutDirection);
H A DExpandableListView.java294 public void onRtlPropertiesChanged(int layoutDirection) { method in class:ExpandableListView
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 DImageView.java990 public void onRtlPropertiesChanged(int layoutDirection) { method in class:ImageView
991 super.onRtlPropertiesChanged(layoutDirection);
H A DToolbar.java471 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { method in class:Toolbar
472 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
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
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
/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

Completed in 442 milliseconds

12