Searched defs:customPosition (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java365 public boolean customPosition = false; field in class:DragLayer.LayoutParams
415 if (lp.customPosition) {
446 lp.customPosition = true;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragLayer.java393 public boolean customPosition = false; field in class:DragLayer.LayoutParams
443 if (lp.customPosition) {
474 lp.customPosition = true;

Completed in 11 milliseconds