Searched refs:actionId (Results 1 – 4 of 4) sorted by relevance
34 info.actionId = 1; in testEditorInfo()61 assertEquals(info.actionId, targetInfo.actionId); in testEditorInfo()
86 int actionId = 2; in testDefaultMethods() local89 assertFalse(mConnection.performContextMenuAction(actionId)); in testDefaultMethods()
225 protected View createUserItem(ViewGroup parent, int actionId, int messageId, in createUserItem() argument231 button.setText(actionId); in createUserItem()232 button.setTag(actionId); in createUserItem()
5194 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { in onEditorAction() argument