Searched refs:MODE_ACCEPT_DROP (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java162 public static final int MODE_ACCEPT_DROP = 4; field in class:CellLayout
2329 // If we're just testing for a possible location (MODE_ACCEPT_DROP), we don't bother
2361 if ((mode == MODE_ON_DROP || mode == MODE_ON_DROP_EXTERNAL || mode == MODE_ACCEPT_DROP)
2419 // If we're just testing for a possible location (MODE_ACCEPT_DROP), we don't bother
H A DWorkspace.java2421 null, mTargetCell, resultSpan, CellLayout.MODE_ACCEPT_DROP);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java147 public static final int MODE_ACCEPT_DROP = 3; field in class:CellLayout
2564 // If we're just testing for a possible location (MODE_ACCEPT_DROP), we don't bother
2596 if ((mode == MODE_ON_DROP || mode == MODE_ON_DROP_EXTERNAL || mode == MODE_ACCEPT_DROP)
2636 // If we're just testing for a possible location (MODE_ACCEPT_DROP), we don't bother
H A DWorkspace.java2021 null, mTargetCell, resultSpan, CellLayout.MODE_ACCEPT_DROP);

Completed in 128 milliseconds