Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java231 private boolean mLastHasBottomStableInset = false; field in DecorView
1139 disallowAnimate |= (hasBottomStableInset != mLastHasBottomStableInset); in updateColorViews()
1140 mLastHasBottomStableInset = hasBottomStableInset; in updateColorViews()