Searched defs:RefreshWindowsAction (Results 1 - 2 of 2) sorted by relevance

/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/actions/
H A DRefreshWindowsAction.java28 public class RefreshWindowsAction extends Action implements ImageAction { class in inherits:Action,ImageAction
30 private static RefreshWindowsAction sAction;
34 private RefreshWindowsAction() { method in class:RefreshWindowsAction
43 public static RefreshWindowsAction getAction() {
45 sAction = new RefreshWindowsAction();
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
H A DRefreshWindowsAction.java25 public class RefreshWindowsAction extends BackgroundAction { class in inherits:BackgroundAction
29 public RefreshWindowsAction(Workspace workspace) { method in class:RefreshWindowsAction

Completed in 193 milliseconds