Home
last modified time | relevance | path

Searched refs:getLayoutParams (Results 1 – 3 of 3) sorted by relevance

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/
DNotificationStudioActivity.java88 final int margin = ((ViewGroup.MarginLayoutParams) preview.getLayoutParams()).bottomMargin; in initPreviewScroller()
100 FrameLayout.LayoutParams lp = (LayoutParams) e.getLayoutParams(); in initPreviewScroller()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridModel.java603 Method getLayoutParams = null; in assignRowsAndColumnsFromViews() local
613 if (getLayoutParams == null) { in assignRowsAndColumnsFromViews()
614 getLayoutParams = child.getClass().getMethod("getLayoutParams"); //$NON-NLS-1$ in assignRowsAndColumnsFromViews()
616 Object layoutParams = getLayoutParams.invoke(child); in assignRowsAndColumnsFromViews()
/sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
Dandroid-support-v7-gridlayout.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...