Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/folder/
DFolderTest.kt96 val folderInfo = in Undo a folder with 1 icon when onDropCompleted is called() constant
113 val folderInfo = in Do not undo a folder with 2 icons when onDropCompleted is called() constant
190 val folderInfo = in We should animate open if items greater than 1() constant
295 val folderInfo = in Verify that onDragStart has an effect if dragSource is this folder() constant
378 val folderInfo = in Ensure we set the title and hint correctly onBackKey when we have a new title() constant
400 val folderInfo = in Ensure we set the title and hint correctly onBackKey when we do not have a new title() constant
607 val folderInfo = in getItemCount should return the number of items in the folder() constant
710 val folderInfo = in getItemCount should return the size of info getContents size() constant
831 val folderInfo = in onRemove should call removeItem with the correct views() constant
851 val folderInfo = in onRemove should set mRearrangeOnClose to true and not call rearrangeChildren if animating() constant
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DFolderInfo.java224 FolderInfo folderInfo = new FolderInfo(); in makeShallowCopy() local
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java173 T activityContext, ViewGroup group, FolderInfo folderInfo) { in inflateFolderAndIcon()
190 @Nullable ViewGroup group, FolderInfo folderInfo) { in inflateIcon()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DLayoutImportExportHelper.kt119 (info as FolderInfo).let { folderInfo -> in <lambda>() method