OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UiAutomatorModel
(Results
1 - 6
of
6
) sorted by null
/sdk/uiautomatorviewer/src/com/android/uiautomator/actions/
ToggleNafAction.java
19
import com.android.uiautomator.
UiAutomatorModel
;
29
setChecked(
UiAutomatorModel
.getModel().shouldShowNafNodes());
39
UiAutomatorModel
.getModel().toggleShowNaf();
40
setChecked(
UiAutomatorModel
.getModel().shouldShowNafNodes());
OpenFilesAction.java
20
import com.android.uiautomator.
UiAutomatorModel
;
44
UiAutomatorModel
.getModel().loadScreenshotAndXmlDump(
ScreenshotAction.java
19
import com.android.uiautomator.
UiAutomatorModel
;
92
UiAutomatorModel
.getModel().registerTempDirectory(tmpDir);
211
UiAutomatorModel
.getModel().loadScreenshotAndXmlDump(png, xml);
/sdk/uiautomatorviewer/src/com/android/uiautomator/
UiAutomatorModel.java
34
public class
UiAutomatorModel
{
36
private static
UiAutomatorModel
inst = null;
52
private
UiAutomatorModel
(UiAutomatorViewer view) {
57
public static
UiAutomatorModel
createInstance(UiAutomatorViewer view) {
61
inst = new
UiAutomatorModel
(view);
65
public static
UiAutomatorModel
getModel() {
UiAutomatorViewer.java
89
UiAutomatorModel
.createInstance(this);
106
UiAutomatorModel
.getModel().toggleExploreMode();
114
Image image =
UiAutomatorModel
.getModel().getScreenshot();
128
if (
UiAutomatorModel
.getModel().shouldShowNafNodes()) {
132
for (Rectangle r :
UiAutomatorModel
.getModel().getNafNodes()) {
144
Rectangle rect =
UiAutomatorModel
.getModel().getCurrentDrawingRect();
147
if (
UiAutomatorModel
.getModel().isExploreMode()) {
167
if (
UiAutomatorModel
.getModel().isExploreMode()) {
168
UiAutomatorModel
.getModel().updateSelectionForCoordinates(
198
UiAutomatorModel
.getModel().setSelectedNode(null)
[
all
...]
OpenDialog.java
157
mScreenshotFile =
UiAutomatorModel
.getModel().getScreenshotFile();
158
mXmlDumpFile =
UiAutomatorModel
.getModel().getXmlDumpFile();
Completed in 51 milliseconds