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