Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DSectionDecorationInfo.java74 public boolean isBottomRound() { in isBottomRound() method in SectionDecorationInfo
DSectionDecorationHandler.java130 float radiusBottom = (decorationInfo == null || decorationInfo.isBottomRound()) ? in applyBackground()