Searched refs:getLayoutDirection (Results 76 - 100 of 103) sorted by relevance

12345

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java1471 final int layoutDirection = ViewCompat.getLayoutDirection(this);
1540 final int layoutDirection = ViewCompat.getLayoutDirection(this);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java670 return ViewCompat.getLayoutDirection(this) == ViewCompat.LAYOUT_DIRECTION_RTL;
2765 boolean isLayoutRtl = ViewCompat.getLayoutDirection(view) ==
2772 boolean isLayoutRtl = ViewCompat.getLayoutDirection(view) ==
/frameworks/base/core/java/android/content/res/
H A DResources.java2531 cs = sPreloadedDrawables[mConfiguration.getLayoutDirection()].get(key);
2586 sPreloadedDrawables[mConfiguration.getLayoutDirection()].put(key, cs);
H A DConfiguration.java1332 public int getLayoutDirection() { method in class:Configuration
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java1563 final int layoutDirection = getLayoutDirection();
1642 final int layoutDirection = getLayoutDirection();
H A DTextView.java1953 switch(getLayoutDirection()) {
1968 switch(getLayoutDirection()) {
5690 final int layoutDirection = getLayoutDirection();
6547 alignment = (getLayoutDirection() == LAYOUT_DIRECTION_RTL) ?
6551 alignment = (getLayoutDirection() == LAYOUT_DIRECTION_RTL) ?
8432 final int layoutDirection = getLayoutDirection();
8467 final int layoutDirection = getLayoutDirection();
9605 final boolean defaultIsRtl = (getLayoutDirection() == LAYOUT_DIRECTION_RTL);
H A DImageView.java889 d.setLayoutDirection(getLayoutDirection());
H A DSpinner.java641 final int layoutDirection = getLayoutDirection();
H A DFastScroller.java550 textView.setLayoutDirection(mList.getLayoutDirection());
H A DGridView.java1530 final int layoutDirection = getLayoutDirection();
H A DNumberPicker.java621 selectionDivider.setLayoutDirection(getLayoutDirection());
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanel.java511 boolean isRtl = getLayoutDirection() == LAYOUT_DIRECTION_RTL;
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java360 boolean ltr = mCropView.getLayoutDirection() == View.LAYOUT_DIRECTION_LTR;
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java2834 mRecyclerView.getLayoutManager().getLayoutDirection());
2841 mRecyclerView.getLayoutManager().getLayoutDirection());
2860 public int getLayoutDirection() {
2882 if (ViewCompat.LAYOUT_DIRECTION_RTL == getLayoutDirection()) {
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1362 host.setLayoutDirection(mLastConfiguration.getLayoutDirection());
3138 final int lastLayoutDirection = mLastConfiguration.getLayoutDirection();
3139 final int currentLayoutDirection = config.getLayoutDirection();
6487 public int getLayoutDirection() { method in class:ViewRootImpl
H A DViewGroup.java7348 public int getLayoutDirection() { method in class:ViewGroup.MarginLayoutParams
7732 mLayoutDirection = root.getLayoutDirection();
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java998 return mContentContainer.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
H A DActionBarView.java1167 final int layoutDirection = getLayoutDirection();
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java1460 final boolean isRtl = ViewCompat.getLayoutDirection(this)
/frameworks/support/v4/java/android/support/v4/widget/
H A DSlidingPaneLayout.java1645 return ViewCompat.getLayoutDirection(this) == ViewCompat.LAYOUT_DIRECTION_RTL;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java6201 public int getLayoutDirection() { method in class:RecyclerView.LayoutManager
6202 return ViewCompat.getLayoutDirection(mRecyclerView);
7252 if (getLayoutDirection() == ViewCompat.LAYOUT_DIRECTION_RTL) {
H A DLinearLayoutManager.java923 return getLayoutDirection() == ViewCompat.LAYOUT_DIRECTION_RTL;
971 * {@link ViewCompat#getLayoutDirection(android.view.View)} and {@link #getStackFromEnd()}.
H A DStaggeredGridLayoutManager.java535 return getLayoutDirection() == ViewCompat.LAYOUT_DIRECTION_RTL;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java746 return isAutoMirrored() && getLayoutDirection() == LayoutDirection.RTL;
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java767 getLayoutDirection() == LAYOUT_DIRECTION_RTL;

Completed in 825 milliseconds

12345