HomeSort by relevance Sort by last modified time
    Searched refs:LAYOUT_DIRECTION_RTL (Results 1 - 25 of 62) sorted by null

1 2 3

  /cts/tests/tests/widget/src/android/widget/cts/
LayoutDirectionTest.java 26 import static android.view.View.LAYOUT_DIRECTION_RTL;
53 vg.setLayoutDirection(LAYOUT_DIRECTION_RTL);
54 assertEquals(LAYOUT_DIRECTION_RTL, vg.getLayoutDirection());
86 parent.setLayoutDirection(LAYOUT_DIRECTION_RTL);
88 assertEquals(LAYOUT_DIRECTION_RTL, parent.getLayoutDirection());
89 assertEquals(LAYOUT_DIRECTION_RTL, child.getLayoutDirection());
128 R.id.layout_linearlayout_ltr_child_2, LAYOUT_DIRECTION_RTL, LAYOUT_DIRECTION_RTL,
135 R.id.layout_linearlayout_rtl, LAYOUT_DIRECTION_RTL, LAYOUT_DIRECTION_RTL,
    [all...]
RelativeLayout_LayoutParamsTest.java 189 rules = layoutParams.getRules(View.LAYOUT_DIRECTION_RTL);
209 rules = layoutParams.getRules(View.LAYOUT_DIRECTION_RTL);
227 rules = layoutParams.getRules(View.LAYOUT_DIRECTION_RTL);
244 rules = layoutParams.getRules(View.LAYOUT_DIRECTION_RTL);
261 rules = layoutParams.getRules(View.LAYOUT_DIRECTION_RTL);
276 rules = layoutParams.getRules(View.LAYOUT_DIRECTION_RTL);
291 rules = layoutParams.getRules(View.LAYOUT_DIRECTION_RTL);
311 rules = layoutParams.getRules(View.LAYOUT_DIRECTION_RTL);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
LocalizationUtils.java 71 == View.LAYOUT_DIRECTION_RTL;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
ViewCompatUtils.java 24 // Note that View.LAYOUT_DIRECTION_LTR and View.LAYOUT_DIRECTION_RTL have been introduced in
28 public static final int LAYOUT_DIRECTION_RTL = (Integer)CompatUtils.getFieldValue(null, 0x1,
29 CompatUtils.getField(View.class, "LAYOUT_DIRECTION_RTL"));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStepIndicatorView.java 46 mXRatio = (layoutDirection == ViewCompatUtils.LAYOUT_DIRECTION_RTL) ? 1.0f - pos : pos;
SetupStartIndicatorView.java 105 if (layoutDirection == ViewCompatUtils.LAYOUT_DIRECTION_RTL) {
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 21 import static android.view.View.LAYOUT_DIRECTION_RTL;
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 314 assertEquals(View.LAYOUT_DIRECTION_RTL, config.getLayoutDirection());
319 assertEquals(View.LAYOUT_DIRECTION_RTL, config.getLayoutDirection());
324 assertEquals(View.LAYOUT_DIRECTION_RTL, config.getLayoutDirection());
341 assertEquals(View.LAYOUT_DIRECTION_RTL, config.getLayoutDirection());
345 assertEquals(View.LAYOUT_DIRECTION_RTL, config.getLayoutDirection());
349 assertEquals(View.LAYOUT_DIRECTION_RTL, config.getLayoutDirection());
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragmentCarousel.java 122 (mCurrentPage == 0 && getLayoutDirection() == View.LAYOUT_DIRECTION_RTL)) {
242 if (getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) {
  /cts/tests/tests/view/src/android/view/cts/
ViewGroup_MarginLayoutParamsTest.java 138 vg.setLayoutDirection(View.LAYOUT_DIRECTION_RTL);
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/android_webview/java/src/org/chromium/android_webview/
AwWebContentsDelegateAdapter.java 69 (reverse == (mContainerView.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL)) ?
  /frameworks/base/core/java/android/text/
TextDirectionHeuristics.java 257 return (dir == View.LAYOUT_DIRECTION_RTL);
BidiFormatter.java 447 return (TextUtils.getLayoutDirectionFromLocale(locale) == View.LAYOUT_DIRECTION_RTL);
    [all...]
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGridLayoutCodeRtl.java 53 layout.setLayoutDirection(View.LAYOUT_DIRECTION_RTL);
  /frameworks/support/v4/java/android/support/v4/text/
TextDirectionHeuristicsCompat.java 251 return (dir == ViewCompat.LAYOUT_DIRECTION_RTL);
BidiFormatter.java 437 return (TextUtilsCompat.getLayoutDirectionFromLocale(locale) == ViewCompat.LAYOUT_DIRECTION_RTL);
    [all...]
  /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);
  /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) {
  /external/chromium_org/base/android/java/src/org/chromium/base/
ApiCompatibilityUtils.java 30 return view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
Recents.java 128 if (layoutDirection == View.LAYOUT_DIRECTION_RTL) {
  /frameworks/support/v4/java/android/support/v4/app/
ActionBarDrawerToggle.java 428 mActivity.getWindow().getDecorView()) == ViewCompat.LAYOUT_DIRECTION_RTL;

Completed in 1454 milliseconds

1 2 3