Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DRootContentBehavior.java63 public static final int ALIGNMENT_TOP = 1; field in RootContentBehavior
137 boolean validVerticalAlignment = verticalContentAlignment == ALIGNMENT_TOP in RootContentBehavior()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DCoreDocument.java241 case RootContentBehavior.ALIGNMENT_TOP: { in computeTranslate()