Searched defs:getLayoutDirection (Results 1 - 11 of 11) sorted by relevance

/frameworks/support/v4/jellybean-mr1/android/support/v4/view/
H A DMarginLayoutParamsCompatJellybeanMr1.java43 public static int getLayoutDirection(ViewGroup.MarginLayoutParams lp) { method in class:MarginLayoutParamsCompatJellybeanMr1
44 return lp.getLayoutDirection();
H A DViewCompatJellybeanMr1.java39 public static int getLayoutDirection(View view) { method in class:ViewCompatJellybeanMr1
40 return view.getLayoutDirection();
/frameworks/support/v4/java/android/support/v4/view/
H A DMarginLayoutParamsCompat.java34 int getLayoutDirection(ViewGroup.MarginLayoutParams lp); method in interface:MarginLayoutParamsCompat.MarginLayoutParamsCompatImpl
67 public int getLayoutDirection(ViewGroup.MarginLayoutParams lp) { method in class:MarginLayoutParamsCompat.MarginLayoutParamsCompatImplBase
110 public int getLayoutDirection(ViewGroup.MarginLayoutParams lp) { method in class:MarginLayoutParamsCompat.MarginLayoutParamsCompatImplJbMr1
111 return MarginLayoutParamsCompatJellybeanMr1.getLayoutDirection(lp);
210 public static int getLayoutDirection(ViewGroup.MarginLayoutParams lp) { method in class:MarginLayoutParamsCompat
211 return IMPL.getLayoutDirection(lp);
H A DViewCompat.java282 public int getLayoutDirection(View view); method in interface:ViewCompat.ViewCompatImpl
428 public int getLayoutDirection(View view) { method in class:ViewCompat.BaseViewCompatImpl
1060 public int getLayoutDirection(View view) { method in class:ViewCompat.JbMr1ViewCompatImpl
1061 return ViewCompatJellybeanMr1.getLayoutDirection(view);
1670 public static int getLayoutDirection(View view) { method in class:ViewCompat
1671 return IMPL.getLayoutDirection(view);
/frameworks/base/core/java/android/view/
H A DViewParent.java345 * Return this view parent layout direction. See {@link View#getLayoutDirection()}
350 public int getLayoutDirection(); method in interface:ViewParent
H A DViewGroup.java6867 public int getLayoutDirection() { method in class:ViewGroup.MarginLayoutParams
7239 mLayoutDirection = root.getLayoutDirection();
H A DViewRootImpl.java1290 host.setLayoutDirection(mLastConfiguration.getLayoutDirection());
2959 final int lastLayoutDirection = mLastConfiguration.getLayoutDirection();
2960 final int currentLayoutDirection = config.getLayoutDirection();
6178 public int getLayoutDirection() { method in class:ViewRootImpl
H A DView.java4549 final int layoutDirection = getLayoutDirection();
6875 public int getLayoutDirection() { method in class:View
6895 return (getLayoutDirection() == LAYOUT_DIRECTION_RTL);
11376 mLayoutParams.resolveLayoutDirection(getLayoutDirection());
12998 onRtlPropertiesChanged(getLayoutDirection());
13100 if (mParent.getLayoutDirection() == LAYOUT_DIRECTION_RTL) {
13193 final int resolvedLayoutDirection = getLayoutDirection();
15826 getLayoutDirection() : getRawLayoutDirection();
16159 background.setLayoutDirection(getLayoutDirection());
16162 switch (background.getLayoutDirection()) {
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java412 public int getLayoutDirection() { method in class:Drawable
426 if (getLayoutDirection() != layoutDirection) {
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java1305 public int getLayoutDirection() { method in class:Configuration
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java4732 public int getLayoutDirection() { method in class:RecyclerView.LayoutManager
4733 return ViewCompat.getLayoutDirection(mRecyclerView);
5762 if (ViewCompat.getLayoutDirection(parent) == ViewCompat.LAYOUT_DIRECTION_RTL) {

Completed in 3166 milliseconds