Home
last modified time | relevance | path

Searched refs:onRtlPropertiesChanged (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/opt/bitmap/src/com/android/bitmap/view/
DBitmapDrawableImageView.java162 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in BitmapDrawableImageView
163 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DReverseLinearLayout.java70 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in ReverseLinearLayout
71 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
DKeyguardAffordanceHelper.java506 public void onRtlPropertiesChanged() { in onRtlPropertiesChanged() method in KeyguardAffordanceHelper
DNotificationPanelView.java1901 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in NotificationPanelView
1903 mAffordanceHelper.onRtlPropertiesChanged(); in onRtlPropertiesChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQuickStatusBarHeader.java95 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in QuickStatusBarHeader
96 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
DPagedTileLayout.java71 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in PagedTileLayout
72 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
DQSFooterImpl.java194 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in QSFooterImpl
195 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
/frameworks/base/core/java/com/android/internal/widget/
DImageFloatingTextView.java148 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in ImageFloatingTextView
149 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
DViewPager.java2566 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) {
2567 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DPagingIndicator.java444 public void onRtlPropertiesChanged(int layoutDirection) {
445 super.onRtlPropertiesChanged(layoutDirection);
452 dot.onRtlPropertiesChanged();
548 void onRtlPropertiesChanged() {
DBaseGridView.java1087 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in BaseGridView
1088 mLayoutManager.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
/frameworks/base/core/java/android/widget/
DCheckedTextView.java342 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in CheckedTextView
343 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
DDayPickerView.java207 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) {
208 super.onRtlPropertiesChanged(layoutDirection);
DAbsSeekBar.java1003 public void onRtlPropertiesChanged(int layoutDirection) {
1004 super.onRtlPropertiesChanged(layoutDirection);
DSimpleMonthView.java873 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { in onRtlPropertiesChanged() method in SimpleMonthView
874 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
DImageView.java1041 public void onRtlPropertiesChanged(int layoutDirection) {
1042 super.onRtlPropertiesChanged(layoutDirection);
DExpandableListView.java294 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in ExpandableListView
DLinearLayout.java1645 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { in onRtlPropertiesChanged() method in LinearLayout
1646 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
DToolbar.java492 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { in onRtlPropertiesChanged() method in Toolbar
493 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java394 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in StatusBarIconView
395 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
DSignalClusterView.java416 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in SignalClusterView
417 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
/frameworks/support/design/src/android/support/design/widget/
DTabLayout.java1843 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in TabLayout.SlidingTabStrip
1844 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java480 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in Toolbar
482 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
/frameworks/support/core-ui/java/android/support/v4/widget/
DDrawerLayout.java1317 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in DrawerLayout
/frameworks/base/core/java/android/view/
DView.java16975 onRtlPropertiesChanged(getLayoutDirection());
17081 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) {
17254 onRtlPropertiesChanged(resolvedLayoutDirection);
23760 onRtlPropertiesChanged(getLayoutDirection());
23997 onRtlPropertiesChanged(getLayoutDirection());

12