Searched refs:layoutBounds (Results 1 – 3 of 3) sorted by relevance
882 Rect layoutBounds = getDecoratedRecyclerViewBounds(); in scrollToPositionWithOffsetTest() local929 + layoutBounds + " with offset " + offset); in scrollToPositionWithOffsetTest()993 Rect layoutBounds = getDecoratedRecyclerViewBounds(); in scrollToPositionTest() local997 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 …]
154 Rect layoutBounds = getDecoratedRecyclerViewBounds(); in scrollToPositionWithOffsetTest() local210 + layoutBounds + " with offset " + offset); in scrollToPositionWithOffsetTest()
1241 Rect pad, Rect layoutBounds, String srcName) { in drawableFromBitmap() argument1244 return new NinePatchDrawable(res, bm, np, pad, layoutBounds, srcName); in drawableFromBitmap()