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