Searched refs:mPendingControlTimeout (Results 1 – 1 of 1) sorted by relevance
582 private final Runnable mPendingControlTimeout = this::abortPendingImeControlRequest; field in InsetsController930 mHandler.removeCallbacks(mPendingControlTimeout); in show()1083 mHandler.postDelayed(mPendingControlTimeout, PENDING_CONTROL_TIMEOUT_MS); in controlAnimationUnchecked()1259 mHandler.removeCallbacks(mPendingControlTimeout); in abortPendingImeControlRequest()