Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
H A DCommonAssertions.kt30 assertLayersEnd { this.isVisible(APP_PAIR_SPLIT_DIVIDER_COMPONENT) }
34 assertLayersEnd { this.notContains(APP_PAIR_SPLIT_DIVIDER_COMPONENT) }
377 layer(APP_PAIR_SPLIT_DIVIDER_COMPONENT)?.visibleRegion?.region
378 ?: error("$APP_PAIR_SPLIT_DIVIDER_COMPONENT component not found")
401 layer(APP_PAIR_SPLIT_DIVIDER_COMPONENT)?.visibleRegion?.region
402 ?: error("$APP_PAIR_SPLIT_DIVIDER_COMPONENT component not found")
H A DCommonConstants.kt25 val APP_PAIR_SPLIT_DIVIDER_COMPONENT = ComponentNameMatcher("", "AppPairSplitDivider#") regex