/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
configHelpSourceEdit.py | 49 self.frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
|
IOBinding.py | 3 # if the current window is both unmodified and unnamed 105 # Both return and cancel mean the same thing: do nothing 109 b1.pack(side=LEFT, fill=BOTH, expand=1) 112 b2.pack(side=LEFT, fill=BOTH, expand=1)
|
tabbedpages.py | 350 self.frame.pack(fill=BOTH, expand=True) 476 tabPage.pack(side=TOP, expand=TRUE, fill=BOTH)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
CallTipWindow.py | 151 text.pack(side=LEFT, fill=BOTH, expand=1)
|
configHelpSourceEdit.py | 49 self.frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
|
IOBinding.py | 3 # if the current window is both unmodified and unnamed 105 # Both return and cancel mean the same thing: do nothing 109 b1.pack(side=LEFT, fill=BOTH, expand=1) 112 b2.pack(side=LEFT, fill=BOTH, expand=1)
|
tabbedpages.py | 350 self.frame.pack(fill=BOTH, expand=True) 476 tabPage.pack(side=TOP, expand=TRUE, fill=BOTH)
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
ScreenViewer.java | 89 GridBagConstraints.FIRST_LINE_START, GridBagConstraints.BOTH, 94 GridBagConstraints.FIRST_LINE_START, GridBagConstraints.BOTH, 137 GridBagConstraints.FIRST_LINE_START, GridBagConstraints.BOTH, 434 GridBagConstraints.LINE_START, GridBagConstraints.BOTH,
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
LoginActivityTest.java | 310 autofillOneDatasetTest(BorderType.BOTH); 317 BOTH 333 if (borderType == BorderType.BOTH || borderType == BorderType.HEADER_ONLY) { 337 if (borderType == BorderType.BOTH || borderType == BorderType.FOOTER_ONLY) { [all...] |
/external/python/cpython2/Demo/tkinter/guido/ |
AttrDialog.py | 190 'Fill': (NONE, X, Y, BOTH), 419 frame.pack(expand=1, fill=BOTH)
|
canvasevents.py | 224 self.canvas.pack(expand=1, fill=BOTH)
|
/external/python/cpython2/Lib/idlelib/ |
IOBinding.py | 3 # if the current window is both unmodified and unnamed 102 # Both return and cancel mean the same thing: do nothing 106 b1.pack(side=LEFT, fill=BOTH, expand=1) 109 b2.pack(side=LEFT, fill=BOTH, expand=1)
|
tabbedpages.py | 350 self.frame.pack(fill=BOTH, expand=True) 479 tabPage.pack(side=TOP, expand=TRUE, fill=BOTH)
|
keybindingDialog.py | 55 frameMain.pack(side=TOP,expand=TRUE,fill=BOTH)
|
/external/python/cpython3/Lib/idlelib/ |
tabbedpages.py | 352 self.frame.pack(fill=BOTH, expand=True) 481 tabPage.pack(side=TOP, expand=TRUE, fill=BOTH)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
IOBinding.py | 3 # if the current window is both unmodified and unnamed 105 # Both return and cancel mean the same thing: do nothing 109 b1.pack(side=LEFT, fill=BOTH, expand=1) 112 b2.pack(side=LEFT, fill=BOTH, expand=1)
|
tabbedpages.py | 350 self.frame.pack(fill=BOTH, expand=True) 476 tabPage.pack(side=TOP, expand=TRUE, fill=BOTH)
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
IOBinding.py | 3 # if the current window is both unmodified and unnamed 105 # Both return and cancel mean the same thing: do nothing 109 b1.pack(side=LEFT, fill=BOTH, expand=1) 112 b2.pack(side=LEFT, fill=BOTH, expand=1)
|
tabbedpages.py | 350 self.frame.pack(fill=BOTH, expand=True) 476 tabPage.pack(side=TOP, expand=TRUE, fill=BOTH)
|
/external/python/cpython2/Tools/pynche/ |
PyncheWidget.py | 242 text.pack(fill=BOTH, expand=YES)
|
/external/python/cpython3/Tools/pynche/ |
PyncheWidget.py | 241 text.pack(fill=BOTH, expand=YES)
|
/external/robolectric/v1/src/main/java/android/net/ |
Uri__FromAndroid.java | [all...] |
/frameworks/base/core/java/android/net/ |
Uri.java | [all...] |
/external/proguard/src/proguard/gui/ |
MemberSpecificationDialog.java | 117 stretchPanelConstraints.fill = GridBagConstraints.BOTH;
|
/external/python/cpython2/Demo/turtle/ |
turtleDemo.py | 125 text.pack(side=LEFT, fill=BOTH, expand=1)
|