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

  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/actions/
CapturePSDAction.java 28 public class CapturePSDAction extends TreeViewEnabledAction implements ImageAction {
30 private static CapturePSDAction sAction;
36 private CapturePSDAction(Shell shell) {
46 public static CapturePSDAction getAction(Shell shell) {
48 sAction = new CapturePSDAction(shell);
  /sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/
HierarchyViewerApplication.java 27 import com.android.hierarchyviewerlib.actions.CapturePSDAction;
385 new ActionButton(innerButtonPanel, CapturePSDAction.getAction(getShell()));
668 treeViewMenu.add(CapturePSDAction.getAction(getShell()));
    [all...]

Completed in 211 milliseconds