HomeSort by relevance Sort by last modified time
    Searched full:minwidth (Results 326 - 350 of 443) sorted by null

<<1112131415161718

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion12-expected-completion75.txt 49 android:minWidth : Defines the minimum width of the view.
completion1-expected-completion39.txt 28 android:minWidth : Makes the TextView be at least this many pixels wide. [dimension]
124 android:minWidth : Defines the minimum width of the view.
completion5-expected-completion40.txt 28 android:minWidth : Makes the TextView be at least this many pixels wide. [dimension]
124 android:minWidth : Defines the minimum width of the view.
  /external/chromium_org/chrome/browser/resources/ntp4/
page_list_view.js 550 $('footer-menu-container').style.minWidth = $('trash').offsetWidth -
575 $('footer-menu-container').style.minWidth = '';
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
fbobject.c 681 GLuint minWidth = ~0, minHeight = ~0, maxWidth = 0, maxHeight = 0;
745 minWidth = MIN2(minWidth, texImg->Width);
760 minWidth = MIN2(minWidth, att->Renderbuffer->Width);
761 maxWidth = MAX2(minWidth, att->Renderbuffer->Width);
792 if (minWidth != maxWidth || minHeight != maxHeight) {
880 fb->Width = minWidth;
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
background.js 588 minWidth: 480,
821 minWidth: newAudioPlayerEnabled ? 292 : 280,
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 495 const int minWidth = 8;
499 bool partitionX = partition && width > minWidth && rnd.getBool();
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 483 const int minWidth = 8;
487 bool partitionX = partition && width > minWidth && rnd.getBool();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 140 public void setMinWidth(int minWidth) {
141 m_minWidth = minWidth;
    [all...]
  /external/mesa3d/src/mesa/main/
fbobject.c 681 GLuint minWidth = ~0, minHeight = ~0, maxWidth = 0, maxHeight = 0;
745 minWidth = MIN2(minWidth, texImg->Width);
760 minWidth = MIN2(minWidth, att->Renderbuffer->Width);
761 maxWidth = MAX2(minWidth, att->Renderbuffer->Width);
792 if (minWidth != maxWidth || minHeight != maxHeight) {
880 fb->Width = minWidth;
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
IntegralToString.java 476 public static String intToHexString(int i, boolean upperCase, int minWidth) {
484 } while ((i >>>= 4) != 0 || (bufLen - cursor < minWidth));
  /libcore/luni/src/main/java/java/lang/
IntegralToString.java 483 public static String intToHexString(int i, boolean upperCase, int minWidth) {
491 } while ((i >>>= 4) != 0 || (bufLen - cursor < minWidth));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp 764 float& minWidth, float& maxWidth, bool& stripFrontSpaces,
784 minWidth = 0;
790 minWidth = m_minWidth;
814 if (!style()->autoWrap() || minWidth > maxWidth)
815 minWidth = maxWidth;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 455 if (widget.minWidth > 0 && widget.minHeight > 0) {
466 widget.minWidth + ", " + widget.minHeight + ")");
470 widget.minWidth + ", " + widget.minHeight + ")");
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineView.js 636 var minWidth = WebInspector.TimelineCalculator._minWidth;
637 var widthAdjustment = minWidth / 2;
641 var scale = boundarySpan / (width - minWidth - this._timelinePaddingLeft);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/app_window/
app_window_api.cc 353 "minWidth",
  /external/chromium_org/content/browser/media/
webrtc_getusermedia_browsertest.cc 467 "{video: {mandatory: {minWidth:1280 , minHeight: 720}}}";
  /external/chromium_org/content/renderer/media/
media_stream_video_source.cc 25 const char MediaStreamVideoSource::kMinWidth[] = "minWidth";
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimatableValueFactory.cpp 375 return createFromLength(style.minWidth(), style);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMetaElement-in.cpp 314 description->minWidth = Length(ExtendToZoom);
  /external/chromium_org/third_party/webrtc/test/w3c/
getusermedia_conformance_test.js 511 constraints.video.mandatory.minWidth = 640;
  /frameworks/base/core/res/res/values/
themes_holo.xml     [all...]
  /packages/apps/Gallery2/res/values/
styles.xml 217 <item name="android:minWidth">64dip</item>

Completed in 1209 milliseconds

<<1112131415161718