Home
last modified time | relevance | path

Searched refs:cancelUpdateFontScaleRunnable (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/
DFontScalingDialogDelegate.kt72 private var cancelUpdateFontScaleRunnable: Runnable? = null variable
162 cancelUpdateFontScaleRunnable?.run() in updateFontScaleDelayed()
163 cancelUpdateFontScaleRunnable = in updateFontScaleDelayed()
168 cancelUpdateFontScaleRunnable?.run() in onStop()
169 cancelUpdateFontScaleRunnable = null in onStop()