Home
last modified time | relevance | path

Searched refs:mBoundsInRoot (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/widget/
DExploreByTouchHelperActivity.java189 item.mBoundsInRoot = new RectF(item.mBounds); in layoutItem()
192 RectF bounds = item.mBoundsInRoot; in layoutItem()
193 item.mBoundsInRoot.set(parent.mBounds.left + bounds.left * parent.mBounds.width(), in layoutItem()
217 scaleRectF(item.mBoundsInRoot, bounds, width, height); in onDraw()
256 if (item.mBoundsInRoot.contains(scaledX, scaledY)) { in getItemIndexUnder()
348 width = (int) (width * item.mParent.mBoundsInRoot.width()); in onPopulateNodeForVirtualView()
349 height = (int) (height * item.mParent.mBoundsInRoot.height()); in onPopulateNodeForVirtualView()
393 private RectF mBoundsInRoot; field in ExploreByTouchHelperActivity.CustomView.CustomItem