Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DRemoteContext.java256 public static final int ID_CONTINUOUS_SEC = 1; field in RemoteContext
266 public static final float FLOAT_CONTINUOUS_SEC = Utils.asNan(ID_CONTINUOUS_SEC);
DRemoteComposeState.java18 import static com.android.internal.widget.remotecompose.core.RemoteContext.ID_CONTINUOUS_SEC;
226 if (mVarListeners.get(ID_CONTINUOUS_SEC) != null) { in getOpsToUpdate()
DTimeVariables.java44 context.loadFloat(RemoteContext.ID_CONTINUOUS_SEC, sec); in updateTime()