Searched refs:targetLayoutParams (Results 1 – 1 of 1) sorted by relevance
436 private void setBackgroundColor(int color, FrameLayout.LayoutParams targetLayoutParams, in setBackgroundColor() argument449 boolean willHavePillarBox = ((targetLayoutParams.width != LayoutParams.MATCH_PARENT) in setBackgroundColor()450 && targetLayoutParams.width != decorViewWidth) || ( in setBackgroundColor()451 (targetLayoutParams.height != LayoutParams.MATCH_PARENT) in setBackgroundColor()452 && targetLayoutParams.height != decorViewHeight); in setBackgroundColor()