Searched refs:layoutBounds (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | StaggeredGridLayoutManagerBaseConfigSetTest.java | 488 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 …]
|
D | LinearLayoutManagerBaseConfigSetTest.java | 81 Rect layoutBounds = getDecoratedRecyclerViewBounds(); in scrollToPositionWithOffsetTest() local 137 + layoutBounds + " with offset " + offset); in scrollToPositionWithOffsetTest()
|
D | BaseLinearLayoutManagerTest.java | 513 Rect layoutBounds = new Rect(0, 0, in collectChildCoordinates() 521 if (new Rect(childBounds).intersect(layoutBounds)) { in collectChildCoordinates()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | Drawable.java | 1393 Rect pad, Rect layoutBounds, String srcName) { in drawableFromBitmap() argument 1396 return new NinePatchDrawable(res, bm, np, pad, layoutBounds, srcName); in drawableFromBitmap()
|