Searched defs:STATE_INIT (Results 1 – 3 of 3) sorted by relevance
54 private static final int STATE_INIT = 0; field in ProgressReporter
43 public static final int STATE_INIT = 1 << 0; field in Renderer
466 @VisibleForTesting internal const val STATE_INIT = 0 constant