Searched refs:mLastHasBottomStableInset (Results 1 – 1 of 1) sorted by relevance
234 private boolean mLastHasBottomStableInset = false; field in DecorView1141 disallowAnimate |= (hasBottomStableInset != mLastHasBottomStableInset); in updateColorViews()1142 mLastHasBottomStableInset = hasBottomStableInset; in updateColorViews()