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