Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DRootContentBehavior.java214 return Operations.ROOT_CONTENT_BEHAVIOR; in id()
218 buffer.start(Operations.ROOT_CONTENT_BEHAVIOR); in apply()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DOperations.java68 public static final int ROOT_CONTENT_BEHAVIOR = 65; field in Operations
119 map.put(ROOT_CONTENT_BEHAVIOR, RootContentBehavior.COMPANION); in map.put() argument