HomeSort by relevance Sort by last modified time
    Searched refs:resizable (Results 1 - 25 of 60) sorted by null

1 2 3

  /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...]
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
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 16 self.resizable(height=FALSE,width=FALSE)
aboutDialog.py 23 self.resizable(height=FALSE, width=FALSE)
configHelpSourceEdit.py 21 self.resizable(height=FALSE, width=FALSE)
keybindingDialog.py 18 self.resizable(height=FALSE,width=FALSE)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 16 self.resizable(height=FALSE,width=FALSE)
aboutDialog.py 23 self.resizable(height=FALSE, width=FALSE)
configHelpSourceEdit.py 21 self.resizable(height=FALSE, width=FALSE)
keybindingDialog.py 18 self.resizable(height=FALSE,width=FALSE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 16 self.resizable(height=FALSE,width=FALSE)
aboutDialog.py 23 self.resizable(height=FALSE, width=FALSE)
configHelpSourceEdit.py 21 self.resizable(height=FALSE, width=FALSE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 16 self.resizable(height=FALSE,width=FALSE)
aboutDialog.py 23 self.resizable(height=FALSE, width=FALSE)
configHelpSourceEdit.py 21 self.resizable(height=FALSE, width=FALSE)
  /build/make/tools/droiddoc/templates-pdk/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...]
android-developer-docs.js 152 $("#resize-packages-nav").resizable({handles: "s", resize: function(e, ui) { resizePackagesHeight(); } });
153 $("#side-nav").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } });
353 * which creates the resizable side bar */
  /art/runtime/
indirect_reference_table.cc 64 ResizableCapacity resizable,
70 resizable_(resizable) {
indirect_reference_table.h 233 ResizableCapacity resizable,
  /build/make/tools/droiddoc/templates-ndk/assets/
android-developer-docs.css     [all...]
  /build/make/tools/droiddoc/templates-sac/assets/
android-developer-docs.css     [all...]
  /external/doclava/res/assets/templates-sdk/assets/
android-developer-docs.css     [all...]
  /external/autotest/client/tools/
html_report.py     [all...]
  /external/v8/tools/
stats-viewer.py 262 self.root.resizable(width=False, height=False)

Completed in 2005 milliseconds

1 2 3