HomeSort by relevance Sort by last modified time
    Searched defs:onRtlPropertiesChanged (Results 1 - 25 of 39) 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/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/
NotificationSettingsIconRow.java 242 public void onRtlPropertiesChanged(int layoutDirection) {
StatusBarIconView.java 255 public void onRtlPropertiesChanged(int layoutDirection) {
256 super.onRtlPropertiesChanged(layoutDirection);
SignalClusterView.java 389 public void onRtlPropertiesChanged(int layoutDirection) {
390 super.onRtlPropertiesChanged(layoutDirection);
  /frameworks/base/core/java/android/widget/
CheckedTextView.java 342 public void onRtlPropertiesChanged(int layoutDirection) {
343 super.onRtlPropertiesChanged(layoutDirection);
ExpandableListView.java 294 public void onRtlPropertiesChanged(int layoutDirection) {
    [all...]
ImageView.java     [all...]
LinearLayout.java     [all...]
SimpleMonthView.java 872 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) {
873 super.onRtlPropertiesChanged(layoutDirection);
    [all...]
Toolbar.java 471 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) {
472 super.onRtlPropertiesChanged(layoutDirection);
    [all...]
AbsListView.java     [all...]
TextView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardAffordanceHelper.java 506 public void onRtlPropertiesChanged() {
QuickStatusBarHeader.java 146 public void onRtlPropertiesChanged(int layoutDirection) {
147 super.onRtlPropertiesChanged(layoutDirection);
NotificationPanelView.java     [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BaseGridView.java     [all...]
GridLayoutManager.java 656 public void onRtlPropertiesChanged(int layoutDirection) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
MatchParentShrinkingLinearLayout.java     [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
DrawerLayout.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/android/view/
View.java     [all...]

Completed in 668 milliseconds

1 2