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

1 2 3 4 5 6

  /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);
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
LinearLayoutManagerActivity.java 77 ViewCompat.LAYOUT_DIRECTION_RTL;
83 ViewCompat.LAYOUT_DIRECTION_RTL : ViewCompat.LAYOUT_DIRECTION_LTR);
GridLayoutManagerActivity.java 80 ViewCompat.LAYOUT_DIRECTION_RTL;
86 ViewCompat.LAYOUT_DIRECTION_RTL : ViewCompat.LAYOUT_DIRECTION_LTR);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
LocalizationUtils.java 69 View.LAYOUT_DIRECTION_RTL);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ViewUtils.java 53 return ViewCompat.getLayoutDirection(view) == ViewCompat.LAYOUT_DIRECTION_RTL;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
ViewUtil.java 56 return view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStepIndicatorView.java 46 mXRatio = (layoutDirection == ViewCompat.LAYOUT_DIRECTION_RTL) ? 1.0f - pos : pos;
SetupStartIndicatorView.java 105 if (layoutDirection == ViewCompat.LAYOUT_DIRECTION_RTL) {
  /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());
  /frameworks/base/core/java/android/transition/
SidePropagation.java 126 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
129 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
Slide.java 82 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
110 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
HorizontalHoverCardSwitcher.java 51 boolean isRtl = ViewCompat.getLayoutDirection(view) == View.LAYOUT_DIRECTION_RTL;
ActionPresenterSelector.java 99 if (vh.mLayoutDirection == View.LAYOUT_DIRECTION_RTL) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabStrip.java 99 return getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
  /packages/apps/PhoneCommon/src/com/android/phone/common/util/
ViewUtil.java 59 return view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
ViewUtils.java 41 return ViewCompat.getLayoutDirection(view) == ViewCompat.LAYOUT_DIRECTION_RTL;
  /external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/
AutofillPopup.java 98 isRtl ? View.LAYOUT_DIRECTION_RTL : View.LAYOUT_DIRECTION_LTR);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DismissViewButton.java 76 boolean isRtl = (getLayoutDirection() == View.LAYOUT_DIRECTION_RTL);
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorPadLayout.java 65 final boolean isRTL = getLayoutDirection() == LAYOUT_DIRECTION_RTL;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
FloatingActionButtonController.java 193 return mFloatingActionButtonContainer.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
  /cts/tests/tests/view/src/android/view/cts/
ViewGroup_MarginLayoutParamsTest.java 138 vg.setLayoutDirection(View.LAYOUT_DIRECTION_RTL);
  /frameworks/base/core/java/android/text/
TextDirectionHeuristics.java 257 return (dir == View.LAYOUT_DIRECTION_RTL);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
SignalTileView.java 87 boolean isRtl = getLayoutDirection() == LAYOUT_DIRECTION_RTL;
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGridLayoutCodeRtl.java 67 layout.setLayoutDirection(View.LAYOUT_DIRECTION_RTL);

Completed in 405 milliseconds

1 2 3 4 5 6