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

1 2

  /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);
  /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());
  /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;
  /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...]
TextUtils.java     [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);
DragController.java 534 final boolean isRtl = (dragLayer.getLayoutDirection() == View.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) {
View.java     [all...]
ViewGroup.java     [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewCompat.java 123 public static final int LAYOUT_DIRECTION_RTL = 1;
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 414 View.LAYOUT_DIRECTION_RTL;
  /frameworks/base/core/java/android/widget/
FastScroller.java 225 case View.LAYOUT_DIRECTION_RTL:
425 case View.LAYOUT_DIRECTION_RTL:
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java 863 case View.LAYOUT_DIRECTION_RTL:

Completed in 430 milliseconds

1 2