/frameworks/support/v4/java/android/support/v4/view/ |
D | PagerTabStrip.java | 246 } else if (x > mCurrText.getRight() + mTabPadding) { in onTouchEvent() 262 final int right = mCurrText.getRight() + mTabPadding; in onDraw() 280 int right = mCurrText.getRight() + mTabPadding; in updateTextPositions() 289 right = mCurrText.getRight() + mTabPadding; in updateTextPositions()
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/focus/ |
D | ListButtonsDiagonalAcrossItemsTest.java | 64 mLeftButton.getRight() in testPreconditions() 68 mCenterButton.getRight() in testPreconditions()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarContainer.java | 89 mActionBarView.getRight(), mActionBarView.getBottom()); in setPrimaryBackground() 107 mTabContainer.getRight(), mTabContainer.getBottom()); in setStackedBackground() 311 mActionBarView.getRight(), mActionBarView.getBottom()); in onLayout() 316 mTabContainer.getRight(), mTabContainer.getBottom()); in onLayout()
|
D | SlidingTab.java | 237 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getRight() in hide() 299 : alignment_value - tab.getRight()) : 0; in reset() 643 int right = slider.tab.getRight();
|
/frameworks/base/core/java/android/widget/ |
D | Gallery.java | 492 if (child.getRight() >= galleryLeft) { in detachOffScreenChildren() 577 if (selView.getLeft() <= galleryCenter && selView.getRight() >= galleryCenter) { in setSelectionToCenterChild() 588 if (child.getLeft() <= galleryCenter && child.getRight() >= galleryCenter) { in setSelectionToCenterChild() 595 Math.abs(child.getRight() - galleryCenter)); in setSelectionToCenterChild() 778 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightRtl() 793 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightRtl() 811 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightLtr() 823 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightLtr()
|
D | HorizontalScrollView.java | 183 final int span = getChildAt(0).getRight() - mScrollX - rightEdge; in getRightFadingEdgeStrength() 396 || x >= child.getRight() - scrollX); in inChild() 855 && (preferredFocusable.getRight() > leftWithoutFadingEdge)) { in findFocusableViewInMyBounds() 896 int viewRight = view.getRight(); in findFocusableViewInBounds() 914 (!leftFocus && viewRight > focusCandidate.getRight()); in findFocusableViewInBounds() 966 if (mTempRect.left + width > view.getRight()) { in pageScroll() 967 mTempRect.left = view.getRight() - width; in pageScroll() 1004 mTempRect.right = view.getRight(); in fullScroll() 1079 int daRight = getChildAt(0).getRight(); in arrowScroll() 1195 int scrollRange = getChildAt(0).getRight(); in computeHorizontalScrollRange() [all …]
|
D | FastScroller.java | 605 maxWidth = containerWidth - adjacent.getRight(); in measureViewToSide() 621 left = (adjacent == null ? container.left : adjacent.getRight()) + marginLeft; in measureViewToSide() 1411 return x <= mThumbImage.getRight(); in isPointInsideX() 1507 return object.getRight();
|
D | TabWidget.java | 344 bounds.right = selectedChild.getRight(); in dispatchDraw()
|
D | StackView.java | 780 mTouchRect.set(v.getLeft(), v.getTop(), v.getRight(), v.getBottom()); 1347 int right = Math.max(mView.getRight() + horizontalOffsetDelta, mView.getRight());
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | RecentApplicationsBackground.java | 114 right = getRight(); in draw() 153 r.right = Math.max(r.right, v.getRight()); in getChildBounds()
|
/frameworks/base/core/java/android/view/ |
D | DisplayList.java | 633 public abstract float getRight(); in getRight() method in DisplayList
|
D | GLES20DisplayList.java | 400 public float getRight() { in getRight() method in GLES20DisplayList
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | ActionBarContainer.java | 293 mActionBarView.getRight(), mActionBarView.getBottom()); in onLayout() 298 mTabContainer.getRight(), mTabContainer.getBottom()); in onLayout()
|
D | LinearLayoutICS.java | 151 right = child.getRight(); in drawSupportDividersHorizontal()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | ViewDragHelper.java | 918 if (x + scrollX >= child.getLeft() && x + scrollX < child.getRight() && in canScroll() 1414 x < view.getRight() && in isViewUnder() 1431 if (x >= child.getLeft() && x < child.getRight() && in findTopChildUnder() 1444 if (x > mParentView.getRight() - mEdgeSize) result |= EDGE_RIGHT; in getEdgesTouched()
|
D | SlidingPaneLayout.java | 358 right = panel.getRight(); in updateObscuredViewsVisibility() 375 final int clampedChildRight = Math.min(rightBound, child.getRight()); in updateObscuredViewsVisibility() 1113 if (x + scrollX >= child.getLeft() && x + scrollX < child.getRight() && in canScroll() 1340 child.getRight(), child.getBottom()); in invalidateChildRegion()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyButtonView.java | 195 getRight() + rx, in setGlowScale()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SearchPanelView.java | 186 final int r = v.getRight(); in pointInside()
|
D | SwipeHelper.java | 173 new RectF(view.getLeft(), view.getTop(), view.getRight(), view.getBottom())); in invalidateGlobalRegion()
|
/frameworks/base/core/java/android/transition/ |
D | ChangeBounds.java | 87 view.getRight(), view.getBottom())); in captureValues()
|
/frameworks/base/libs/hwui/ |
D | DisplayList.h | 380 float getRight() const { in getRight() function
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
D | RecentsHorizontalScrollView.java | 225 if (x >= item.getLeft() && x < item.getRight() in getChildAtPosition()
|
D | RecentsVerticalScrollView.java | 234 && x >= item.getLeft() && x < item.getRight() in getChildAtPosition()
|
/frameworks/base/core/jni/ |
D | android_view_GLES20DisplayList.cpp | 234 return displayList->getRight(); in android_view_GLES20DisplayList_getRight()
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | SlidingChallengeLayout.java | 773 && x < view.getRight() && y < view.getBottom(); in isPointInView() 1155 bottom - mChallengeView.getHeight(), mChallengeView.getRight(), bottom);
|