Searched refs:hasBit (Results 1 – 1 of 1) sorted by relevance
48 return hasBit(e.getMetaState(), KeyEvent.META_CTRL_ON); in isCtrlKeyPressed()52 return hasBit(e.getMetaState(), KeyEvent.META_ALT_ON); in isAltKeyPressed()56 return hasBit(e.getMetaState(), KeyEvent.META_SHIFT_ON); in isShiftKeyPressed()59 private static boolean hasBit(int metaState, int bit) { in hasBit() method in Events