Searched refs:isLayoutRtl (Results 26 - 50 of 52) sorted by relevance

123

/frameworks/base/core/java/android/widget/
H A DLinearLayout.java445 final boolean isLayoutRtl = isLayoutRtl();
452 if (isLayoutRtl) {
466 if (isLayoutRtl) {
473 if (isLayoutRtl) {
1668 final boolean isLayoutRtl = isLayoutRtl();
1712 if (isLayoutRtl) {
H A DHorizontalScrollView.java1538 mScrollX = isLayoutRtl()
1543 if (isLayoutRtl()) {
1723 ss.scrollOffsetFromStart = isLayoutRtl() ? -mScrollX : mScrollX;
H A DDayPickerView.java217 if (isLayoutRtl()) {
H A DGallery.java635 mIsRtl = isLayoutRtl();
1293 direction = isLayoutRtl() ? -direction : direction;
H A DSpinner.java1215 hOffset = isLayoutRtl() ? mTempRect.right : -mTempRect.left;
1240 if (isLayoutRtl()) {
H A DGridLayout.java677 boolean leading1 = (horizontal && isLayoutRtl()) ? !leading : leading;
893 if (isLayoutRtl()) {
1183 int cx = !isLayoutRtl() ? paddingLeft + leftMargin + dx :
2866 return (!view.isLayoutRtl() ? ltr : rtl).getGravityOffset(view, cellDelta);
2871 return (!view.isLayoutRtl() ? ltr : rtl).getAlignmentValue(view, viewSize, mode);
H A DSearchView.java1431 final boolean isLayoutRtl = isLayoutRtl();
1438 if (isLayoutRtl) {
H A DToolbar.java1352 return isLayoutRtl()
1367 return isLayoutRtl()
1578 if (isLayoutRtl()) {
H A DProgressBar.java1756 if (isLayoutRtl() && mMirrorForRtl) {
1786 if (isLayoutRtl() && mMirrorForRtl) {
H A DFastScroller.java479 position = mList.isLayoutRtl() ?
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFooterImpl.java163 int translate = isLayoutRtl() ? mDate.getWidth() : -mDate.getWidth();
208 final boolean isRtl = isLayoutRtl();
H A DPseudoGridView.java106 boolean isRtl = isLayoutRtl();
/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java573 if (isLayoutRtl()) {
1595 if (isLayoutRtl()) {
1655 if (isLayoutRtl()) {
2022 if (isLayoutRtl()) {
2086 if (isLayoutRtl()) {
2097 if (isLayoutRtl()) {
2142 if (isLayoutRtl()) {
2209 if (isLayoutRtl()) {
2319 if (isLayoutRtl()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java376 boolean isLayoutRtl = animView.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
383 && isLayoutRtl;
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DExploreByTouchHelper.java379 final boolean isLayoutRtl =
382 SPARSE_VALUES_ADAPTER, NODE_ADAPTER, focusedNode, direction, isLayoutRtl,
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatSpinner.java761 hOffset = ViewUtils.isLayoutRtl(AppCompatSpinner.this) ? mTempRect.right
785 if (ViewUtils.isLayoutRtl(AppCompatSpinner.this)) {
H A DSearchView.java1366 final boolean isLayoutRtl = ViewUtils.isLayoutRtl(this);
1373 if (isLayoutRtl) {
H A DToolbar.java1576 if (ViewUtils.isLayoutRtl(this)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java297 contractedHeader.isLayoutRtl()
301 contractedHeader.isLayoutRtl()
312 contractedHeader.isLayoutRtl()
316 contractedHeader.isLayoutRtl()
H A DNotificationShelf.java674 if (isLayoutRtl()) {
/frameworks/base/core/java/android/view/
H A DFocusFinder.java237 if (root.isLayoutRtl()) {
249 if (root.isLayoutRtl()) {
H A DViewGroup.java1226 FocusFinder.sort(children, 0, count, this, isLayoutRtl());
1276 FocusFinder.sort(visibleChildren, 0, count, this, isLayoutRtl());
8091 public boolean isLayoutRtl() { method in class:ViewGroup.MarginLayoutParams
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java387 if (isLayoutRtl()) {
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java2778 boolean isLayoutRtl = ViewCompat.getLayoutDirection(view) ==
2780 return (!isLayoutRtl ? ltr : rtl).getGravityOffset(view, cellDelta);
2785 boolean isLayoutRtl = ViewCompat.getLayoutDirection(view) ==
2787 return (!isLayoutRtl ? ltr : rtl).getAlignmentValue(view, viewSize, mode);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java959 left = isLayoutRtl()

Completed in 658 milliseconds

123