Searched refs:reasons (Results 1 – 3 of 3) sorted by relevance
134 val reasons = mutableListOf<String>() constant135 if (isHiddenByPolicy) reasons.add("Flag is hidden")136 if (isHiddenByParent) reasons.add("Hidden by parent ${parent?.name}")137 if (isActiveBufferEmpty) reasons.add("Buffer is empty")138 if (color.alpha() == 0.0f) reasons.add("Alpha is 0")139 if (bounds.isEmpty) reasons.add("Bounds is 0x0")140 if (bounds.isEmpty && crop.isEmpty) reasons.add("Crop is 0x0")141 if (!transform.isValid) reasons.add("Transform is invalid")143 reasons.add("RelativeOf layer has been removed")146 reasons.add("does not have color fill, shadow or blur")[all …]
20 * Clarify the failure reasons for some test failures.
131 reasons and suggest next steps for debugging and appropriate component owner.402 - Review the failed iterations and reasons. Follow the debugging tips to