Searched refs:resize (Results 1 – 10 of 10) sorted by relevance
/build/make/tools/droiddoc/templates-pdk/ |
D | head_tag.cs | 48 #resize-packages-nav{border-bottom:3px solid #666;}
|
D | customizations.cs | 59 </div> <!-- end resize-packages -->
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.js | 152 …$("#resize-packages-nav").resizable({handles: "s", resize: function(e, ui) { resizePackagesHeight(… method 153 $("#side-nav").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } }); method
|
D | android-developer-docs.css | 37 #resize-packages-nav { 38 /* keeps the resize handle below the h-scroll handle */ 1503 .ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; 1505 .ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%;
|
D | jquery-resizable.min.js | 40 …resize:function(f,h){var e=c(this).data("resizable"),i=e.options,g=e.originalSize,k=e.originalPosi… method
|
/build/make/tools/droiddoc/templates-ndk/ |
D | customizations.cs | 439 </div> <!-- end resize-packages -->
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | android-developer-docs.css | 1229 #resize-packages-nav { 1230 /* keeps the resize handle below the h-scroll handle */ 2695 .ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; 2697 .ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%;
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | docs.js | 447 $(window).resize(function() { 2826 resize: function(event, ui) { resizeNav(); }, /* resize the nav while dragging */ method 4260 $(window).resize(resizeWidget);
|
D | android_3p-bundle.js | 2670 …resize:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.originalSize,g=d.originalPosi… method 2682 …resize(),b.element.attr("role","tablist"),b.headers.attr("role","tab").bind("keydown.accordion",fu… 2694 …resize(),c.options.modal&&(d=0,a(".ui-dialog").each(function(){this!==c.uiDialog[0]&&(e=a(this).cs… method
|
/build/make/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 2544 .ui-resizable-s { cursor: s-resize; height: 10px; width: 100% !important; bottom: -11px; left: 0; 2549 cursor: e-resize; width: 10px; right: 0; top: 0; height: 100%; border-right: solid
|