HomeSort by relevance Sort by last modified time
    Searched full:scrollbar (Results 26 - 50 of 304) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
AutoCompleteWindow.py 28 self.autocompletewindow = self.listbox = self.scrollbar = None
184 self.scrollbar = scrollbar = Scrollbar(acw, orient=VERTICAL)
185 self.listbox = listbox = Listbox(acw, yscrollcommand=scrollbar.set,
191 scrollbar.config(command=listbox.yview)
192 scrollbar.pack(side=RIGHT, fill=Y)
400 self.scrollbar.destroy()
401 self.scrollbar = None
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 28 self.autocompletewindow = self.listbox = self.scrollbar = None
184 self.scrollbar = scrollbar = Scrollbar(acw, orient=VERTICAL)
185 self.listbox = listbox = Listbox(acw, yscrollcommand=scrollbar.set,
191 scrollbar.config(command=listbox.yview)
192 scrollbar.pack(side=RIGHT, fill=Y)
400 self.scrollbar.destroy()
401 self.scrollbar = None
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 28 self.autocompletewindow = self.listbox = self.scrollbar = None
184 self.scrollbar = scrollbar = Scrollbar(acw, orient=VERTICAL)
185 self.listbox = listbox = Listbox(acw, yscrollcommand=scrollbar.set,
191 scrollbar.config(command=listbox.yview)
192 scrollbar.pack(side=RIGHT, fill=Y)
400 self.scrollbar.destroy()
401 self.scrollbar = None
  /external/python/cpython2/Demo/tkinter/ttk/
treeview_multicolumn.py 64 vsb = ttk.Scrollbar(orient="vertical", command=self.tree.yview)
65 hsb = ttk.Scrollbar(orient="horizontal", command=self.tree.xview)
combo_themes.py 25 # which will cause it to create a scrollbar if there are more
  /frameworks/base/core/java/android/view/
RoundScrollbarRenderer.java 29 // The range of the scrollbar position represented as an angle in degrees.
43 // Paints for the round scrollbar.
ViewConfiguration.java 35 * Defines the width of the horizontal scrollbar and the height of the vertical scrollbar in
159 * Defines the minimum size of the touch target for a scrollbar in dips
445 * @return The width of the horizontal scrollbar and the height of the vertical
446 * scrollbar in dips
456 * @return The width of the horizontal scrollbar and the height of the vertical
457 * scrollbar in pixels
464 * @return the minimum size of the scrollbar thumb's touch target in pixels
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
EmptyViewsOverlay.java 35 /** Vertical scaling & scrollbar information. */
38 /** Horizontal scaling & scrollbar information. */
OutlineOverlay.java 35 /** Vertical scaling & scrollbar information. */
38 /** Horizontal scaling & scrollbar information. */
  /external/python/cpython2/Doc/library/
scrolledtext.rst 22 The text widget and scrollbar are packed together in a :class:`Frame`, and the
  /frameworks/base/core/java/android/widget/
ScrollBarDrawable.java 59 * Indicate whether the horizontal scrollbar track should always be drawn
71 * Indicate whether the vertical scrollbar track should always be drawn
83 * @return whether the vertical scrollbar track should always be drawn
93 * @return whether the horizontal scrollbar track should always be drawn
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ScrollNotifyingListView.java 28 * Ordinary list view with extra boilerplate to notify on scrollbar-related events (unrelated to
  /external/python/cpython2/Lib/idlelib/
ScrolledList.py 9 # Create top frame, with scrollbar and listbox
13 self.vbar = vbar = Scrollbar(frame, name="vbar")
20 # Tie listbox and scrollbar together
  /external/python/cpython2/Tools/pynche/
PyncheWidget.py 240 scrollbar = Scrollbar(root)
241 scrollbar.pack(fill=Y, side=RIGHT)
243 text.configure(yscrollcommand=(scrollbar, 'set'))
244 scrollbar.configure(command=(text, 'yview'))
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/
ImageCanvas.java 39 import org.eclipse.swt.widgets.ScrollBar;
48 private ScrollBar mHorizontalScrollBar;
49 private ScrollBar mVerticalScrollBar;
  /developers/build/prebuilts/gradle/CustomChoiceList/Application/src/main/res/layout/
sample_main.xml 45 you should set the android:scrollbarStyle such that the scrollbar
  /developers/samples/android/ui/lists/CustomChoiceList/Application/src/main/res/layout/
sample_main.xml 45 you should set the android:scrollbarStyle such that the scrollbar
  /development/samples/browseable/CustomChoiceList/res/layout/
sample_main.xml 45 you should set the android:scrollbarStyle such that the scrollbar
  /sdk/eclipse/
dictionary.txt 264 scrollbar
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion39.txt 96 android:scrollbarStyle : Controls the scrollbar style and position. [enum]
99 android:scrollbarFadeDuration : Defines the delay in milliseconds that a scrollbar takes to fade out. [integer]
100 android:scrollbarDefaultDelayBeforeFade : Defines the delay in milliseconds that a scrollbar waits before fade out. [integer]
102 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference]
103 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference]
104 android:scrollbarTrackHorizontal : Defines the horizontal scrollbar track drawable. [reference]
105 android:scrollbarTrackVertical : Defines the vertical scrollbar track drawable. [reference]
106 android:scrollbarAlwaysDrawHorizontalTrack : Defines whether the horizontal scrollbar track should always be drawn. [boolean]
107 android:scrollbarAlwaysDrawVerticalTrack : Defines whether the vertical scrollbar track should always be drawn. [boolean]
completion5-expected-completion40.txt 96 android:scrollbarStyle : Controls the scrollbar style and position. [enum]
99 android:scrollbarFadeDuration : Defines the delay in milliseconds that a scrollbar takes to fade out. [integer]
100 android:scrollbarDefaultDelayBeforeFade : Defines the delay in milliseconds that a scrollbar waits before fade out. [integer]
102 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference]
103 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference]
104 android:scrollbarTrackHorizontal : Defines the horizontal scrollbar track drawable. [reference]
105 android:scrollbarTrackVertical : Defines the vertical scrollbar track drawable. [reference]
106 android:scrollbarAlwaysDrawHorizontalTrack : Defines whether the horizontal scrollbar track should always be drawn. [boolean]
107 android:scrollbarAlwaysDrawVerticalTrack : Defines whether the vertical scrollbar track should always be drawn. [boolean]
  /external/fmtlib/doc/bootstrap/
modals.less 124 // Measure scrollbar width for padding body during modal show/hide
125 .modal-scrollbar-measure {
  /external/python/cpython2/Demo/tkinter/guido/
rmt.py 18 # text widget, scrollbar on right.
27 s = Scrollbar(f, relief=FLAT)
  /external/syslinux/com32/elflink/ldlinux/
colors.c 29 * 07 - scrollbar Scroll bar
50 {"scrollbar", "30;44", 0x40000000, 0x00000000, SHADOW_NORMAL},
  /external/syslinux/com32/menu/
colors.c 29 * 07 - scrollbar Scroll bar
50 {"scrollbar", "30;44", 0x40000000, 0x00000000, SHADOW_NORMAL},

Completed in 1152 milliseconds

12 3 4 5 6 7 8 91011>>