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

12 3 4 5 6

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ScaleFrameLayout.java 67 final float pivotX = (layoutDirection == View.LAYOUT_DIRECTION_RTL) ?
StreamingTextView.java 281 return View.LAYOUT_DIRECTION_RTL == view.getLayoutDirection();
  /frameworks/support/v4/java/android/support/v4/text/
TextDirectionHeuristicsCompat.java 251 return (dir == ViewCompat.LAYOUT_DIRECTION_RTL);
  /packages/apps/Dialer/src/com/android/dialer/util/
DialerUtils.java 170 View.LAYOUT_DIRECTION_RTL;
  /packages/apps/Launcher2/src/com/android/launcher2/
ButtonDropTarget.java 121 return (getLayoutDirection() == View.LAYOUT_DIRECTION_RTL);
ShortcutAndWidgetContainer.java 131 return (getLayoutDirection() == LAYOUT_DIRECTION_RTL);
  /packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java 123 return (getLayoutDirection() == View.LAYOUT_DIRECTION_RTL);
ShortcutAndWidgetContainer.java 176 return (getLayoutDirection() == LAYOUT_DIRECTION_RTL);
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
AppWidgetManagerCompatVL.java 119 if (res.getConfiguration().getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
TimePicker.java 97 boolean isRtl = TextUtils.getLayoutDirectionFromLocale(locale) == View.LAYOUT_DIRECTION_RTL;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HtmlConversationTemplates.java 200 == ViewCompat.LAYOUT_DIRECTION_RTL;
  /frameworks/base/core/java/android/view/
Gravity.java 157 * @see View#LAYOUT_DIRECTION_RTL
294 * @see View#LAYOUT_DIRECTION_RTL
374 * @see View#LAYOUT_DIRECTION_RTL
419 if (layoutDirection == View.LAYOUT_DIRECTION_RTL) {
429 if (layoutDirection == View.LAYOUT_DIRECTION_RTL) {
  /frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
SlideKitkat.java 121 if (view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) {
132 if (view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
SettingsLayoutFragment.java 662 View.LAYOUT_DIRECTION_RTL;
719 boolean isRtl = ViewCompat.getLayoutDirection(v) == View.LAYOUT_DIRECTION_RTL;
726 boolean isRtl = ViewCompat.getLayoutDirection(v) == View.LAYOUT_DIRECTION_RTL;
733 boolean isRtl = ViewCompat.getLayoutDirection(v) == View.LAYOUT_DIRECTION_RTL;
740 boolean isRtl = ViewCompat.getLayoutDirection(v) == View.LAYOUT_DIRECTION_RTL;
    [all...]
DialogFragment.java 646 View.LAYOUT_DIRECTION_RTL;
709 boolean isRtl = ViewCompat.getLayoutDirection(v) == View.LAYOUT_DIRECTION_RTL;
714 boolean isRtl = ViewCompat.getLayoutDirection(v) == View.LAYOUT_DIRECTION_RTL;
719 boolean isRtl = ViewCompat.getLayoutDirection(v) == View.LAYOUT_DIRECTION_RTL;
724 boolean isRtl = ViewCompat.getLayoutDirection(v) == View.LAYOUT_DIRECTION_RTL;
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
PdfManipulationService.java 141 if (configuration.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) {
269 .getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwWebContentsDelegateAdapter.java 82 (reverse == (mContainerView.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL)) ?
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
HeadersFragment.java 113 v.setPivotX(v.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL ? v.getWidth() : 0);
HeadersSupportFragment.java 115 v.setPivotX(v.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL ? v.getWidth() : 0);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabs.java 223 if (getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java     [all...]
NavigationBarView.java 472 boolean isRtl = (getLayoutDirection() == View.LAYOUT_DIRECTION_RTL);
518 .getLayoutDirection() == LAYOUT_DIRECTION_RTL;
  /cts/tests/tests/view/src/android/view/cts/
GravityTest.java 45 final int layoutDirection = bRtl ? View.LAYOUT_DIRECTION_RTL : View.LAYOUT_DIRECTION_LTR;
339 final int layoutDirection = isRtl ? View.LAYOUT_DIRECTION_RTL : View.LAYOUT_DIRECTION_LTR;
  /external/chromium_org/base/android/java/src/org/chromium/base/
ApiCompatibilityUtils.java 41 return view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
  /frameworks/base/core/java/android/text/
BidiFormatter.java 447 return (TextUtils.getLayoutDirectionFromLocale(locale) == View.LAYOUT_DIRECTION_RTL);
    [all...]

Completed in 596 milliseconds

12 3 4 5 6