Home
last modified time | relevance | path

Searched refs:taskSnapshot1 (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DOverviewTask.java69 UiObject2 taskSnapshot1 = findObjectInTask(DEFAULT.snapshotRes); in getVisibleHeight() local
70 return taskSnapshot1.getVisibleBounds().height(); in getVisibleHeight()
77 UiObject2 taskSnapshot1 = findObjectInTask(SPLIT_TOP_OR_LEFT.snapshotRes); in getCombinedSplitTaskHeight() local
81 if (taskSnapshot1 == null) { in getCombinedSplitTaskHeight()
86 taskSnapshot1.getVisibleBounds().top, taskSnapshot2.getVisibleBounds().top); in getCombinedSplitTaskHeight()
88 taskSnapshot1.getVisibleBounds().bottom, taskSnapshot2.getVisibleBounds().bottom); in getCombinedSplitTaskHeight()
102 UiObject2 taskSnapshot1 = findObjectInTask(DEFAULT.snapshotRes); in getVisibleWidth() local
103 return taskSnapshot1.getVisibleBounds().width(); in getVisibleWidth()
110 UiObject2 taskSnapshot1 = findObjectInTask(SPLIT_TOP_OR_LEFT.snapshotRes); in getCombinedSplitTaskWidth() local
114 taskSnapshot1.getVisibleBounds().left, taskSnapshot2.getVisibleBounds().left); in getCombinedSplitTaskWidth()
[all …]