HomeSort by relevance Sort by last modified time
    Searched defs:isLayoutRtl (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
LocalizationUtils.java 63 public static boolean isLayoutRtl() {
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ViewUtils.java 52 public static boolean isLayoutRtl(View view) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
SettingsLayoutActivity.java 90 protected boolean isLayoutRtl() {
91 return mSettingsLayoutFragment.getView().isLayoutRtl();
  /external/chromium_org/base/android/java/src/org/chromium/base/
ApiCompatibilityUtils.java 39 public static boolean isLayoutRtl(View view) {
197 boolean isRtl = isLayoutRtl(textView);
214 boolean isRtl = isLayoutRtl(textView);
232 boolean isRtl = isLayoutRtl(textView);
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarDrawerToggle.java 499 boolean isLayoutRtl() {
DrawerArrowDrawable.java 101 abstract boolean isLayoutRtl();
113 final boolean isRtl = isLayoutRtl();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
FloatingActionButtonController.java 186 if (isLayoutRtl()) {
192 private boolean isLayoutRtl() {
  /frameworks/base/core/java/android/view/
FocusFinder.java 132 if (root.isLayoutRtl()) {
144 if (root.isLayoutRtl()) {
175 mSequentialFocusComparator.setIsLayoutRtl(root.isLayoutRtl());
View.java     [all...]
ViewGroup.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutAndWidgetContainer.java 127 return mInvertIfRtl && isLayoutRtl();
130 public boolean isLayoutRtl() {
Folder.java 618 public boolean isLayoutRtl() {
626 if (isLayoutRtl()) {
    [all...]
PagedView.java 260 * Note: this is a reimplementation of View.isLayoutRtl() since that is currently hidden api.
262 public boolean isLayoutRtl() {
411 final boolean isRtl = isLayoutRtl();
587 final int index = isLayoutRtl() ? 0 : childCount - 1;
653 final boolean isRtl = isLayoutRtl();
736 final boolean isRtl = isLayoutRtl();
784 final boolean isRtl = isLayoutRtl();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 172 return mInvertIfRtl && isLayoutRtl();
175 public boolean isLayoutRtl() {
DeviceProfile.java 83 boolean isLayoutRtl;
430 isLayoutRtl = (configuration.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL);
432 isLayoutRtl = false;
529 if (isLayoutRtl) {
564 if (isLayoutRtl) {
591 if (isLayoutRtl) {
    [all...]
DragLayer.java     [all...]
Folder.java 733 public boolean isLayoutRtl() {
760 if (isLayoutRtl()) {
    [all...]
PagedView.java 456 * Note: this is a reimplementation of View.isLayoutRtl() since that is currently hidden api.
458 public boolean isLayoutRtl() {
661 final boolean isRtl = isLayoutRtl();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
SwipeHelper.java 170 public static boolean isLayoutRtl(View view) {
187 mRtl = isLayoutRtl(mCurrView);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
StreamingTextView.java 248 boolean rtl = isLayoutRtl(StreamingTextView.this);
279 public static boolean isLayoutRtl(View view) {
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java 429 private boolean isLayoutRtl() {
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 553 milliseconds

1 2