Searched refs:minWidth (Results 1 – 6 of 6) sorted by relevance
67 BinPacker(int minWidth, int minHeight) { in BinPacker() argument68 mMinWidth = minWidth; in BinPacker()
512 int minWidth = Integer.MAX_VALUE; in layoutFullFit() local515 minWidth = Math.min(minWidth, preview.getWidth()); in layoutFullFit()519 BinPacker packer = new BinPacker(minWidth, minHeight); in layoutFullFit()
28 android:minWidth : Makes the TextView be at least this many pixels wide. [dimension]124 android:minWidth : Defines the minimum width of the view.
49 android:minWidth : Defines the minimum width of the view.
173 android:minWidth : Defines the minimum width of the view.