Searched refs:NOOP (Results 1 – 7 of 7) sorted by relevance
54 public static final int NOOP = -1; field in FocusLogic96 int newIndex = NOOP; in handleKeyEvent()100 if (!isRtl && newIndex == NOOP && pageIndex > 0) { in handleKeyEvent()102 } else if (isRtl && newIndex == NOOP && pageIndex < pageCount - 1) { in handleKeyEvent()108 if (!isRtl && newIndex == NOOP && pageIndex < pageCount - 1) { in handleKeyEvent()110 } else if (isRtl && newIndex == NOOP && pageIndex > 0) { in handleKeyEvent()306 int newIconIndex = NOOP; in handleDpadHorizontal()326 if ((newIconIndex = inspectMatrix(x, yPos, cntX, cntY, matrix)) != NOOP in handleDpadHorizontal()352 if (newIconIndex != NOOP) { in handleDpadHorizontal()357 if (newIconIndex != NOOP) { in handleDpadHorizontal()[all …]
25 private static final Updatable NOOP = new Updatable() { field in Updatables36 return NOOP; in getNoOp()
69 public static final String NOOP = "NOOP"; field in ImapConstants
121 if (newIconIndex == FocusLogic.NOOP) { in onKey()369 case FocusLogic.NOOP: in handleIconKeyEvent()
427 connection.executeSimpleCommand(ImapConstants.NOOP); in updateFolders()559 connection.executeSimpleCommand(ImapConstants.NOOP); in getConnection()
109 mConnection.executeSimpleCommand(ImapConstants.NOOP); in open()
68 public static final String NOOP = "NOOP"; field in ImapConstants