Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DRootContentDescription.java74 return Operations.ROOT_CONTENT_DESCRIPTION; in id()
78 buffer.start(Operations.ROOT_CONTENT_DESCRIPTION); in apply()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DOperations.java69 public static final int ROOT_CONTENT_DESCRIPTION = 103; field in Operations
120 map.put(ROOT_CONTENT_DESCRIPTION, RootContentDescription.COMPANION); in map.put() argument