Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceControl.java2704 private static final float[] INVALID_COLOR = {-1, -1, -1}; field in SurfaceControl.Transaction
3292 nativeSetColor(mNativeObject, sc.mNativeObject, INVALID_COLOR); in unsetColor()