Home
last modified time | relevance | path

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

/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestGridLayoutCodeRtl.java73 Spec row5 = spec(2, 3, FILL); // allow the last two rows to overlap the middle two in create() local
121 layout.addView(c, new GridLayout.LayoutParams(row5, col3)); in create()
DBiDiTestGridLayoutCodeLtr.java73 Spec row5 = spec(2, 3, FILL); // allow the last two rows to overlap the middle two in create() local
121 layout.addView(c, new GridLayout.LayoutParams(row5, col3)); in create()