Searched refs:taskSnapshot1 (Results 1 – 1 of 1) sorted by relevance
69 UiObject2 taskSnapshot1 = findObjectInTask(DEFAULT.snapshotRes); in getVisibleHeight() local70 return taskSnapshot1.getVisibleBounds().height(); in getVisibleHeight()77 UiObject2 taskSnapshot1 = findObjectInTask(SPLIT_TOP_OR_LEFT.snapshotRes); in getCombinedSplitTaskHeight() local81 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() local103 return taskSnapshot1.getVisibleBounds().width(); in getVisibleWidth()110 UiObject2 taskSnapshot1 = findObjectInTask(SPLIT_TOP_OR_LEFT.snapshotRes); in getCombinedSplitTaskWidth() local114 taskSnapshot1.getVisibleBounds().left, taskSnapshot2.getVisibleBounds().left); in getCombinedSplitTaskWidth()[all …]