Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java322 boolean gatherTransparentRegion(ColorViewState colorViewState, Region region) { in gatherTransparentRegion() argument
323 if (colorViewState.view != null && colorViewState.visible && isResizing()) { in gatherTransparentRegion()
327 return colorViewState.view.gatherTransparentRegion(region); in gatherTransparentRegion()