Searched refs:getViewBounds (Results 1 – 13 of 13) sorted by relevance
223 mLayoutManager.getViewBounds(view).centerX()); in assertCenterAligned()226 mLayoutManager.getViewBounds(view).centerY()); in assertCenterAligned()233 mLayoutManager.getViewBounds(view).centerX()); in distFromCenter()236 mLayoutManager.getViewBounds(view).centerY()); in distFromCenter()
250 mLayoutManager.getViewBounds(view).centerX()); in assertCenterAligned()253 mLayoutManager.getViewBounds(view).centerY()); in assertCenterAligned()272 mLayoutManager.getViewBounds(view).centerX()); in distFromCenter()275 mLayoutManager.getViewBounds(view).centerY()); in distFromCenter()
254 mLayoutManager.getViewBounds(view).centerX()); in assertCenterAligned()257 mLayoutManager.getViewBounds(view).centerY()); in assertCenterAligned()264 - mLayoutManager.getViewBounds(view).centerX()); in distFromCenter()267 - mLayoutManager.getViewBounds(view).centerY()); in distFromCenter()
217 return Math.abs(mRecyclerView.getWidth() / 2 - mGlm.getViewBounds(view).centerX()); in distFromCenter()219 return Math.abs(mRecyclerView.getHeight() / 2 - mGlm.getViewBounds(view).centerY()); in distFromCenter()
534 final Rect bounds = mLayoutManager.getViewBounds(child); in scrollToPositionWithOffsetTest()567 Rect bounds = mLayoutManager.getViewBounds(view); in scrollToPositionTest()585 Rect newBounds = mLayoutManager.getViewBounds(view); in scrollToPositionTest()611 bounds = mLayoutManager.getViewBounds(view); in scrollToPositionTest()640 final Rect bounds = mLayoutManager.getViewBounds(child); in scrollToPositionTest()
288 mRvSize = getViewBounds(recyclerView); in Snapshot()289 mRvParentSize = getViewBounds((View) recyclerView.getParent()); in Snapshot()449 private Rect getViewBounds(View view) { in getViewBounds() method in BaseWrapContentTest.Snapshot
583 Rect getViewBounds(View view) { in getViewBounds() method613 Rect childBounds = getViewBounds(child); in collectChildCoordinates()
240 Rect getViewBounds(View view) { in getViewBounds() method
129 final Rect bounds = mLayoutManager.getViewBounds(child); in scrollToPositionWithOffsetTest()
669 Rect getViewBounds(View view) { in getViewBounds() method in BaseStaggeredGridLayoutManagerTest.WrappedLayoutManager762 items.put(vh.mBoundItem, getViewBounds(child)); in collectChildCoordinates()
74 viewOutlineAlpha = tv.getViewBounds().getAlpha(); in fillIn()195 v.getViewBounds().setClipBottom(0); in reset()
120 tv.getViewBounds().setAlpha(alpha);125 return tv.getViewBounds().getAlpha();216 AnimateableViewBounds getViewBounds() { in getViewBounds() method in TaskView336 getViewBounds().reset(); in resetViewProperties()
811 tv.getViewBounds().setClipBottom(clipBottom); in clipTaskViews()