Searched refs:mUpdateStateDescriptionRunnable (Results 1 – 1 of 1) sorted by relevance
195 private final Runnable mUpdateStateDescriptionRunnable; field in WindowMagnificationController388 mUpdateStateDescriptionRunnable = () -> { in WindowMagnificationController()1449 mHandler.removeCallbacks(mUpdateStateDescriptionRunnable); in setScale()1450 mHandler.postDelayed(mUpdateStateDescriptionRunnable, UPDATE_STATE_DESCRIPTION_DELAY_MS); in setScale()