Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java234 private boolean mLastHasBottomStableInset = false; field in DecorView
1141 disallowAnimate |= (hasBottomStableInset != mLastHasBottomStableInset); in updateColorViews()
1142 mLastHasBottomStableInset = hasBottomStableInset; in updateColorViews()