/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
configHelpSourceEdit.py | 21 self.resizable(height=FALSE, width=FALSE)
|
aboutDialog.py | 23 self.resizable(height=FALSE, width=FALSE)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionHandles.java | 32 * {@link SelectionHandle} objects (possibly empty, for non-resizable objects) the user
|
/build/tools/droiddoc/templates-ds/assets/js/ |
global-libraries-combined.js | [all...] |
/external/chromium_org/apps/ |
shell_window.h | 177 // If true, the window will be resizable by the user. Defaults to true. 178 bool resizable; member in struct:apps::ShellWindow::CreateParams
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel.h | 222 void SetAutoResizable(bool resizable); 243 // user-resizable, it should not be a problem.
|
panel.cc | 578 void Panel::SetAutoResizable(bool resizable) { 579 if (auto_resizable_ == resizable) 582 auto_resizable_ = resizable;
|
/external/eigen/Eigen/src/Core/ |
Transpose.h | 286 * \note if the matrix is not square, then \c *this must be a resizable matrix. 314 * \note if the matrix is not square, then \c *this must be a resizable matrix.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Standard_Suite.py | 421 """resizable - Whether the window can be resized. """ 493 'resizable' : _Prop_resizable,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/ |
Standard_Suite.py | 421 """resizable - Whether the window can be resized. """ 493 'resizable' : _Prop_resizable,
|
/external/apache-http/src/org/apache/http/util/ |
CharArrayBuffer.java | 37 * A resizable char array.
|
/external/ceres-solver/include/ceres/internal/ |
fixed_array.h | 44 // A FixedArray<T> represents a non-resizable array of T where the
|
/external/chromium/chrome/browser/ui/gtk/ |
create_application_shortcuts_dialog_gtk.cc | 240 false); // resizable
|
gtk_util.cc | 307 int width_id, int height_id, bool resizable) { 314 if (resizable) { 317 // For a non-resizable window, GTK tries to snap the window size 334 gtk_window_set_resizable(window, resizable ? TRUE : FALSE); [all...] |
/external/chromium_org/ash/shell/ |
app_list.cc | 82 return "Create Non-Resizable Window";
|
/external/chromium_org/chrome/browser/ui/cocoa/apps/ |
native_app_window_cocoa.h | 168 // resizable, and does not include NSTexturedBackgroundWindowMask when a
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_util.cc | 384 int width_id, int height_id, bool resizable) { 391 if (resizable) { 394 // For a non-resizable window, GTK tries to snap the window size 411 gtk_window_set_resizable(window, resizable ? TRUE : FALSE); [all...] |
/external/chromium_org/chrome/renderer/printing/ |
print_web_view_helper_win.cc | 206 // Consider creating metafile of the right size (or resizable)
|
/external/chromium_org/net/base/ |
io_buffer.h | 171 // This version provides a resizable buffer and a changeable offset.
|
/external/llvm/include/llvm/IR/ |
User.h | 42 /// prefixed to some derived class instance. For nodes of resizable variable
|
/packages/apps/Mms/src/com/android/mms/model/ |
MediaModel.java | 178 * @return whether the media is resizable or not. For instance, a picture can be resized
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
aboutDialog.py | 23 self.resizable(height=FALSE, width=FALSE)
|
/build/tools/droiddoc/templates-pdk/assets/ |
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 */
|
/frameworks/base/docs/html/about/versions/ |
android-3.1-highlights.jd | 247 Inbox, Unread, and Starred. The widget itself is now resizable, both 339 <h3 id="resizewidgetsapp">Resizable Home screen widgets</h3> 343 declaration of a widget, the widget becomes resizable horizontally, vertically,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Standard_Suite.py | 551 """resizable - Is the window resizable? """ 622 'resizable' : _Prop_resizable,
|