Searched refs:RootContentBehavior (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/ |
D | CoreDocument.java | 18 import com.android.internal.widget.remotecompose.core.operations.RootContentBehavior; 43 int mContentScroll = RootContentBehavior.NONE; 44 int mContentSizing = RootContentBehavior.NONE; 45 int mContentMode = RootContentBehavior.NONE; 47 int mContentAlignment = RootContentBehavior.ALIGNMENT_CENTER; 151 if (mContentSizing == RootContentBehavior.SIZING_SCALE) { in computeScale() 154 case RootContentBehavior.SCALE_INSIDE: { in computeScale() 162 case RootContentBehavior.SCALE_FIT: { in computeScale() 170 case RootContentBehavior.SCALE_FILL_WIDTH: { in computeScale() 176 case RootContentBehavior.SCALE_FILL_HEIGHT: { in computeScale() [all …]
|
D | Operations.java | 47 import com.android.internal.widget.remotecompose.core.operations.RootContentBehavior; 119 map.put(ROOT_CONTENT_BEHAVIOR, RootContentBehavior.COMPANION); in map.put()
|
D | RemoteComposeBuffer.java | 47 import com.android.internal.widget.remotecompose.core.operations.RootContentBehavior; 254 RootContentBehavior.COMPANION.apply(mBuffer, scroll, alignment, sizing, mode); in setRootContentBehavior()
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
D | RootContentBehavior.java | 35 public class RootContentBehavior implements RemoteComposeOperation { class 118 public RootContentBehavior(int scroll, int alignment, int sizing, int mode) { in RootContentBehavior() method in RootContentBehavior 231 RootContentBehavior rootContentBehavior = in read() 232 new RootContentBehavior(scroll, alignment, sizing, mode); in read()
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/ |
D | RemoteComposePlayer.java | 27 import com.android.internal.widget.remotecompose.core.operations.RootContentBehavior; 92 case RootContentBehavior.SCROLL_HORIZONTAL: { in applyContentBehavior() 110 case RootContentBehavior.SCROLL_VERTICAL: { in applyContentBehavior()
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/ |
D | RemoteComposeCanvas.java | 28 import com.android.internal.widget.remotecompose.core.operations.RootContentBehavior; 207 if (mDocument.getDocument().getContentSizing() == RootContentBehavior.SIZING_SCALE) { in onMeasure()
|