Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java444 int roundRegion = ROUND_NOTHING; in getRoundRegions() local
449 roundRegion = ROUND_BOTTOM_LEFT; in getRoundRegions()
452 roundRegion = ROUND_BOTTOM_RIGHT; in getRoundRegions()
456 roundRegion |= ROUND_BOTTOM_RIGHT; in getRoundRegions()
459 return roundRegion; in getRoundRegions()