HomeSort by relevance Sort by last modified time
    Searched defs:actionsMap (Results 1 - 2 of 2) sorted by null

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 147 private ActionMap actionsMap;
201 actionsMap = new ActionMap();
202 actionsMap.put(ExitAction.ACTION_NAME, new ExitAction(this));
203 actionsMap.put(ShowDevicesAction.ACTION_NAME, new ShowDevicesAction(this));
204 actionsMap.put(LoadGraphAction.ACTION_NAME, new LoadGraphAction(this));
205 actionsMap.put(SaveSceneAction.ACTION_NAME, new SaveSceneAction(this));
206 actionsMap.put(StartServerAction.ACTION_NAME, new StartServerAction(this));
207 actionsMap.put(StopServerAction.ACTION_NAME, new StopServerAction(this));
208 actionsMap.put(InvalidateAction.ACTION_NAME, new InvalidateAction(this));
209 actionsMap.put(RequestLayoutAction.ACTION_NAME, new RequestLayoutAction(this))
    [all...]
  /prebuilts/devtools/tools/lib/
draw9patch.jar 

Completed in 205 milliseconds