HomeSort by relevance Sort by last modified time
    Searched refs:mLayoutDirection (Results 1 - 5 of 5) sorted by null

  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 127 private int mLayoutDirection;
389 return mLayoutDirection;
403 mLayoutDirection = layoutDirection;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 128 protected int mLayoutDirection;
213 mLayoutDirection = TextUtils.getLayoutDirectionFromLocale(mLocale);
310 mLayoutDirection = TextUtils.getLayoutDirectionFromLocale(mLocale);
311 refreshLayout(mLayoutDirection);
562 if (mLayoutDirection == View.LAYOUT_DIRECTION_RTL) {
    [all...]
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java 98 private int mLayoutDirection;
203 mLayoutDirection = TextUtils.getLayoutDirectionFromLocale(locale);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ListPopupWindow.java 105 private int mLayoutDirection;
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]

Completed in 150 milliseconds