Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DStaggeredGridLayoutManagerTest.java882 Rect layoutBounds = getDecoratedRecyclerViewBounds(); in scrollToPositionWithOffsetTest() local
929 + layoutBounds + " with offset " + offset); in scrollToPositionWithOffsetTest()
993 Rect layoutBounds = getDecoratedRecyclerViewBounds(); in scrollToPositionTest() local
997 if (layoutBounds.contains(bounds)) { in scrollToPositionTest()
1007 + " " + bounds + " inside " + layoutBounds); in scrollToPositionTest()
1027 + layoutBounds in scrollToPositionTest()
1043 + layoutBounds); in scrollToPositionTest()
1047 + " visible. " + bounds + " not inside " + layoutBounds, in scrollToPositionTest()
1048 layoutBounds.contains(bounds) in scrollToPositionTest()
1070 + layoutBounds); in scrollToPositionTest()
[all …]
DLinearLayoutManagerTest.java154 Rect layoutBounds = getDecoratedRecyclerViewBounds(); in scrollToPositionWithOffsetTest() local
210 + layoutBounds + " with offset " + offset); in scrollToPositionWithOffsetTest()
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java1241 Rect pad, Rect layoutBounds, String srcName) { in drawableFromBitmap() argument
1244 return new NinePatchDrawable(res, bm, np, pad, layoutBounds, srcName); in drawableFromBitmap()