Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
DRecentsTvActivity.java319 Rect pipBounds = mPipManager.getRecentsFocusedPipBounds(); in onCreate() local
321 lp.width = pipBounds.width(); in onCreate()
322 lp.height = pipBounds.height(); in onCreate()
323 lp.leftMargin = pipBounds.left; in onCreate()
324 lp.topMargin = pipBounds.top; in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
DPipRecentsControlsView.java91 Rect pipBounds = mPipManager.getRecentsFocusedPipBounds(); in onFinishInflate() local
92 setPadding(0, pipBounds.bottom, 0, 0); in onFinishInflate()