Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/
DLayerProperties.kt49 override val isOpaque: Boolean = if (color.alpha() != 1.0f) false else _isOpaque constant in android.tools.traces.surfaceflinger.LayerProperties
71 result = 31 * result + isOpaque.hashCode() in hashCode()
85 "screenBounds=$screenBounds, isOpaque=$isOpaque, " + in toString()
112 if (isOpaque != other.isOpaque) return false in equals()
128 isOpaque: Boolean, in from()
150 isOpaque, in from()
DLayer.kt273 if (isOpaque != other.isOpaque) return false in equals()
297 result = 31 * result + isOpaque.hashCode() in hashCode()
326 isOpaque: Boolean, in from()
349 isOpaque, in from()
DILayerProperties.kt37 val isOpaque: Boolean constant
DLayerTraceEntry.kt194 if (layer.isOpaque) { in <lambda>()
/platform_testing/libraries/flicker/utils/test/src/android/tools/utils/
DMockLayerBuilder.kt43 private var isOpaque = true in <lambda>() variable
49 this.isOpaque = false in <lambda>()
81 isOpaque = isVisible && isOpaque, in <lambda>()
/platform_testing/libraries/flicker/utils/test/src/android/tools/traces/surfaceflinger/
DLayerTraceEntryBuilderTest.kt92 isOpaque = true, in removesLayersFromOffDisplays()
/platform_testing/libraries/flicker/utils/test/src/android/tools/parsers/
DWindowManagerStateHelperTest.kt114 isOpaque = true, in <lambda>()