Searched refs:NOOP (Results 1 – 7 of 7) sorted by relevance
55 public static final int NOOP = -1; field in FocusLogic97 int newIndex = NOOP; in handleKeyEvent()101 if (!isRtl && newIndex == NOOP && pageIndex > 0) { in handleKeyEvent()103 } else if (isRtl && newIndex == NOOP && pageIndex < pageCount - 1) { in handleKeyEvent()109 if (!isRtl && newIndex == NOOP && pageIndex < pageCount - 1) { in handleKeyEvent()111 } else if (isRtl && newIndex == NOOP && pageIndex > 0) { in handleKeyEvent()331 int newIconIndex = NOOP; in handleDpadHorizontal()351 if ((newIconIndex = inspectMatrix(x, yPos, cntX, cntY, matrix)) != NOOP in handleDpadHorizontal()377 if (newIconIndex != NOOP) { in handleDpadHorizontal()382 if (newIconIndex != NOOP) { in handleDpadHorizontal()[all …]
25 private static final Updatable NOOP = new Updatable() { field in Updatables36 return NOOP; in getNoOp()
427 connection.executeSimpleCommand(ImapConstants.NOOP); in updateFolders()559 connection.executeSimpleCommand(ImapConstants.NOOP); in getConnection()
109 mConnection.executeSimpleCommand(ImapConstants.NOOP); in open()
118 if (newIconIndex == FocusLogic.NOOP) { in onKey()380 case FocusLogic.NOOP: in handleIconKeyEvent()
69 public static final String NOOP = "NOOP"; field in ImapConstants
68 public static final String NOOP = "NOOP"; field in ImapConstants