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.java284 public int getLayoutDirection(View view); method in interface:ViewCompat.ViewCompatImpl
436 public int getLayoutDirection(View view) { method in class:ViewCompat.BaseViewCompatImpl
1100 public int getLayoutDirection(View view) { method in class:ViewCompat.JbMr1ViewCompatImpl
1101 return ViewCompatJellybeanMr1.getLayoutDirection(view);
1715 public static int getLayoutDirection(View view) { method in class:ViewCompat
1716 return IMPL.getLayoutDirection(view);
/frameworks/base/core/java/android/view/
H A DViewParent.java346 * Return this view parent layout direction. See {@link View#getLayoutDirection()}
351 public int getLayoutDirection(); method in interface:ViewParent
H A DViewGroup.java6918 public int getLayoutDirection() { method in class:ViewGroup.MarginLayoutParams
7290 mLayoutDirection = root.getLayoutDirection();
H A DViewRootImpl.java1297 host.setLayoutDirection(mLastConfiguration.getLayoutDirection());
3048 final int lastLayoutDirection = mLastConfiguration.getLayoutDirection();
3049 final int currentLayoutDirection = config.getLayoutDirection();
6288 public int getLayoutDirection() { method in class:ViewRootImpl
H A DView.java4562 final int layoutDirection = getLayoutDirection();
6905 public int getLayoutDirection() { method in class:View
6925 return (getLayoutDirection() == LAYOUT_DIRECTION_RTL);
11487 mLayoutParams.resolveLayoutDirection(getLayoutDirection());
13109 onRtlPropertiesChanged(getLayoutDirection());
13211 if (mParent.getLayoutDirection() == LAYOUT_DIRECTION_RTL) {
13304 final int resolvedLayoutDirection = getLayoutDirection();
15908 getLayoutDirection() : getRawLayoutDirection();
16260 background.setLayoutDirection(getLayoutDirection());
16263 switch (background.getLayoutDirection()) {
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java413 public int getLayoutDirection() { method in class:Drawable
427 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.java5145 public int getLayoutDirection() { method in class:RecyclerView.LayoutManager
5146 return ViewCompat.getLayoutDirection(mRecyclerView);
6173 if (ViewCompat.getLayoutDirection(parent) == ViewCompat.LAYOUT_DIRECTION_RTL) {

Completed in 1208 milliseconds