Searched refs:mRunAt (Results 1 – 2 of 2) sorted by relevance
79 private long mRunAt = Long.MIN_VALUE; field in AllAppsFragment88 mRunAt = 0;227 if (mRunAt == Long.MIN_VALUE) { in updateAppList()232 if (mRunAt == 0) { in updateAppList()233 mRunAt = SystemClock.uptimeMillis() + 1000; in updateAppList()235 int delay = (int) (mRunAt - SystemClock.uptimeMillis()); in updateAppList()
50 RenderTask() : mNext(nullptr), mRunAt(0) {} in RenderTask()56 nsecs_t mRunAt; // nano-seconds on the SYSTEM_TIME_MONOTONIC clock variable