Searched refs:iconName (Results 1 – 5 of 5) sorted by relevance
76 final String iconName = launchable.getObject().getText(); in dragToWorkspace() local95 (WorkspaceAppIcon) launcher.getWorkspace().getWorkspaceAppIcon(iconName); in dragToWorkspace()98 "The %s icon should be in the cell (%d, %d).", iconName, cellX, in dragToWorkspace()
41 static ExpectedActionKey newIconKey(final String iconName) { in newIconKey() argument42 final int iconId = KeyboardIconsSet.getIconId(iconName); in newIconKey()
247 final String iconName = getBeforeLabelEnd(keySpec, labelEnd) in getIconId() local249 return KeyboardIconsSet.getIconId(iconName); in getIconId()
787 final String iconName = a.getString(index); in isIconDefined() local788 final int iconId = KeyboardIconsSet.getIconId(iconName); in isIconDefined()
68 public ExpectedMoreKey(final String iconName) { in ExpectedMoreKey() argument70 mIconId = KeyboardIconsSet.getIconId(iconName); in ExpectedMoreKey()