Searched defs:minWidth (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProviderInfo.java60 * <p>This field corresponds to the <code>android:minWidth</code> attribute in
63 public int minWidth; field in class:AppWidgetProviderInfo
76 * is greater than minWidth or if horizontal resizing isn't enabled (see {@link #resizeMode}).
177 this.minWidth = in.readInt();
200 out.writeInt(this.minWidth);
H A DAppWidgetHostView.java220 * @param minWidth The minimum width that the widget will be displayed at.
226 public void updateAppWidgetSize(Bundle options, int minWidth, int minHeight, int maxWidth, argument
241 options.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH, minWidth - xPaddingDips);
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp249 uint32_t minWidth; member in struct:meas::displayFrame
257 uint32_t minWidth; member in struct:meas::sourceCrop
484 measPtr->df.minWidth = dfMinWidth(format->format);
485 testPrintI(" dfMinWidth: %u", measPtr->df.minWidth);
503 measPtr->sc.minWidth = scMinWidth(format->format, measPtr->df.minDim);
504 testPrintI(" scMinWidth: %u", measPtr->sc.minWidth);
/frameworks/base/core/java/android/view/
H A DView.java15418 * @param minWidth The minimum width the view will try to be.
15424 public void setMinimumWidth(int minWidth) { argument
15425 mMinWidth = minWidth;

Completed in 452 milliseconds