Home
last modified time | relevance | path

Searched refs:customPosition (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java365 public boolean customPosition = false; field in DragLayer.LayoutParams
415 if (lp.customPosition) { in onLayout()
446 lp.customPosition = true; in addResizeFrame()
DDragView.java255 lp.customPosition = true; in show()
DFolder.java862 lp.customPosition = true; in setupContentForNumItems()
DAppsCustomizePagedView.java627 lp.customPosition = true; in preloadWidget()
DLauncher.java2310 lp.customPosition = true; in copyFolderIconToImage()
/packages/apps/Launcher3/src/com/android/launcher3/
DDragLayer.java460 public boolean customPosition = false; field in DragLayer.LayoutParams
515 if (lp.customPosition) { in onLayout()
546 lp.customPosition = true; in addResizeFrame()
DDragView.java318 lp.customPosition = true; in show()
DFolder.java392 lp.customPosition = true; in bind()
DLauncher.java3057 lp.customPosition = true; in copyFolderIconToImage()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetHostViewLoader.java136 lp.customPosition = true; in preloadWidget()