Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DOpenGLTest.java45 public ParamFrameDrawer(double unitCount) { in ParamFrameDrawer() argument
46 mUnitCount = unitCount; in ParamFrameDrawer()
H A DBaseTest.java80 public abstract void initUnits(double unitCount); in initUnits() argument
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlotView.java475 int unitCount = (minorLength + mSlotGap) / (minorUnitSize + mSlotGap); in initLayoutParameters() local
476 if (unitCount == 0) unitCount = 1; in initLayoutParameters()
477 mUnitCount = unitCount; in initLayoutParameters()