Searched refs:getLayoutParams (Results 1 – 2 of 2) sorted by relevance
88 final int margin = ((ViewGroup.MarginLayoutParams) preview.getLayoutParams()).bottomMargin; in initPreviewScroller()100 FrameLayout.LayoutParams lp = (LayoutParams) e.getLayoutParams(); in initPreviewScroller()
603 Method getLayoutParams = null; in assignRowsAndColumnsFromViews() local613 if (getLayoutParams == null) { in assignRowsAndColumnsFromViews()614 getLayoutParams = child.getClass().getMethod("getLayoutParams"); //$NON-NLS-1$ in assignRowsAndColumnsFromViews()616 Object layoutParams = getLayoutParams.invoke(child); in assignRowsAndColumnsFromViews()