Searched refs:mCtrlType (Results 1 – 1 of 1) sorted by relevance
121 private int mCtrlType = CTRL_NONE; field in TaskPositioner375 mCtrlType = CTRL_NONE; in startDrag()382 mCtrlType |= CTRL_LEFT; in startDrag()385 mCtrlType |= CTRL_RIGHT; in startDrag()388 mCtrlType |= CTRL_TOP; in startDrag()391 mCtrlType |= CTRL_BOTTOM; in startDrag()393 mResizing = mCtrlType != CTRL_NONE; in startDrag()419 if (mCtrlType != CTRL_NONE) { in notifyMoveLocked()470 if ((mCtrlType & CTRL_LEFT) != 0) { in resizeDrag()472 } else if ((mCtrlType & CTRL_RIGHT) != 0) { in resizeDrag()[all …]