HomeSort by relevance Sort by last modified time
    Searched full:menuaction (Results 1 - 6 of 6) sorted by null

  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
SdkUpdaterWindowImpl2.java 31 import com.android.sdkuilib.internal.repository.sdkman2.PackagesPage.MenuAction;
252 MenuAction.TOGGLE_SHOW_UPDATE_NEW_PKG.getMenuStyle());
254 MenuAction.TOGGLE_SHOW_UPDATE_NEW_PKG.getMenuTitle());
256 MenuAction.TOGGLE_SHOW_UPDATE_NEW_PKG, showUpdatesNew);
259 MenuAction.TOGGLE_SHOW_INSTALLED_PKG.getMenuStyle());
261 MenuAction.TOGGLE_SHOW_INSTALLED_PKG.getMenuTitle());
263 MenuAction.TOGGLE_SHOW_INSTALLED_PKG, showInstalled);
266 MenuAction.TOGGLE_SHOW_OBSOLETE_PKG.getMenuStyle());
268 MenuAction.TOGGLE_SHOW_OBSOLETE_PKG.getMenuTitle());
270 MenuAction.TOGGLE_SHOW_OBSOLETE_PKG, showObsoletePackages);
    [all...]
PackagesPage.java 105 enum MenuAction {
119 MenuAction(int menuStyle, String menuTitle) {
133 private final Map<MenuAction, MenuItem> mMenuActions = new HashMap<MenuAction, MenuItem>();
405 public void registerMenuAction(final MenuAction action, MenuItem item) {
483 for (Entry<MenuAction, MenuItem> entry : mMenuActions.entrySet()) {
484 MenuAction action = entry.getKey();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
EditTextRule.java 61 public void action(RuleAction menuAction, List<? extends INode> selectedNodes,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 266 private void addPlainAction(final RuleAction menuAction) {
269 URL iconUrl = menuAction.getIconUrl();
270 String title = menuAction.getTitle();
281 menuAction.getCallback().action(menuAction, getSelectedNodes(), menuAction.getId(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 158 RuleAction menuAction = contextMenu.get(2);
159 assertTrue(menuAction instanceof RuleAction.Choices);
160 RuleAction.Choices choices = (RuleAction.Choices) menuAction;
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 492 menu->addAction(subMenu->menuAction());
    [all...]

Completed in 790 milliseconds