Searched refs:marginLayoutParams (Results 1 – 2 of 2) sorted by relevance
51 final MarginLayoutParams marginLayoutParams = (MarginLayoutParams)lp; in placeViewAt() local52 marginLayoutParams.width = w; in placeViewAt()53 marginLayoutParams.height = h; in placeViewAt()54 marginLayoutParams.setMargins(x, y, 0, 0); in placeViewAt()
61 MarginLayoutParams marginLayoutParams = (MarginLayoutParams) view.findViewById( in onCreateView() local66 marginLayoutParams.rightMargin = doneButtonWidth; in onCreateView()68 marginLayoutParams.leftMargin = doneButtonWidth; in onCreateView()