Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DStaggeredGridLayoutManagerBaseConfigSetTest.java488 Rect layoutBounds = getDecoratedRecyclerViewBounds(); in scrollToPositionWithOffsetTest() local
535 + layoutBounds + " with offset " + offset); in scrollToPositionWithOffsetTest()
562 Rect layoutBounds = getDecoratedRecyclerViewBounds(); in scrollToPositionTest() local
566 if (layoutBounds.contains(bounds)) { in scrollToPositionTest()
576 + " " + bounds + " inside " + layoutBounds); in scrollToPositionTest()
596 + layoutBounds in scrollToPositionTest()
612 + layoutBounds); in scrollToPositionTest()
616 + " visible. " + bounds + " not inside " + layoutBounds, in scrollToPositionTest()
617 layoutBounds.contains(bounds) in scrollToPositionTest()
641 + layoutBounds); in scrollToPositionTest()
[all …]
DLinearLayoutManagerBaseConfigSetTest.java81 Rect layoutBounds = getDecoratedRecyclerViewBounds(); in scrollToPositionWithOffsetTest() local
137 + layoutBounds + " with offset " + offset); in scrollToPositionWithOffsetTest()
DBaseLinearLayoutManagerTest.java513 Rect layoutBounds = new Rect(0, 0, in collectChildCoordinates()
521 if (new Rect(childBounds).intersect(layoutBounds)) { in collectChildCoordinates()
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java1393 Rect pad, Rect layoutBounds, String srcName) { in drawableFromBitmap() argument
1396 return new NinePatchDrawable(res, bm, np, pad, layoutBounds, srcName); in drawableFromBitmap()