Searched refs:newLayoutParam (Results 1 – 2 of 2) sorted by relevance
33 public static MarginLayoutParams newLayoutParam(final ViewGroup placer, final int width, in newLayoutParam() method in ViewLayoutUtils
63 placerView.addView(keyPreviewView, ViewLayoutUtils.newLayoutParam(placerView, 0, 0)); in getKeyPreviewView()