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

12 3 4 5 6 7 8 9

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 8 # Create top frame, with scrollbar and listbox
12 self.vbar = vbar = Scrollbar(frame, name="vbar")
19 # Tie listbox and scrollbar together
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
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFastScroller.java 48 * the conversation and allows quickly moving to another position by dragging the scrollbar thumb
60 * @param position where the scrollbar should appear (either {@code POSITION_RIGHT_SIDE} or
98 // Whether to render the scrollbar on the right side (otherwise it'll be on the left).
101 // Whether the scrollbar is currently visible (it may still be animating).
104 // Whether we are waiting to hide the scrollbar (i.e. scrolling has stopped).
110 // Animations responsible for hiding the scrollbar & preview. May be null.
186 // Only show the scrollbar once the user starts scrolling
192 // Hide the scrollbar again after scrolling stops
214 // Slide the scrollbar in from the side
241 // Slide the scrollbar off to the sid
    [all...]
  /prebuilts/gdb/darwin-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/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
  /packages/services/Car/car-support-lib/res/values/
dimens.xml 76 <!-- The minimum the scrollbar thumb can shrink to -->
78 <!-- The maximum the scrollbar thumb can grow to -->
  /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. */
HoverOverlay.java 48 /** Vertical scaling & scrollbar information. */
51 /** Horizontal scaling & scrollbar information. */
  /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/Launcher3/src/com/android/launcher3/
BaseRecyclerView.java 232 * Returns the scrollbar for this recycler view.
246 * Updates the scrollbar thumb offset to match the visible scroll of the recycler view. It does
256 // Only show the scrollbar if there is height to be scrolled
316 * Updates the bounds for the scrollbar.
BaseRecyclerViewFastScrollBar.java 36 * The track and scrollbar that shows when you scroll the list.
65 // The inset is the buffer around which a point will still register as a click on the scrollbar
72 // This is the offset from the top of the scrollbar when the user first starts touching. To
248 * Animates the width and color of the scrollbar.
  /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
  /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 43 you should set the android:scrollbarStyle such that the scrollbar
  /developers/samples/android/ui/lists/CustomChoiceList/Application/src/main/res/layout/
sample_main.xml 43 you should set the android:scrollbarStyle such that the scrollbar
  /development/samples/browseable/CustomChoiceList/res/layout/
sample_main.xml 43 you should set the android:scrollbarStyle such that the scrollbar
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
ContactListViewUtils.java 29 // The EdgeEffect and ScrollBar need to span to the edge of the ListView's padding.
  /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/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 75 // set the horizontal scrollbar information.
82 // set the vertical scrollbar information.
89 // set the position of horizontal scrollbar.
91 // set the position of vertical scrollbar.
485 // set the horizontal scrollbar information.
492 // set the vertical scrollbar information.
499 // set the position of horizontal scrollbar.
501 // set the position of vertical scrollbar.
  /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;
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsRecyclerView.java 120 // Ensure we reattach the scrollbar if it was previously detached while fast-scrolling
256 * Updates the bounds for the scrollbar.
276 // Only show the scrollbar if there is height to be scrolled

Completed in 572 milliseconds

12 3 4 5 6 7 8 9