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.java320 int color, FrameLayout.LayoutParams targetLayoutParams, boolean animate) { in setBackgroundColor() argument
333 ((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()