Searched refs:mReclamp (Results 1 – 1 of 1) sorted by relevance
1143 removeCallbacks(mReclamp); in onApplyWindowInsets()1144 postDelayed(mReclamp, 50); in onApplyWindowInsets()1153 private Runnable mReclamp = new Runnable() { field in NotificationStackScrollLayout