OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scrollbar
(Results
51 - 75
of
304
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
HoverOverlay.java
48
/** Vertical scaling &
scrollbar
information. */
51
/** Horizontal scaling &
scrollbar
information. */
/external/python/cpython2/Tools/audiopy/
audiopy
390
scrollbar
=
Scrollbar
(root)
391
scrollbar
.pack(fill=Y, side=RIGHT)
393
text.configure(yscrollcommand=(
scrollbar
, 'set'))
394
scrollbar
.configure(command=(text, 'yview'))
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java
43
import org.eclipse.swt.widgets.
ScrollBar
;
101
private
ScrollBar
mHorizontalBar;
102
private
ScrollBar
mVerticalBar;
224
ScrollBar
bar = (
ScrollBar
) event.widget;
239
ScrollBar
bar = (
ScrollBar
) event.widget;
/external/python/cpython2/Mac/Demo/
textedit.html
126
returns the current X and Y
scrollbar
values, scaled to <code>0..32767</code>. For X we return <code>None</code>,
127
which means "no
scrollbar
, please", for Y we use the scaler provided by <code>ScrolledWindow</code>. <p>
129
<code>Scrollbar_callback</code> is called when the user uses the
scrollbar
. It is passed a string <code>'x'</code>
/developers/build/prebuilts/gradle/BorderlessButtons/Application/src/main/res/layout/
sample_main.xml
41
you should set the android:scrollbarStyle such that the
scrollbar
/developers/build/prebuilts/gradle/CustomChoiceList/
README.md
37
guidelines. When doing so, you should set the `android:scrollbarStyle` attribute such that the
scrollbar
doesn't inset.
/developers/samples/android/ui/holo/BorderlessButtons/Application/src/main/res/layout/
sample_main.xml
41
you should set the android:scrollbarStyle such that the
scrollbar
/developers/samples/android/ui/lists/CustomChoiceList/
README.md
37
guidelines. When doing so, you should set the `android:scrollbarStyle` attribute such that the
scrollbar
doesn't inset.
template-params.xml
93
guidelines. When doing so, you should set the `android:scrollbarStyle` attribute such that the
scrollbar
doesn't inset.
/development/samples/browseable/BorderlessButtons/res/layout/
sample_main.xml
41
you should set the android:scrollbarStyle such that the
scrollbar
/external/pdfium/xfa/fwl/
cfwl_widget.h
35
ScrollBar
,
/external/python/cpython2/Demo/turtle/
tdemo_planet_and_moon.py
17
mouse over the
scrollbar
of the canvas.
/external/python/cpython2/Lib/idlelib/
help.py
18
HelpFrame - Contain text,
scrollbar
, and table-of-contents.
30
from Tkinter import Tk, Toplevel, Frame, Text,
Scrollbar
, Menu, Menubutton
201
"Display html text,
scrollbar
, and toc."
206
scroll =
Scrollbar
(self, command=text.yview)
textView.py
52
self.scrollbarView =
Scrollbar
(frameText, orient=VERTICAL,
/external/python/cpython2/Lib/idlelib/idle_test/
htest.py
347
scrollbar
= tk.
Scrollbar
(frameLabel, command=text.yview)
348
text.config(yscrollcommand=
scrollbar
.set)
349
scrollbar
.pack(side='right', fill='y', expand=False)
/external/syslinux/bios/com32/menu/
menu.c32
vesamenu.c32
/external/syslinux/com32/hdt/floppy/
hdt.cfg
17
MENU COLOR
SCROLLBAR
34;46
/external/syslinux/efi32/com32/menu/
menu.c32
vesamenu.c32
/external/trappy/trappy/plotter/js/
ILinePlot.js
148
* Remove 3 pixels from width to avoid unnecessary horizontal
scrollbar
/frameworks/base/core/java/com/android/internal/widget/
ScrollbarHelper.java
90
// smooth
scrollbar
enabled. try to estimate better.
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
ScrollbarHelper.java
89
// smooth
scrollbar
enabled. try to estimate better.
/packages/apps/Dialer/java/com/android/contacts/common/util/
ContactListViewUtils.java
41
// The EdgeEffect and
ScrollBar
need to span to the edge of the ListView's padding.
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsRecyclerView.java
151
* Ensures that we can present a stable
scrollbar
for views of varying types by pre-measuring
193
// Ensure we reattach the
scrollbar
if it was previously detached while fast-scrolling
359
* Updates the bounds for the
scrollbar
.
378
// Only show the
scrollbar
if there is height to be scrolled
Completed in 873 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>