Searched refs:topParams (Results 1 – 2 of 2) sorted by relevance
63 FrameLayout.LayoutParams topParams = in setupContent() local65 topParams.gravity = Gravity.TOP; in setupContent()66 topPanel.setLayoutParams(topParams); in setupContent()
146 SurfaceParams topParams = first.surface == mTopLeash ? first : second; in testChangeInsets() local148 assertPosition(topParams.matrix, new Rect(0, 0, 500, 100), new Rect(0, -70, 500, 30)); in testChangeInsets()