Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/allapps/
DAlphabeticalAppsListTest.java25 import static com.android.launcher3.allapps.SectionDecorationInfo.ROUND_NOTHING;
242 assertEquals(ROUND_NOTHING, roundRegions); in getRoundRegions_whenIndexIsMiddleOfLastRow_roundNothing()
272 assertEquals(ROUND_NOTHING, roundRegions); in getRoundRegions_whenIndexIsInMiddleOfLastRow_roundNothing()
282 assertEquals(ROUND_NOTHING, roundRegions); in getRoundRegions_whenIndexIsInMiddleRow_roundNothing()
292 assertEquals(ROUND_NOTHING, roundRegions); in getRoundRegions_whenIndexIsInBeginningOfTopRow_roundNothing()
302 assertEquals(ROUND_NOTHING, roundRegions); in getRoundRegions_whenIndexIsInLastOfTopRow_roundNothing()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DSectionDecorationInfo.java25 public static final int ROUND_NOTHING = 0; field in SectionDecorationInfo
DBaseAllAppsAdapter.java22 import static com.android.launcher3.allapps.SectionDecorationInfo.ROUND_NOTHING;
317 ROUND_NOTHING, true /* decorateTogether */); in onBindViewHolder()
DAlphabeticalAppsList.java20 import static com.android.launcher3.allapps.SectionDecorationInfo.ROUND_NOTHING;
444 int roundRegion = ROUND_NOTHING; in getRoundRegions()
DPrivateProfileManager.java27 import static com.android.launcher3.allapps.SectionDecorationInfo.ROUND_NOTHING;
190 item.decorationInfo = new SectionDecorationInfo(context, ROUND_NOTHING, in addPrivateSpaceInstallAppButton()