Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java355 boolean gatherTransparentRegion(ColorViewState colorViewState, Region region) { in gatherTransparentRegion() argument
356 if (colorViewState.view != null && colorViewState.visible && isResizing()) { in gatherTransparentRegion()
360 return colorViewState.view.gatherTransparentRegion(region); in gatherTransparentRegion()