Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DRemoteComposeBuffer.java908 public short addColorExpression(int color1, int color2, float tween) { in addColorExpression() method in RemoteComposeBuffer
924 public short addColorExpression(short color1, int color2, float tween) { in addColorExpression() method in RemoteComposeBuffer
940 public short addColorExpression(int color1, short color2, float tween) { in addColorExpression() method in RemoteComposeBuffer
956 public short addColorExpression(short color1, short color2, float tween) { in addColorExpression() method in RemoteComposeBuffer
972 public short addColorExpression(float hue, float sat, float value) { in addColorExpression() method in RemoteComposeBuffer
989 public short addColorExpression(int alpha, float hue, float sat, float value) { in addColorExpression() method in RemoteComposeBuffer