/packages/apps/Launcher3/src/com/android/launcher3/config/ |
BaseFlags.java | 38 // When enabled allows to use any point on the fast scrollbar to start dragging.
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
WidgetsRecyclerView.java | 92 * Updates the bounds for the scrollbar.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
textView.py | 46 self.scrollbarView = Scrollbar(frameText, orient=VERTICAL,
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
textView.py | 46 self.scrollbarView = Scrollbar(frameText, orient=VERTICAL,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
textView.py | 46 self.scrollbarView = Scrollbar(frameText, orient=VERTICAL,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
textView.py | 46 self.scrollbarView = Scrollbar(frameText, orient=VERTICAL,
|
/external/python/cpython2/Demo/tkinter/guido/ |
mbox.py | 57 folderbar = Scrollbar(right, {'relief': 'sunken', 'bd': 2}) 83 scanbar = Scrollbar(left, {'relief': 'sunken', 'bd': 2})
|
kill.py | 78 self.frame.vscroll = Scrollbar(self.frame, orient=VERTICAL)
|
svkill.py | 103 self.frame.vscroll = Scrollbar(self.frame, orient=VERTICAL)
|
/external/python/cpython2/Tools/pynche/ |
ListViewer.py | 39 # create the canvas which holds everything, and its scrollbar 45 self.__scrollbar = Scrollbar(frame)
|
/packages/apps/Car/libs/car-stream-ui-lib/res/values/ |
dimens.xml | 74 <!-- The minimum the scrollbar thumb can shrink to --> 76 <!-- The maximum the scrollbar thumb can grow to -->
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completionvalues1-expected-completion32.txt | 223 android:scrollbarAlwaysDrawHorizontalTrack : Defines whether the horizontal scrollbar track should always be drawn. [boolean] 224 android:scrollbarAlwaysDrawVerticalTrack : Defines whether the vertical scrollbar track should always be drawn. [boolean] 225 android:scrollbarDefaultDelayBeforeFade : Defines the delay in milliseconds that a scrollbar waits before fade out. [integer] 226 android:scrollbarFadeDuration : Defines the delay in milliseconds that a scrollbar takes to fade out. [integer] 228 android:scrollbarStyle : Controls the scrollbar style and position. [enum] 229 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference] 230 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference] 231 android:scrollbarTrackHorizontal : Defines the horizontal scrollbar track drawable. [reference] 232 android:scrollbarTrackVertical : Defines the vertical scrollbar track drawable. [reference] [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/ |
tktools.py | 90 vbar = Scrollbar(frame, takefocus=takefocus)
95 vbar = Scrollbar(frame, name="vbar", takefocus=takefocus)
105 hbar = Scrollbar(frame, orient=HORIZONTAL, name="hbar",
|
/external/python/cpython2/Tools/webchecker/ |
tktools.py | 90 vbar = Scrollbar(frame, takefocus=takefocus) 95 vbar = Scrollbar(frame, name="vbar", takefocus=takefocus) 105 hbar = Scrollbar(frame, orient=HORIZONTAL, name="hbar",
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
AccordionControl.java | 41 import org.eclipse.swt.widgets.ScrollBar; 252 ScrollBar verticalBar = scrolledComposite.getVerticalBar(); 277 ScrollBar vBar = scrolledComposite.getVerticalBar();
|
/external/python/cpython2/Demo/turtle/ |
turtleDemo.py | 115 self.vbar = vbar = Scrollbar(text_frame, name='vbar') 118 self.hbar = hbar = Scrollbar(text_frame, name='hbar', orient=HORIZONTAL)
|
/external/python/cpython2/Lib/lib-tk/ |
FileDialog.py | 69 self.filesbar = Scrollbar(self.midframe) 80 self.dirsbar = Scrollbar(self.midframe)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
FileDialog.py | 69 self.filesbar = Scrollbar(self.midframe) 80 self.dirsbar = Scrollbar(self.midframe)
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
FileDialog.py | 69 self.filesbar = Scrollbar(self.midframe) 80 self.dirsbar = Scrollbar(self.midframe)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
FileDialog.py | 69 self.filesbar = Scrollbar(self.midframe) 80 self.dirsbar = Scrollbar(self.midframe)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
FileDialog.py | 69 self.filesbar = Scrollbar(self.midframe) 80 self.dirsbar = Scrollbar(self.midframe)
|
/system/extras/simpleperf/scripts/ |
report.py | 217 yscrollbar = Scrollbar(report_frame) 219 xscrollbar = Scrollbar(report_frame, orient=HORIZONTAL)
|
/cts/tests/tests/preference2/src/android/preference2/cts/ |
TestUtils.java | 63 // Crop the right side for scrollbar which might or might not be visible. But on
|
/external/fmtlib/doc/bootstrap/ |
tables.less | 179 -ms-overflow-style: -ms-autohiding-scrollbar;
|
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ |
ViewBindingAdapterTest.java | 146 View view = mBinder.scrollbar;
|