Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DRootContentBehavior.java64 public static final int ALIGNMENT_VERTICAL_CENTER = 2; field in RootContentBehavior
70 + ALIGNMENT_VERTICAL_CENTER;
138 || verticalContentAlignment == ALIGNMENT_VERTICAL_CENTER in RootContentBehavior()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DCoreDocument.java245 case RootContentBehavior.ALIGNMENT_VERTICAL_CENTER: { in computeTranslate()