Searched refs:bottomMargin (Results 1 – 6 of 6) sorted by relevance
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
D | IconEditor.java | 87 lp.bottomMargin = lp.topMargin = lp.leftMargin = lp.rightMargin = outerMargin; in bindEditor() 93 flp.bottomMargin = flp.topMargin = flp.leftMargin = flp.rightMargin = innerMargin; in bindEditor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | ImageControl.java | 211 public void setMargins(int leftMargin, int topMargin, int rightMargin, int bottomMargin) { in setMargins() argument 216 mBottomMargin = Math.max(0, bottomMargin); in setMargins()
|
D | ImageUtils.java | 840 int rightMargin, int bottomMargin) { in scale() argument 851 … new BufferedImage(destWidth + rightMargin, destHeight + bottomMargin, imageType); in scale() 855 g2.fillRect(0, 0, destWidth + rightMargin, destHeight + bottomMargin); in scale() 903 nearestHeight += bottomMargin; in scale() 923 scaled = new BufferedImage(halfWidth + rightMargin, halfHeight + bottomMargin, in scale()
|
D | CanvasViewInfo.java | 337 int bottomMargin = mViewInfo.getBottomMargin(); in getMargins() local 342 bottomMargin != Integer.MIN_VALUE ? bottomMargin : 0 in getMargins()
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/ |
D | NotificationStudioActivity.java | 88 final int margin = ((ViewGroup.MarginLayoutParams) preview.getLayoutParams()).bottomMargin; in initPreviewScroller()
|
/sdk/testapps/gridlayoutTest/v7-gridlayout/libs/ |
D | android-support-v7-gridlayout.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |