Searched refs:pipBounds (Results 1 – 2 of 2) sorted by relevance
319 Rect pipBounds = mPipManager.getRecentsFocusedPipBounds(); in onCreate() local321 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()
91 Rect pipBounds = mPipManager.getRecentsFocusedPipBounds(); in onFinishInflate() local92 setPadding(0, pipBounds.bottom, 0, 0); in onFinishInflate()