Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java64 private boolean mLastDownOnOccupiedCell = false; field in CellLayout
193 mLastDownOnOccupiedCell = found; in onInterceptTouchEvent()
1096 return mLastDownOnOccupiedCell; in lastDownOnOccupiedCell()