Searched refs:mUpdateFillIfNotLoading (Results 1 – 1 of 1) sorted by relevance
84 private final Runnable mUpdateFillIfNotLoading = this::updateFillIfNotLoading; field in HotseatPredictionController139 MAIN_EXECUTOR.getHandler().removeCallbacks(mUpdateFillIfNotLoading); in onHotseatHierarchyChanged()140 MAIN_EXECUTOR.getHandler().post(mUpdateFillIfNotLoading); in onHotseatHierarchyChanged()