/sdk/templates/other/AppWidget/ |
template.xml | 32 id="resizable" 33 name="Resizable (API 12+)" 40 <option id="none">Not resizable</option> 79 <thumb minWidth="1" minHeight="1" resizable="none" >thumbs/template_widget_1x1.png</thumb> 80 <thumb minWidth="2" minHeight="1" resizable="none" >thumbs/template_widget_2x1.png</thumb> 81 <thumb minWidth="3" minHeight="1" resizable="none" >thumbs/template_widget_3x1.png</thumb> 82 <thumb minWidth="4" minHeight="1" resizable="none" >thumbs/template_widget_4x1.png</thumb> 83 <thumb minWidth="1" minHeight="2" resizable="none" >thumbs/template_widget_1x2.png</thumb> 84 <thumb minWidth="2" minHeight="2" resizable="none" >thumbs/template_widget_2x2.png</thumb> 85 <thumb minWidth="3" minHeight="2" resizable="none" >thumbs/template_widget_3x2.png</thumb [all...] |
/sdk/templates/other/AppWidget/root/res/xml/ |
appwidget_info.xml.ftl | 11 <#if resizable='both'> 13 <#elseif resizable='horizontal'> 15 <#elseif resizable='vertical'> 17 <#elseif resizable='none'>
|
/external/webkit/Source/WebCore/manual-tests/ |
window-open-features-parsing.html | 12 var sFeatures = " ,=\twidth == = = 0200px|0=height 400,1width=400,left=nO \ntoolBAR=yeS,resizable=yess, \rstatus= ,"; 19 Win IE's behavior, except in the case of "resizable," which should always be true.</p> 26 <li> Resizable. 35 <li>Resizable.</li> 37 <a href="" onclick='window.open("", "", "status,resizable");'>Click to test</a>
|
window-sizing.html | 16 Open("width=200, height=200, left = 0, top = 0, scrollbars, resizable"); 31 Open("width=200, height=200, left = 0, top = 0, scrollbars, menubar, status, toolbar, resizable"); 45 Open("width=200,height=200,left=" + (screen.width - 200) + ",screenY=0, resizable");
|
/external/webkit/Source/WebKit/chromium/public/ |
WebWindowFeatures.h | 59 bool resizable; member in struct:WebKit::WebWindowFeatures 75 , resizable(true) 97 , resizable(f.resizable)
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
browser_actions_container_view.mm | 55 - (void)setResizable:(BOOL)resizable { 56 if (resizable == resizable_) 58 resizable_ = resizable;
|
/external/webkit/Source/WebCore/page/ |
WindowFeatures.h | 51 , resizable(true) 74 bool resizable; member in struct:WebCore::WindowFeatures
|
WindowFeatures.cpp | 63 resizable = true; 72 resizable = true; 133 // We treat keyString of "resizable" here as an additional feature rather than setting resizeable to true. 205 resizable = boolFeature(features, "resizable");
|
/external/doclava/res/assets/templates/assets/ |
doclava-developer-docs.css | 35 #side-nav.not-resizable { 1077 /* JQUERY RESIZABLE STYLES */ 1078 .ui-resizable { position: relative; } 1079 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; } 1080 .ui-resizable .ui-resizable-handle { display: block; } 1081 body .ui-resizable-disabled .ui-resizable-handle { display: none; } 1082 body .ui-resizable-autohide .ui-resizable-handle { display: none; [all...] |
jquery-resizable.min.js | [all...] |
doclava-developer-docs.js | 155 $("#resize-packages-nav").resizable({handles: "s", resize: function(e, ui) { resizePackagesHeight(); } }); 156 $(".side-nav-resizable").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } }); 161 } else if ($(".side-nav-resizable").length) { 280 * which creates the resizable side bar */ 298 if ($(".side-nav-resizable").length) { // Must check if the nav is resizable because IE6 calls resizeWidth() from resizeAll() for all pages
|
/build/tools/droiddoc/templates-pdk/ |
head_tag.cs | 17 <script src="<?cs var:toroot ?>assets/jquery-resizable.min.js" type="text/javascript"></script>
|
/cts/tests/tests/dpi/src/android/dpi/cts/ |
DefaultManifestAttributesTest.java | 32 * android:resizable
|
/external/apache-http/src/org/apache/http/util/ |
package.html | 39 The helper classes for resizable
|
/external/chromium/chrome/browser/ui/gtk/ |
nine_box.h | 13 // use bitmaps for constructing image-based resizable widgets like buttons.
|
/external/doclava/res/assets/templates/ |
head_tag.cs | 19 <script src="<?cs var:toroot ?>assets/jquery-resizable.min.js" type="text/javascript"></script>
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_Surface.3 | 77 Surface is resizable (Display Surface)
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebUIClient.cpp | 63 map.set("resizable", WebBoolean::create(windowFeatures.resizable)); 227 void WebUIClient::setIsResizable(WebPageProxy* page, bool resizable) 231 m_client.setIsResizable(toAPI(page), resizable, m_client.clientInfo);
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetProviderInfo.java | 30 * Widget is not resizable. 34 * Widget is resizable in the horizontal axis only. 38 * Widget is resizable in the vertical axis only. 42 * Widget is resizable in both the horizontal and vertical axes.
|
/frameworks/base/core/java/com/google/android/collect/ |
Lists.java | 41 * Creates a resizable {@code ArrayList} instance containing the given
|
/sdk/eclipse/ |
dictionary.txt | 255 resizable
|
/external/webkit/Source/WebKit/mac/DefaultDelegates/ |
WebDefaultUIDelegate.m | 137 - (void)webView: (WebView *)wv setResizable:(BOOL)resizable 141 [[wv window] setShowsResizeIndicator:resizable];
|
/build/tools/droiddoc/templates-pdk/assets/ |
jquery-resizable.min.js | [all...] |
android-developer-docs.css | 1497 /* JQUERY RESIZABLE STYLES */ 1498 .ui-resizable { position: relative; } 1499 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; } 1500 .ui-resizable .ui-resizable-handle { display: block; } 1501 body .ui-resizable-disabled .ui-resizable-handle { display: none; } 1502 body .ui-resizable-autohide .ui-resizable-handle { display: none; } 1503 .ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px [all...] |
/build/tools/droiddoc/templates-ds/assets/ |
android-developer-docs.css | 1497 /* JQUERY RESIZABLE STYLES */ 1498 .ui-resizable { position: relative; } 1499 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; } 1500 .ui-resizable .ui-resizable-handle { display: block; } 1501 body .ui-resizable-disabled .ui-resizable-handle { display: none; } 1502 body .ui-resizable-autohide .ui-resizable-handle { display: none; } 1503 .ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px [all...] |