Home
last modified time | relevance | path

Searched refs:smallRectHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/tests/common/scenes/
DSaveLayer2Animation.cpp40 int smallRectHeight = (bounds.height() / regions); in createContent() local
41 int padding = smallRectHeight / 4; in createContent()
50 for (int i = 0; i < regions; i++, top += smallRectHeight) { in createContent()
60 top + smallRectHeight - padding, mBluePaint); in createContent()
63 top + smallRectHeight - padding); in createContent()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DSaveLayerInterleaveActivity.java61 int smallRectHeight = (bounds.height()/regions); in onCreate()
62 int padding = smallRectHeight / 4; in onCreate()
70 for (int i = 0; i < regions; i++, top += smallRectHeight) { in onCreate()
79 bounds.right,top + smallRectHeight - padding); in onCreate()
82 top + smallRectHeight - padding, mGreenPaint); in onCreate()