Home
last modified time | relevance | path

Searched refs:minWidth (Results 1 – 6 of 6) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DBinPacker.java67 BinPacker(int minWidth, int minHeight) { in BinPacker() argument
68 mMinWidth = minWidth; in BinPacker()
DRenderPreviewManager.java512 int minWidth = Integer.MAX_VALUE; in layoutFullFit() local
515 minWidth = Math.min(minWidth, preview.getWidth()); in layoutFullFit()
519 BinPacker packer = new BinPacker(minWidth, minHeight); in layoutFullFit()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion1-expected-completion39.txt28 android:minWidth : Makes the TextView be at least this many pixels wide. [dimension]
124 android:minWidth : Defines the minimum width of the view.
Dcompletion5-expected-completion40.txt28 android:minWidth : Makes the TextView be at least this many pixels wide. [dimension]
124 android:minWidth : Defines the minimum width of the view.
Dcompletion12-expected-completion75.txt49 android:minWidth : Defines the minimum width of the view.
Dcompletionvalues1-expected-completion32.txt173 android:minWidth : Defines the minimum width of the view.