Home
last modified time | relevance | path

Searched refs:getRight (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/support/v4/java/android/support/v4/view/
DPagerTabStrip.java246 } 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/
DListButtonsDiagonalAcrossItemsTest.java64 mLeftButton.getRight() in testPreconditions()
68 mCenterButton.getRight() in testPreconditions()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarContainer.java89 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()
DSlidingTab.java237 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/
DGallery.java492 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()
DHorizontalScrollView.java183 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 …]
DFastScroller.java605 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();
DTabWidget.java344 bounds.right = selectedChild.getRight(); in dispatchDraw()
DStackView.java780 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/
DRecentApplicationsBackground.java114 right = getRight(); in draw()
153 r.right = Math.max(r.right, v.getRight()); in getChildBounds()
/frameworks/base/core/java/android/view/
DDisplayList.java633 public abstract float getRight(); in getRight() method in DisplayList
DGLES20DisplayList.java400 public float getRight() { in getRight() method in GLES20DisplayList
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActionBarContainer.java293 mActionBarView.getRight(), mActionBarView.getBottom()); in onLayout()
298 mTabContainer.getRight(), mTabContainer.getBottom()); in onLayout()
DLinearLayoutICS.java151 right = child.getRight(); in drawSupportDividersHorizontal()
/frameworks/support/v4/java/android/support/v4/widget/
DViewDragHelper.java918 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()
DSlidingPaneLayout.java358 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/
DKeyButtonView.java195 getRight() + rx, in setGlowScale()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSearchPanelView.java186 final int r = v.getRight(); in pointInside()
DSwipeHelper.java173 new RectF(view.getLeft(), view.getTop(), view.getRight(), view.getBottom())); in invalidateGlobalRegion()
/frameworks/base/core/java/android/transition/
DChangeBounds.java87 view.getRight(), view.getBottom())); in captureValues()
/frameworks/base/libs/hwui/
DDisplayList.h380 float getRight() const { in getRight() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecentsHorizontalScrollView.java225 if (x >= item.getLeft() && x < item.getRight() in getChildAtPosition()
DRecentsVerticalScrollView.java234 && x >= item.getLeft() && x < item.getRight() in getChildAtPosition()
/frameworks/base/core/jni/
Dandroid_view_GLES20DisplayList.cpp234 return displayList->getRight(); in android_view_GLES20DisplayList_getRight()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DSlidingChallengeLayout.java773 && x < view.getRight() && y < view.getBottom(); in isPointInView()
1155 bottom - mChallengeView.getHeight(), mChallengeView.getRight(), bottom);

12