HomeSort by relevance Sort by last modified time
    Searched refs:CTRL_RIGHT (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
TaskPositioner.java 75 CTRL_RIGHT,
84 private static final int CTRL_RIGHT = 0x2;
367 mCtrlType |= CTRL_RIGHT;
406 if ((mCtrlType & CTRL_RIGHT) != 0) {
483 * screen, {@link #CTRL_RIGHT} if on the right side, or {@link #CTRL_NONE} if the dim layer
498 return CTRL_RIGHT;
508 } else if (mCurrentDimSide == CTRL_RIGHT) {
  /frameworks/native/include/input/
InputEventLabels.h 156 DEFINE_KEYCODE(CTRL_RIGHT),

Completed in 1719 milliseconds