Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DSectionDecorationInfo.java29 public static final int ROUND_BOTTOM_RIGHT = 1 << 4; field in SectionDecorationInfo
43 isFlagEnabled(roundRegions, ROUND_BOTTOM_RIGHT)); in SectionDecorationInfo()
48 isFlagEnabled(roundRegions, ROUND_BOTTOM_RIGHT); in SectionDecorationInfo()
DAlphabeticalAppsList.java19 import static com.android.launcher3.allapps.SectionDecorationInfo.ROUND_BOTTOM_RIGHT;
452 roundRegion = ROUND_BOTTOM_RIGHT; in getRoundRegions()
456 roundRegion |= ROUND_BOTTOM_RIGHT; in getRoundRegions()
DBaseAllAppsAdapter.java21 import static com.android.launcher3.allapps.SectionDecorationInfo.ROUND_BOTTOM_RIGHT;
307 roundRegions |= (ROUND_BOTTOM_LEFT | ROUND_BOTTOM_RIGHT); in onBindViewHolder()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/allapps/
DAlphabeticalAppsListTest.java24 import static com.android.launcher3.allapps.SectionDecorationInfo.ROUND_BOTTOM_RIGHT;
252 assertEquals(ROUND_BOTTOM_RIGHT, roundRegions); in getRoundRegions_whenIndexIsInEndOfLastRow_roundBottomRight()
311 assertEquals(ROUND_BOTTOM_RIGHT, roundRegions); in getRoundRegions_whenIndexIsInMiddleOfLastRowLastItem_roundBottomRight()
320 assertEquals(ROUND_BOTTOM_RIGHT | ROUND_BOTTOM_LEFT, roundRegions); in getRoundRegions_whenIndexIsInBeginningOfLastRowLastItem_roundBottomRight()