Searched refs:expectedDurationNs (Results 1 – 1 of 1) sorted by relevance
5166 long expectedDurationNs = getScrapDataForType(viewType).mCreateRunningAverageNs; in willCreateInTime() local5167 return expectedDurationNs == 0 || (approxCurrentNs + expectedDurationNs < deadlineNs); in willCreateInTime()5171 long expectedDurationNs = getScrapDataForType(viewType).mBindRunningAverageNs; in willBindInTime() local5172 return expectedDurationNs == 0 || (approxCurrentNs + expectedDurationNs < deadlineNs); in willBindInTime()