Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DTileLayoutTest.java59 private int mLayoutSizeForOneTile; field in TileLayoutTest
74 mLayoutSizeForOneTile = in setUp()
140 mTileLayout.measure(mLayoutSizeForOneTile, mLayoutSizeForOneTile); in testMeasureLayout_CallsLayoutOnTile()
141 mTileLayout.layout(0, 0, mLayoutSizeForOneTile, mLayoutSizeForOneTile); in testMeasureLayout_CallsLayoutOnTile()
151 mTileLayout.measure(mLayoutSizeForOneTile * 2, mLayoutSizeForOneTile * 2); in testMeasureLayout_CallsLayoutOnTilesWithNeighboredBounds()
152 mTileLayout.layout(0, 0, mLayoutSizeForOneTile * 2, mLayoutSizeForOneTile * 2); in testMeasureLayout_CallsLayoutOnTilesWithNeighboredBounds()
188 mTileLayout.measure(mLayoutSizeForOneTile, mLayoutSizeForOneTile);
217 mTileLayout.measure(mLayoutSizeForOneTile * 2, mLayoutSizeForOneTile * 2);
218 mTileLayout.layout(0, 0, mLayoutSizeForOneTile * 2, mLayoutSizeForOneTile * 2);