Home
last modified time | relevance | path

Searched refs:varId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DNamedVariable.java36 public NamedVariable(int varId, int varType, String name) { in NamedVariable() argument
37 this.mVarId = varId; in NamedVariable()
74 public void apply(WireBuffer buffer, int varId, int varType, String text) { in apply() argument
76 buffer.writeInt(varId); in apply()
83 int varId = buffer.readInt(); in read() local
86 operations.add(new NamedVariable(varId, varType, text)); in read()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidRemoteContext.java74 public void loadVariableName(String varName, int varId, int varType) { in loadVariableName() argument
75 mVarNameHashMap.put(varName, new VarName(varName, varId, varType)); in loadVariableName()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DRemoteContext.java58 public abstract void loadVariableName(String varName, int varId, int varType); in loadVariableName() argument