Searched defs:valueId (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/modifiers/ |
D | ValueFloatExpressionChangeActionOperation.java | 44 public ValueFloatExpressionChangeActionOperation(int id, int valueId) { in ValueFloatExpressionChangeActionOperation() 100 public static void apply(@NonNull WireBuffer buffer, int valueId, int value) { in apply() 113 int valueId = buffer.readInt(); in read() local
|
D | HostNamedActionOperation.java | 51 public HostNamedActionOperation(int id, int type, int valueId) { in HostNamedActionOperation() 124 public static void apply(@NonNull WireBuffer buffer, int textId, int type, int valueId) { in apply() 140 int valueId = buffer.readInt(); in read() local
|
D | ValueFloatChangeActionOperation.java | 93 public static void apply(WireBuffer buffer, int valueId, float value) { in apply() 106 int valueId = buffer.readInt(); in read() local
|
D | ValueIntegerExpressionChangeActionOperation.java | 100 public static void apply(@NonNull WireBuffer buffer, long valueId, long value) { in apply() 113 long valueId = buffer.readLong(); in read() local
|
D | ValueIntegerChangeActionOperation.java | 98 public static void apply(@NonNull WireBuffer buffer, int valueId, int value) { in apply() 111 int valueId = buffer.readInt(); in read() local
|
D | ValueStringChangeActionOperation.java | 102 public static void apply(@NonNull WireBuffer buffer, int valueId, int value) { in apply() 115 int valueId = buffer.readInt(); in read() local
|
D | ComponentVisibilityOperation.java | 90 public static void apply(@NonNull WireBuffer buffer, int valueId) { in apply() 102 int valueId = buffer.readInt(); in read() local
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
D | ComponentValue.java | 102 int valueId = buffer.readInt(); in read() local 127 public ComponentValue(int type, int componentId, int valueId) { in ComponentValue() 141 public static void apply(@NonNull WireBuffer buffer, int type, int componentId, int valueId) { in apply()
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/ |
D | AndroidRemoteContext.java | 352 public void overrideText(int id, int valueId) { in overrideText()
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/ |
D | RemoteContext.java | 546 public abstract void overrideText(int id, int valueId); in overrideText()
|