Searched refs:mUpdateStateDescriptionRunnable (Results 1 – 1 of 1) sorted by relevance
119 private final Runnable mUpdateStateDescriptionRunnable; field in WindowMagnificationController218 mUpdateStateDescriptionRunnable = () -> { in WindowMagnificationController()667 mHandler.removeCallbacks(mUpdateStateDescriptionRunnable); in setScale()668 mHandler.postDelayed(mUpdateStateDescriptionRunnable, UPDATE_STATE_DESCRIPTION_DELAY_MS); in setScale()