Home
last modified time | relevance | path

Searched defs:shouldAnimateOpenResult (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/folder/
DFolderTest.kt180 val shouldAnimateOpenResult = folder.shouldAnimateOpen(null) in We should not animate open if items is null or less than or equal to 1() constant
194 val shouldAnimateOpenResult = folder.shouldAnimateOpen(folder.mInfo.getContents()) in We should animate open if items greater than 1() constant