Searched refs:APP_PAIR_SPLIT_DIVIDER_COMPONENT (Results 1 – 2 of 2) sorted by relevance
30 assertLayersEnd { this.isVisible(APP_PAIR_SPLIT_DIVIDER_COMPONENT) } in LegacyFlickerTest()34 assertLayersEnd { this.notContains(APP_PAIR_SPLIT_DIVIDER_COMPONENT) } in LegacyFlickerTest()378 layer(APP_PAIR_SPLIT_DIVIDER_COMPONENT)?.visibleRegion?.region in LegacyFlickerTest()379 ?: error("$APP_PAIR_SPLIT_DIVIDER_COMPONENT component not found") in LegacyFlickerTest()402 layer(APP_PAIR_SPLIT_DIVIDER_COMPONENT)?.visibleRegion?.region in appPairsSecondaryBoundsIsVisibleAtEnd()403 ?: error("$APP_PAIR_SPLIT_DIVIDER_COMPONENT component not found") in appPairsSecondaryBoundsIsVisibleAtEnd()
25 val APP_PAIR_SPLIT_DIVIDER_COMPONENT = ComponentNameMatcher("", "AppPairSplitDivider#") constant