Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DTimeVariables.java41 int currentSeconds = minute * 60 + seconds; in updateTime() local
42 float sec = currentSeconds + dateTime.getNano() * 1E-9f; in updateTime()
45 context.loadFloat(RemoteContext.ID_TIME_IN_SEC, currentSeconds); in updateTime()