Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
DCommonAssertions.kt30 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()
DCommonConstants.kt25 val APP_PAIR_SPLIT_DIVIDER_COMPONENT = ComponentNameMatcher("", "AppPairSplitDivider#") constant