Searched refs:getAlphabeticModifiers (Results 1 – 5 of 5) sorted by relevance
65 assertEquals(KeyEvent.META_CTRL_ON, mMenuItem.getAlphabeticModifiers()); in testInflateFromXml()71 assertEquals(KeyEvent.META_CTRL_ON, mMenuItem.getAlphabeticModifiers()); in testInflateFromXml()77 assertEquals(KeyEvent.META_SHIFT_ON, mMenuItem.getAlphabeticModifiers()); in testInflateFromXml()84 mMenuItem.getAlphabeticModifiers()); in testInflateFromXml()
186 public int getAlphabeticModifiers() { in getAlphabeticModifiers() method in MenuItemWrapperICS187 return mWrappedObject.getAlphabeticModifiers(); in getAlphabeticModifiers()
94 public int getAlphabeticModifiers() { in getAlphabeticModifiers() method in ActionMenuItem
274 public int getAlphabeticModifiers() { in getAlphabeticModifiers() method in MenuItemImpl
902 qwerty ? item.getAlphabeticModifiers() : item.getNumericModifiers(); in findItemsWithShortcutForKey()