Searched refs:ROUND_BOTTOM_RIGHT (Results 1 – 4 of 4) sorted by relevance
29 public static final int ROUND_BOTTOM_RIGHT = 1 << 4; field in SectionDecorationInfo43 isFlagEnabled(roundRegions, ROUND_BOTTOM_RIGHT)); in SectionDecorationInfo()48 isFlagEnabled(roundRegions, ROUND_BOTTOM_RIGHT); in SectionDecorationInfo()
19 import static com.android.launcher3.allapps.SectionDecorationInfo.ROUND_BOTTOM_RIGHT;452 roundRegion = ROUND_BOTTOM_RIGHT; in getRoundRegions()456 roundRegion |= ROUND_BOTTOM_RIGHT; in getRoundRegions()
21 import static com.android.launcher3.allapps.SectionDecorationInfo.ROUND_BOTTOM_RIGHT;307 roundRegions |= (ROUND_BOTTOM_LEFT | ROUND_BOTTOM_RIGHT); in onBindViewHolder()
24 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()