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