Searched refs:LAYOUT_DIRECTION_RTL (Results 1 - 25 of 94) sorted by relevance

1234

/frameworks/support/v4/tests/java/android/support/v4/view/
H A DGravityCompatTest.java50 GravityCompat.getAbsoluteGravity(Gravity.LEFT, ViewCompat.LAYOUT_DIRECTION_RTL),
53 GravityCompat.getAbsoluteGravity(Gravity.RIGHT, ViewCompat.LAYOUT_DIRECTION_RTL),
69 ViewCompat.LAYOUT_DIRECTION_RTL),
73 ViewCompat.LAYOUT_DIRECTION_RTL),
79 ViewCompat.LAYOUT_DIRECTION_RTL),
83 ViewCompat.LAYOUT_DIRECTION_RTL),
195 new Rect(0, 0, 200, 100), outRect, ViewCompat.LAYOUT_DIRECTION_RTL);
201 new Rect(0, 0, 200, 100), outRect, ViewCompat.LAYOUT_DIRECTION_RTL);
207 new Rect(0, 0, 200, 100), outRect, ViewCompat.LAYOUT_DIRECTION_RTL);
213 new Rect(0, 0, 200, 100), outRect, ViewCompat.LAYOUT_DIRECTION_RTL);
[all...]
H A DViewCompatTest.java35 assertEquals("RTL constants", View.LAYOUT_DIRECTION_RTL, ViewCompat.LAYOUT_DIRECTION_RTL);
H A DMarginLayoutParamsCompatTest.java38 MarginLayoutParamsCompat.setLayoutDirection(mlp, ViewCompat.LAYOUT_DIRECTION_RTL);
40 assertEquals("RTL layout direction", ViewCompat.LAYOUT_DIRECTION_RTL,
73 MarginLayoutParamsCompat.setLayoutDirection(mlp, ViewCompat.LAYOUT_DIRECTION_RTL);
115 MarginLayoutParamsCompat.setLayoutDirection(mlp, ViewCompat.LAYOUT_DIRECTION_RTL);
156 MarginLayoutParamsCompat.resolveLayoutDirection(mlp, ViewCompat.LAYOUT_DIRECTION_RTL);
171 MarginLayoutParamsCompat.resolveLayoutDirection(mlp, ViewCompat.LAYOUT_DIRECTION_RTL);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DDrawableLayoutDirectionHelper.java37 && view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
52 isRtl = layoutDirection == View.LAYOUT_DIRECTION_RTL;
66 layoutDirection == View.LAYOUT_DIRECTION_RTL);
/frameworks/support/v4/jellybean-mr1/android/support/v4/widget/
H A DTextViewCompatJbMr1.java30 boolean rtl = textView.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
37 boolean rtl = textView.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
44 boolean rtl = textView.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DThemePreviewNavigationBar.java46 View.LAYOUT_DIRECTION_RTL,
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DWrappedRecyclerView.java59 return Boolean.TRUE.equals(mFakeRTL) ? ViewCompat.LAYOUT_DIRECTION_RTL
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DReverseLinearLayout.java43 .getLayoutDirection() == LAYOUT_DIRECTION_RTL;
78 .getLayoutDirection() == LAYOUT_DIRECTION_RTL;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DViewUtils.java53 return ViewCompat.getLayoutDirection(view) == ViewCompat.LAYOUT_DIRECTION_RTL;
/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java545 assertEquals(View.LAYOUT_DIRECTION_RTL,
547 assertEquals(View.LAYOUT_DIRECTION_RTL,
549 assertEquals(View.LAYOUT_DIRECTION_RTL,
551 assertEquals(View.LAYOUT_DIRECTION_RTL,
553 assertEquals(View.LAYOUT_DIRECTION_RTL,
555 assertEquals(View.LAYOUT_DIRECTION_RTL,
557 assertEquals(View.LAYOUT_DIRECTION_RTL,
559 assertEquals(View.LAYOUT_DIRECTION_RTL,
561 assertEquals(View.LAYOUT_DIRECTION_RTL,
563 assertEquals(View.LAYOUT_DIRECTION_RTL,
[all...]
/frameworks/support/v4/tests/java/android/support/v4/widget/
H A DTextViewCompatTest.java173 onView(withId(R.id.text_view)).perform(setLayoutDirection(ViewCompat.LAYOUT_DIRECTION_RTL));
187 if (ViewCompat.getLayoutDirection(mTextView) != ViewCompat.LAYOUT_DIRECTION_RTL) {
254 onView(withId(R.id.text_view)).perform(setLayoutDirection(ViewCompat.LAYOUT_DIRECTION_RTL));
265 if (ViewCompat.getLayoutDirection(mTextView) != ViewCompat.LAYOUT_DIRECTION_RTL) {
342 onView(withId(R.id.text_view)).perform(setLayoutDirection(ViewCompat.LAYOUT_DIRECTION_RTL));
350 if (ViewCompat.getLayoutDirection(mTextView) != ViewCompat.LAYOUT_DIRECTION_RTL) {
/frameworks/base/core/java/android/transition/
H A DSidePropagation.java125 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
128 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
H A DSlide.java92 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
120 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DDrawableLayoutDirectionHelperTest.java60 View.LAYOUT_DIRECTION_RTL);
128 return View.LAYOUT_DIRECTION_RTL;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DHorizontalHoverCardSwitcher.java51 boolean isRtl = ViewCompat.getLayoutDirection(view) == View.LAYOUT_DIRECTION_RTL;
H A DTitleHelper.java49 View.LAYOUT_DIRECTION_RTL;
/frameworks/base/core/java/com/android/internal/widget/
H A DImageFloatingTextView.java85 if (getLayoutDirection() == LAYOUT_DIRECTION_RTL) {
/frameworks/support/design/tests/src/android/support/design/widget/
H A DAppBarWithToolbarTest.java112 onView(withId(R.id.app_bar)).perform(setLayoutDirection(ViewCompat.LAYOUT_DIRECTION_RTL));
H A DSnackbarTest.java189 onView(withId(R.id.col)).perform(setLayoutDirection(ViewCompat.LAYOUT_DIRECTION_RTL));
190 if (ViewCompat.getLayoutDirection(mCoordinatorLayout) == ViewCompat.LAYOUT_DIRECTION_RTL) {
/frameworks/support/design/src/android/support/design/widget/
H A DSwipeDismissBehavior.java274 == ViewCompat.LAYOUT_DIRECTION_RTL;
305 == ViewCompat.LAYOUT_DIRECTION_RTL;
/frameworks/support/percent/tests/java/android/support/percent/
H A DPercentFrameTest.java187 setLayoutDirection(ViewCompat.LAYOUT_DIRECTION_RTL));
229 setLayoutDirection(ViewCompat.LAYOUT_DIRECTION_RTL));
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DDrawerLayoutDoubleTest.java165 setLayoutDirection(ViewCompat.LAYOUT_DIRECTION_RTL));
228 setLayoutDirection(ViewCompat.LAYOUT_DIRECTION_RTL));
/frameworks/base/core/java/android/text/
H A DTextDirectionHeuristics.java297 return (dir == View.LAYOUT_DIRECTION_RTL);
/frameworks/base/core/java/android/widget/
H A DMenuPopupWindow.java107 if (config.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSignalTileView.java92 boolean isRtl = getLayoutDirection() == LAYOUT_DIRECTION_RTL;

Completed in 5552 milliseconds

1234