Searched refs:targetLayoutParams (Results 1 – 1 of 1) sorted by relevance
320 int color, FrameLayout.LayoutParams targetLayoutParams, boolean animate) { in setBackgroundColor() argument333 ((targetLayoutParams.width != LayoutParams.MATCH_PARENT) in setBackgroundColor()334 && targetLayoutParams.width != decorViewWidth) in setBackgroundColor()335 || ((targetLayoutParams.height != LayoutParams.MATCH_PARENT) in setBackgroundColor()336 && targetLayoutParams.height != decorViewHeight); in setBackgroundColor()