Searched refs:getLayoutDirection (Results 1 - 25 of 157) sorted by relevance

1234567

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DMarginLayoutParamsCompat.java125 public static int getLayoutDirection(ViewGroup.MarginLayoutParams lp) { method in class:MarginLayoutParamsCompat
128 result = lp.getLayoutDirection();
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DThemePreviewNavigationBar.java45 ((BridgeContext) context).getConfiguration().getLayoutDirection() ==
/frameworks/support/compat/src/androidTest/java/androidx/core/view/
H A DMarginLayoutParamsCompatTest.java36 MarginLayoutParamsCompat.getLayoutDirection(mlp));
41 MarginLayoutParamsCompat.getLayoutDirection(mlp));
45 MarginLayoutParamsCompat.getLayoutDirection(mlp));
50 MarginLayoutParamsCompat.getLayoutDirection(mlp));
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DGuidedStepRootLayout.java55 if (getLayoutDirection() == ViewGroup.LAYOUT_DIRECTION_LTR
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DDrawableLayoutDirectionHelper.java39 && view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
54 context.getResources().getConfiguration().getLayoutDirection();
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DWrappedRecyclerView.java102 public int getLayoutDirection() { method in class:WrappedRecyclerView
104 return super.getLayoutDirection();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherScrim.java56 boolean isLtr = getLayoutDirection() == LayoutDirection.LTR;
102 boolean isLtr = getLayoutDirection() == LayoutDirection.LTR;
/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.java93 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
121 final boolean isRtl = sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DActionPresenterSelector.java98 return new ActionViewHolder(v, parent.getLayoutDirection());
115 return new ActionViewHolder(v, parent.getLayoutDirection());
H A DHorizontalHoverCardSwitcher.java51 boolean isRtl = ViewCompat.getLayoutDirection(view) == ViewCompat.LAYOUT_DIRECTION_RTL;
H A DNonOverlappingLinearLayout.java67 && getLayoutDirection() == LAYOUT_DIRECTION_RTL;
H A DTitleHelper.java49 final boolean isRtl = ViewCompat.getLayoutDirection(focused)
H A DItemAlignmentFacetHelper.java47 if (itemView.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) {
/frameworks/support/transition/src/main/java/androidx/transition/
H A DSidePropagation.java126 final boolean isRtl = ViewCompat.getLayoutDirection(sceneRoot)
130 final boolean isRtl = ViewCompat.getLayoutDirection(sceneRoot)
/frameworks/support/viewpager/src/androidTest/java/android/support/v4/testutils/
H A DTestUtilsMatchers.java119 final int parentLayoutDirection = ViewCompat.getLayoutDirection(parentGroup);
165 final int parentLayoutDirection = ViewCompat.getLayoutDirection(parentGroup);
/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java167 public int getLayoutDirection() {
168 return anchor.getLayoutDirection();
240 final int layoutDirection = anchor != null ? anchor.getLayoutDirection()
283 anchor.getLayoutDirection());
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DLinearLayoutManagerActivity.java81 return ViewCompat.getLayoutDirection(mRecyclerView) ==
H A DGridLayoutManagerActivity.java81 return ViewCompat.getLayoutDirection(mRecyclerView) ==
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DLinearLayoutManagerActivity.java81 return ViewCompat.getLayoutDirection(mRecyclerView) ==
H A DGridLayoutManagerActivity.java81 return ViewCompat.getLayoutDirection(mRecyclerView) ==
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DViewUtils.java58 return ViewCompat.getLayoutDirection(view) == ViewCompat.LAYOUT_DIRECTION_RTL;
/frameworks/base/core/java/android/view/
H A DViewParent.java435 * Return this view parent layout direction. See {@link View#getLayoutDirection()}
440 public int getLayoutDirection(); method in interface:ViewParent
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DPopupWindowCompat.java73 ViewCompat.getLayoutDirection(anchor)) & Gravity.HORIZONTAL_GRAVITY_MASK;
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DIllustration.java187 shouldMirrorDrawable(mBackground, getLayoutDirection())) {
198 shouldMirrorDrawable(mIllustration, getLayoutDirection())) {

Completed in 1707 milliseconds

1234567