Home
last modified time | relevance | path

Searched refs:onRtlPropertiesChanged (Results 1 – 25 of 33) 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/support/v17/leanback/src/android/support/v17/leanback/widget/
DPagingIndicator.java398 public void onRtlPropertiesChanged(int layoutDirection) {
399 super.onRtlPropertiesChanged(layoutDirection);
406 dot.onRtlPropertiesChanged();
502 void onRtlPropertiesChanged() {
DBaseGridView.java917 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in BaseGridView
918 mLayoutManager.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
DGridLayoutManager.java656 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in GridLayoutManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPagedTileLayout.java71 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in PagedTileLayout
72 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
DQSContainer.java83 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in QSContainer
84 super.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.java206 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) {
207 super.onRtlPropertiesChanged(layoutDirection);
DAbsSeekBar.java983 public void onRtlPropertiesChanged(int layoutDirection) {
984 super.onRtlPropertiesChanged(layoutDirection);
DSimpleMonthView.java872 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { in onRtlPropertiesChanged() method in SimpleMonthView
873 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
DImageView.java960 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in ImageView
961 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
DExpandableListView.java294 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in ExpandableListView
DLinearLayout.java1595 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { in onRtlPropertiesChanged() method in LinearLayout
1596 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
DToolbar.java471 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { in onRtlPropertiesChanged() method in Toolbar
472 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
DAbsListView.java3051 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method
3052 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java255 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in StatusBarIconView
256 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
DNotificationSettingsIconRow.java242 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in NotificationSettingsIconRow
DSignalClusterView.java389 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in SignalClusterView
390 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DQuickStatusBarHeader.java146 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in QuickStatusBarHeader
147 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
DKeyguardAffordanceHelper.java506 public void onRtlPropertiesChanged() { in onRtlPropertiesChanged() method in KeyguardAffordanceHelper
DNotificationPanelView.java1767 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in NotificationPanelView
1769 mAfforanceHelper.onRtlPropertiesChanged(); in onRtlPropertiesChanged()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java483 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in Toolbar
485 super.onRtlPropertiesChanged(layoutDirection); in onRtlPropertiesChanged()
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java2591 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) {
2592 super.onRtlPropertiesChanged(layoutDirection);
/frameworks/support/v4/java/android/support/v4/widget/
DDrawerLayout.java1334 public void onRtlPropertiesChanged(int layoutDirection) { in onRtlPropertiesChanged() method in DrawerLayout
/frameworks/base/core/java/android/view/
DView.java14957 onRtlPropertiesChanged(getLayoutDirection()); in resolveRtlPropertiesIfNeeded()
15031 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) { in onRtlPropertiesChanged() method
15204 onRtlPropertiesChanged(resolvedLayoutDirection); in resolvePadding()
21361 onRtlPropertiesChanged(getLayoutDirection()); in setTextDirection()
21598 onRtlPropertiesChanged(getLayoutDirection()); in setTextAlignment()

12