Home
last modified time | relevance | path

Searched refs:targetLayoutParams (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/ui/
DTvViewUiManager.java436 private void setBackgroundColor(int color, FrameLayout.LayoutParams targetLayoutParams, in setBackgroundColor() argument
449 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()