Searched refs:mCtrlType (Results 1 – 1 of 1) sorted by relevance
111 private int mCtrlType = CTRL_NONE; field in TaskPositioner342 mCtrlType = CTRL_NONE; in startDragLocked()364 mCtrlType |= CTRL_LEFT; in startDragLocked()367 mCtrlType |= CTRL_RIGHT; in startDragLocked()370 mCtrlType |= CTRL_TOP; in startDragLocked()373 mCtrlType |= CTRL_BOTTOM; in startDragLocked()392 if (mCtrlType != CTRL_NONE) { in notifyMoveLocked()400 if ((mCtrlType & CTRL_LEFT) != 0) { in notifyMoveLocked()403 if ((mCtrlType & CTRL_TOP) != 0) { in notifyMoveLocked()406 if ((mCtrlType & CTRL_RIGHT) != 0) { in notifyMoveLocked()[all …]