Home
last modified time | relevance | path

Searched refs:listensTo (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DDrawBase6.java97 context.listensTo(Utils.idFromNan(mValue1), this); in registerListening()
100 context.listensTo(Utils.idFromNan(mValue2), this); in registerListening()
103 context.listensTo(Utils.idFromNan(mValue3), this); in registerListening()
106 context.listensTo(Utils.idFromNan(mValue4), this); in registerListening()
109 context.listensTo(Utils.idFromNan(mValue5), this); in registerListening()
112 context.listensTo(Utils.idFromNan(mValue6), this); in registerListening()
DColorExpression.java125 context.listensTo(Utils.idFromNan(mHue), this); in registerListening()
128 context.listensTo(Utils.idFromNan(mSat), this); in registerListening()
131 context.listensTo(Utils.idFromNan(mValue), this); in registerListening()
136 context.listensTo(Utils.idFromNan(mTween), this); in registerListening()
139 context.listensTo(mColor1, this); in registerListening()
142 context.listensTo(mColor2, this); in registerListening()
DDrawBase4.java84 context.listensTo(Utils.idFromNan(mX1Value), this); in registerListening()
87 context.listensTo(Utils.idFromNan(mY1Value), this); in registerListening()
90 context.listensTo(Utils.idFromNan(mX2Value), this); in registerListening()
93 context.listensTo(Utils.idFromNan(mY2Value), this); in registerListening()
DDrawBitmap.java72 context.listensTo(Utils.idFromNan(mLeft), this); in registerListening()
75 context.listensTo(Utils.idFromNan(mTop), this); in registerListening()
78 context.listensTo(Utils.idFromNan(mRight), this); in registerListening()
81 context.listensTo(Utils.idFromNan(mBottom), this); in registerListening()
DDrawTextAnchored.java79 context.listensTo(Utils.idFromNan(mX), this); in registerListening()
82 context.listensTo(Utils.idFromNan(mY), this); in registerListening()
85 context.listensTo(Utils.idFromNan(mPanX), this); in registerListening()
88 context.listensTo(Utils.idFromNan(mPanY), this); in registerListening()
DDrawBase3.java77 context.listensTo(Utils.idFromNan(mValue1), this); in registerListening()
80 context.listensTo(Utils.idFromNan(mValue2), this); in registerListening()
83 context.listensTo(Utils.idFromNan(mValue3), this); in registerListening()
DDrawBase2.java67 context.listensTo(Utils.idFromNan(mValue1), this); in registerListening()
70 context.listensTo(Utils.idFromNan(mValue2), this); in registerListening()
DTextFromFloat.java109 context.listensTo(Utils.idFromNan(mValue), this); in registerListening()
DPathData.java57 context.listensTo(Utils.idFromNan(mFloatPath[i]), this); in registerListening()
DFloatExpression.java97 context.listensTo(Utils.idFromNan(v), this); in registerListening()
DShaderData.java170 context.listensTo(Utils.idFromNan(value[i]), this); in registerListening()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DRemoteContext.java241 public abstract void listensTo(int id, VariableSupport variableSupport); in listensTo() method in RemoteContext
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidRemoteContext.java140 public void listensTo(int id, VariableSupport variableSupport) { in listensTo() method in AndroidRemoteContext
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/paint/
DPaintBundle.java898 context.listensTo(Utils.idFromNan(v), support); in registerVars()
902 context.listensTo(mArray[i++], support); in registerVars()