Searched defs:row (Results 1 – 3 of 3) sorted by relevance
525 UiObject2 row = mDevice.findObject(getSearchRowSelector()); in isSearchRowSelected() local533 UiObject2 row = mDevice.findObject(getAppsRowSelector()); in isAppsRowSelected() local541 UiObject2 row = mDevice.findObject(getGamesRowSelector()); in isGamesRowSelected() local549 UiObject2 row = mDevice.findObject(getNotificationRowSelector()); in isNotificationRowSelected() local558 UiObject2 row = mDevice.findObject(getSettingsRowSelector()); in isSettingsRowSelected() local678 protected UiObject2 findRow(BySelector row, Direction direction) { in findRow()700 protected UiObject2 findRow(BySelector row) { in findRow()
491 UiObject2 row = mDevice.findObject(getSearchRowSelector()); in isSearchRowSelected() local499 UiObject2 row = mDevice.findObject(getAppsRowSelector()); in isAppsRowSelected() local507 UiObject2 row = mDevice.findObject(getGamesRowSelector()); in isGamesRowSelected() local515 UiObject2 row = mDevice.findObject(getNotificationRowSelector()); in isNotificationRowSelected() local524 UiObject2 row = mDevice.findObject(getSettingsRowSelector()); in isSettingsRowSelected() local653 protected UiObject2 findRow(BySelector row, Direction direction) { in findRow()675 protected UiObject2 findRow(BySelector row) { in findRow()
128 val row = (it - col) / originalBitmap.width in bitmapWithMaterialYouColorsSimulation() constant