HomeSort by relevance Sort by last modified time
    Searched refs:onRtlPropertiesChanged (Results 1 - 25 of 43) sorted by null

1 2

  /packages/apps/TV/src/com/android/tv/guide/
TimelineRow.java 64 public void onRtlPropertiesChanged(int layoutDirection) {
65 super.onRtlPropertiesChanged(layoutDirection);
  /frameworks/opt/bitmap/src/com/android/bitmap/view/
BitmapDrawableImageView.java 162 public void onRtlPropertiesChanged(int layoutDirection) {
163 super.onRtlPropertiesChanged(layoutDirection);
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
CircleView.java 106 public void onRtlPropertiesChanged(int layoutDirection) {
107 super.onRtlPropertiesChanged(layoutDirection);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
PagingIndicator.java 398 public void onRtlPropertiesChanged(int layoutDirection) {
399 super.onRtlPropertiesChanged(layoutDirection);
406 dot.onRtlPropertiesChanged();
502 void onRtlPropertiesChanged() {
BaseGridView.java     [all...]
  /frameworks/base/core/java/android/widget/
CheckedTextView.java 342 public void onRtlPropertiesChanged(int layoutDirection) {
343 super.onRtlPropertiesChanged(layoutDirection);
DayPickerView.java 206 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) {
207 super.onRtlPropertiesChanged(layoutDirection);
AbsSeekBar.java 983 public void onRtlPropertiesChanged(int layoutDirection) {
984 super.onRtlPropertiesChanged(layoutDirection);
    [all...]
ImageView.java     [all...]
SimpleMonthView.java 872 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) {
873 super.onRtlPropertiesChanged(layoutDirection);
    [all...]
ExpandableListView.java 294 public void onRtlPropertiesChanged(int layoutDirection) {
    [all...]
LinearLayout.java     [all...]
Toolbar.java 471 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) {
472 super.onRtlPropertiesChanged(layoutDirection);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PagedTileLayout.java 71 public void onRtlPropertiesChanged(int layoutDirection) {
72 super.onRtlPropertiesChanged(layoutDirection);
QSContainer.java 83 public void onRtlPropertiesChanged(int layoutDirection) {
84 super.onRtlPropertiesChanged(layoutDirection);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 255 public void onRtlPropertiesChanged(int layoutDirection) {
256 super.onRtlPropertiesChanged(layoutDirection);
NotificationSettingsIconRow.java 242 public void onRtlPropertiesChanged(int layoutDirection) {
SignalClusterView.java 389 public void onRtlPropertiesChanged(int layoutDirection) {
390 super.onRtlPropertiesChanged(layoutDirection);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickStatusBarHeader.java 146 public void onRtlPropertiesChanged(int layoutDirection) {
147 super.onRtlPropertiesChanged(layoutDirection);
KeyguardAffordanceHelper.java 506 public void onRtlPropertiesChanged() {
NotificationPanelView.java     [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
MatchParentShrinkingLinearLayout.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java 483 public void onRtlPropertiesChanged(int layoutDirection) {
485 super.onRtlPropertiesChanged(layoutDirection);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ViewPager.java     [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
DrawerLayout.java     [all...]

Completed in 1056 milliseconds

1 2