HomeSort by relevance Sort by last modified time
    Searched refs:LAYOUT_DIRECTION_RTL (Results 76 - 100 of 127) sorted by null

1 2 34 5 6

  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitiesActivity.java 284 if (mLayoutDirection == View.LAYOUT_DIRECTION_RTL) {
  /packages/apps/InCallUI/src/com/android/incallui/
InCallActivity.java 151 View.LAYOUT_DIRECTION_RTL;
InCallPresenter.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 534 final boolean isRtl = (dragLayer.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL);
DragLayer.java 775 return (getLayoutDirection() == LAYOUT_DIRECTION_RTL);
Folder.java 619 return (getLayoutDirection() == LAYOUT_DIRECTION_RTL);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragController.java 532 final boolean isRtl = (dragLayer.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL);
DeviceProfile.java 430 isLayoutRtl = (configuration.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL);
    [all...]
DragLayer.java     [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryActivity.java 282 View.LAYOUT_DIRECTION_RTL) ? -mViewOffset : mViewOffset;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 108 final int layoutDirection = isRtlLanguage ? ViewCompat.LAYOUT_DIRECTION_RTL
SuggestionStripLayoutHelper.java 583 == ViewCompat.LAYOUT_DIRECTION_RTL);
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 21 import static android.view.View.LAYOUT_DIRECTION_RTL;
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java     [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 667 return ViewCompat.getLayoutDirection(this) == ViewCompat.LAYOUT_DIRECTION_RTL;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java 241 testSetHorizontalSpacing(View.LAYOUT_DIRECTION_RTL);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 205 if (getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) {
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BrowseFragment.java 546 boolean isRtl = ViewCompat.getLayoutDirection(focused) == View.LAYOUT_DIRECTION_RTL;
    [all...]
BrowseSupportFragment.java 548 boolean isRtl = ViewCompat.getLayoutDirection(focused) == View.LAYOUT_DIRECTION_RTL;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 815 return TextUtils.getLayoutDirectionFromLocale(locale) == View.LAYOUT_DIRECTION_RTL;
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 368 case LAYOUT_DIRECTION_RTL:
452 case LAYOUT_DIRECTION_RTL:
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 245 int layoutDirection = isRtl ? View.LAYOUT_DIRECTION_RTL : View.LAYOUT_DIRECTION_LTR;
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
SlidingPaneLayout.java     [all...]

Completed in 3697 milliseconds

1 2 34 5 6