Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DStaggeredGridLayoutManagerBaseConfigSetTest.java488 Rect layoutBounds = getDecoratedRecyclerViewBounds(); in scrollToPositionWithOffsetTest() local
562 Rect layoutBounds = getDecoratedRecyclerViewBounds(); in scrollToPositionTest() local
DLinearLayoutManagerBaseConfigSetTest.java75 Rect layoutBounds = getDecoratedRecyclerViewBounds(); in scrollToPositionWithOffsetTest() local
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java1393 Rect pad, Rect layoutBounds, String srcName) { in drawableFromBitmap()