Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DRemoteContext.java257 public static final int ID_TIME_IN_SEC = 2; field in RemoteContext
267 public static final float FLOAT_TIME_IN_SEC = Utils.asNan(ID_TIME_IN_SEC);
DRemoteComposeState.java20 import static com.android.internal.widget.remotecompose.core.RemoteContext.ID_TIME_IN_SEC;
229 if (mVarListeners.get(ID_TIME_IN_SEC) != null) { in getOpsToUpdate()
DTimeVariables.java45 context.loadFloat(RemoteContext.ID_TIME_IN_SEC, currentSeconds); in updateTime()