/packages/apps/Launcher3/src/com/android/launcher3/ |
PendingAppWidgetHostView.java | 71 public void updateAppWidgetSize(Bundle newOptions, int minWidth, int minHeight, int maxWidth,
|
AppsCustomizePagedView.java | 395 if (widget.minWidth > 0 && widget.minHeight > 0) { 406 widget.minWidth + ", " + widget.minHeight + ")"); 410 widget.minWidth + ", " + widget.minHeight + ")"); [all...] |
/packages/apps/Settings/res/layout-sw600dp/ |
wifi_settings_for_setup_wizard_xl.xml | 114 android:minWidth="406dip"
|
/packages/apps/Settings/res/layout-sw600dp-land/ |
wifi_settings_for_setup_wizard_xl.xml | 114 android:minWidth="406dip"
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
videodev.h | 43 int minwidth; /* Supported width */ member in struct:video_capability
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
videodev.h | 43 int minwidth; /* Supported width */ member in struct:video_capability
|
/frameworks/base/docs/html/guide/topics/appwidgets/ |
host.jd | 276 (using {@link android.appwidget.AppWidgetProviderInfo#minWidth android:minWidth} and 281 cells that satisfy the {@code minWidth} and {@code minHeight} constraints.</li>
|
/packages/apps/UnifiedEmail/assets/ |
script.js | 401 wStr = node.style.width || node.style.minWidth; 405 saveStyleProperty(node, "minWidth", actionLog); 408 node.style.minWidth = "";
|
/frameworks/base/core/res/res/values/ |
styles.xml | 389 <item name="minWidth">48dip</item> 398 <item name="minWidth">76dip</item> 406 <item name="minWidth">16dip</item> [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedView.java | 778 final int minWidth = mMinimumWidth; 779 final int maxWidth = (minWidth > measuredWidth) ? minWidth : measuredWidth; [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
FlameChart.js | 621 var minWidth = this._minWidth; 692 var barWidth = Math.max(barRight - barX, minWidth); 728 var barWidth = Math.max(barRight - barX, minWidth); [all...] |
/development/apps/WidgetPreview/src/com/android/widgetpreview/ |
WidgetPreviewActivity.java | 177 getLauncherCellDimensions(providerInfo.minWidth, providerInfo.minHeight);
|
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/ |
WeatherWidgetProvider.java | 220 int minWidth = newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH);
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
download_item_controller.mm | 157 minWidth:kTextWidth];
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/ |
naclterm.js | 270 document.getElementById("terminal").style.minWidth = width + 'px';
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ViewportDescription.cpp | 84 Length copyMinWidth = minWidth;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTable.h | 287 virtual void computeIntrinsicLogicalWidths(LayoutUnit& minWidth, LayoutUnit& maxWidth) const OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
OverridesSupport.js | [all...] |
/external/deqp/modules/gles2/functional/ |
es2fPolygonOffsetTests.cpp | 193 void checkCanvasSize (int width, int height, int minWidth, int minHeight) 195 if (width < minWidth || height < minHeight) 196 throw tcu::NotSupportedError(std::string("Render context size must be at least ") + de::toString(minWidth) + "x" + de::toString(minWidth)); [all...] |
/external/deqp/modules/gles3/functional/ |
es3fPolygonOffsetTests.cpp | 196 void checkCanvasSize (int width, int height, int minWidth, int minHeight) 198 if (width < minWidth || height < minHeight) 199 throw tcu::NotSupportedError(std::string("Render context size must be at least ") + de::toString(minWidth) + "x" + de::toString(minWidth)); [all...] |
/packages/apps/Calendar/res/layout/ |
recurrencepicker.xml | 239 android:minWidth="80dp"
|
/packages/apps/Camera/res/values/ |
styles.xml | 169 <item name="android:minWidth">64dip</item>
|
/packages/apps/Camera2/res/values/ |
styles.xml | 94 <item name="android:minWidth">64dip</item>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
extra-view-metadata.xml | 269 topAttrs="iconifiedByDefault,queryHint,maxWidth,minWidth,visibility"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertyMetadata.java | 294 sCategories.put("minWidth", "Size");
|