/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
D | RootContentBehavior.java | 118 public RootContentBehavior(int scroll, int alignment, int sizing, int mode) { in RootContentBehavior() argument 148 switch (sizing) { in RootContentBehavior() 154 mSizing = sizing; in RootContentBehavior() 158 Log.e(TAG, "incorrect sizing value " + sizing); in RootContentBehavior() 217 public void apply(WireBuffer buffer, int scroll, int alignment, int sizing, int mode) { in apply() argument 221 buffer.writeInt(sizing); in apply() 229 int sizing = buffer.readInt(); in read() local 232 new RootContentBehavior(scroll, alignment, sizing, mode); in read()
|
/frameworks/av/media/module/foundation/tests/ |
D | AMessage_test.cpp | 106 size_t sizing; in TEST() local 107 EXPECT_TRUE(m1->findSize("size2", &sizing)); in TEST() 108 EXPECT_EQ(1023, sizing); in TEST() 109 EXPECT_TRUE(m1->findSize("size1", &sizing)); in TEST() 110 EXPECT_EQ(257, sizing); in TEST()
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/ |
D | RemoteContext.java | 160 public void setRootContentBehavior(int scroll, int alignment, int sizing, int mode) { in setRootContentBehavior() argument 161 mDocument.setRootContentBehavior(scroll, alignment, sizing, mode); in setRootContentBehavior()
|
D | CoreDocument.java | 133 public void setRootContentBehavior(int scroll, int alignment, int sizing, int mode) { in setRootContentBehavior() argument 136 this.mContentSizing = sizing; in setRootContentBehavior()
|
D | RemoteComposeBuffer.java | 253 public void setRootContentBehavior(int scroll, int alignment, int sizing, int mode) { in setRootContentBehavior() argument 254 RootContentBehavior.COMPANION.apply(mBuffer, scroll, alignment, sizing, mode); in setRootContentBehavior()
|
/frameworks/base/tests/FlickerTests/AppLaunch/trace_config/ |
D | trace_config.textproto | 27 # trace data. The trace buffer sizing depends on the number of trace categories
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/bubble/trace_config/ |
D | trace_config.textproto | 27 # trace data. The trace buffer sizing depends on the number of trace categories
|
/frameworks/base/tests/FlickerTests/Rotation/trace_config/ |
D | trace_config.textproto | 27 # trace data. The trace buffer sizing depends on the number of trace categories
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/pip/trace_config/ |
D | trace_config.textproto | 27 # trace data. The trace buffer sizing depends on the number of trace categories
|
/frameworks/base/tests/FlickerTests/Notification/trace_config/ |
D | trace_config.textproto | 27 # trace data. The trace buffer sizing depends on the number of trace categories
|
/frameworks/base/tests/FlickerTests/ActivityEmbedding/trace_config/ |
D | trace_config.textproto | 27 # trace data. The trace buffer sizing depends on the number of trace categories
|
/frameworks/base/tests/FlickerTests/IME/trace_config/ |
D | trace_config.textproto | 27 # trace data. The trace buffer sizing depends on the number of trace categories
|
/frameworks/base/tests/FlickerTests/FlickerService/trace_config/ |
D | trace_config.textproto | 27 # trace data. The trace buffer sizing depends on the number of trace categories
|
/frameworks/base/tests/FlickerTests/AppClose/trace_config/ |
D | trace_config.textproto | 27 # trace data. The trace buffer sizing depends on the number of trace categories
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/appcompat/trace_config/ |
D | trace_config.textproto | 27 # trace data. The trace buffer sizing depends on the number of trace categories
|
/frameworks/base/tests/FlickerTests/QuickSwitch/trace_config/ |
D | trace_config.textproto | 27 # trace data. The trace buffer sizing depends on the number of trace categories
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/service/trace_config/ |
D | trace_config.textproto | 27 # trace data. The trace buffer sizing depends on the number of trace categories
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/splitscreen/trace_config/ |
D | trace_config.textproto | 27 # trace data. The trace buffer sizing depends on the number of trace categories
|
/frameworks/base/apct-tests/perftests/multiuser/trace_configs/ |
D | trace_config_multi_user.textproto | 27 # trace data. The trace buffer sizing depends on the number of trace categories
|
/frameworks/base/tests/EnforcePermission/perf-app/ |
D | perfetto.textproto | 28 # trace data. The trace buffer sizing depends on the number of trace categories
|
/frameworks/base/packages/SystemUI/docs/ |
D | clock-plugins.md | 49 large or small) is shown, handle animation between clock sizes, and control some sizing/layout
|