/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/windres/ |
scrollbar.rc | 3 SCROLLBAR 1001,43,68,105,10,0,0,0x81f503e9
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PointTestCases.java | 23 import org.eclipse.swt.widgets.ScrollBar; 70 ScrollBar scrollBar = new List(this, SWT.V_SCROLL|SWT.H_SCROLL).getHorizontalBar(); 71 return new TestCanvasTransform(scrollBar, mScaleX, mTranslateX); 76 ScrollBar scrollBar = new List(this, SWT.V_SCROLL|SWT.H_SCROLL).getVerticalBar(); 77 return new TestCanvasTransform(scrollBar, mScaleY, mTranslateY); 86 public TestCanvasTransform(ScrollBar scrollBar, float scale, float translate) { 87 super(null, scrollBar); [all...] |
/external/python/cpython2/Demo/tkinter/ttk/ |
plastik_theme.py | 63 ("Vertical.Scrollbar.uparrow", {"side": "top", "sticky": ''}), 64 ("Vertical.Scrollbar.downarrow", {"side": "bottom", "sticky": ''}), 65 ("Vertical.Scrollbar.uparrow", {"side": "bottom", "sticky": ''}), 66 ("Vertical.Scrollbar.trough", {"sticky": "ns", "children": 67 [("Vertical.Scrollbar.thumb", {"expand": 1, "unit": 1, 68 "children": [("Vertical.Scrollbar.grip", {"sticky": ''})] 74 ("Horizontal.Scrollbar.leftarrow", {"side": "left", "sticky": ''}), 75 ("Horizontal.Scrollbar.rightarrow", 77 ("Horizontal.Scrollbar.leftarrow", 79 ("Horizontal.Scrollbar.trough", {"sticky": "ew", "children" [all...] |
listbox_scrollcmd.py | 5 grid [ttk::scrollbar .s -command ".l yview" -orient vertical] -column 1 -row 0 -sticky ns 21 s = ttk.Scrollbar(command=l.yview, orient='vertical')
|
dirbrowser.py | 58 """Hide and show scrollbar as needed.""" 68 vsb = ttk.Scrollbar(orient="vertical") 69 hsb = ttk.Scrollbar(orient="horizontal")
|
/frameworks/base/core/java/com/android/internal/widget/ |
ScrollingView.java | 24 * <p>Compute the horizontal range that the horizontal scrollbar 34 * scrollbar 43 * <p>Compute the horizontal offset of the horizontal scrollbar's thumb 45 * of the thumb within the scrollbar's track.</p> 53 * @return the horizontal offset of the scrollbar's thumb 62 * <p>Compute the horizontal extent of the horizontal scrollbar's thumb 64 * of the thumb within the scrollbar's track.</p> 72 * @return the horizontal extent of the scrollbar's thumb 81 * <p>Compute the vertical range that the vertical scrollbar represents.</p> 87 * @return the total vertical range represented by the vertical scrollbar [all...] |
/frameworks/support/compat/java/android/support/v4/view/ |
ScrollingView.java | 24 * <p>Compute the horizontal range that the horizontal scrollbar 34 * scrollbar 43 * <p>Compute the horizontal offset of the horizontal scrollbar's thumb 45 * of the thumb within the scrollbar's track.</p> 53 * @return the horizontal offset of the scrollbar's thumb 62 * <p>Compute the horizontal extent of the horizontal scrollbar's thumb 64 * of the thumb within the scrollbar's track.</p> 72 * @return the horizontal extent of the scrollbar's thumb 81 * <p>Compute the vertical range that the vertical scrollbar represents.</p> 87 * @return the total vertical range represented by the vertical scrollbar [all...] |
/packages/apps/Dialer/java/com/android/dialer/contactsfragment/ |
FastScroller.java | 38 private View scrollBar; 52 scrollBar = findViewById(R.id.fast_scroller_scroll_bar); 72 scrollBar.setSelected(true); 82 scrollBar.setSelected(false); 98 if (scrollBar.getY() == 0) { 100 } else if (scrollBar.getY() + scrollBar.getHeight() >= getHeight()) { 113 if (!scrollBar.isSelected()) { 122 int scrollBarHeight = scrollBar.getHeight(); 124 scrollBar.setY [all...] |
/external/python/cpython2/Lib/lib-tk/ |
ScrolledText.py | 9 the Scrollbar widget. 16 from Tkinter import Frame, Text, Scrollbar, Pack, Grid, Place 22 self.vbar = Scrollbar(self.frame)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
ScrolledText.py | 9 the Scrollbar widget. 16 from Tkinter import Frame, Text, Scrollbar, Pack, Grid, Place 22 self.vbar = Scrollbar(self.frame)
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
ScrolledText.py | 9 the Scrollbar widget. 16 from Tkinter import Frame, Text, Scrollbar, Pack, Grid, Place 22 self.vbar = Scrollbar(self.frame)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
ScrolledText.py | 9 the Scrollbar widget. 16 from Tkinter import Frame, Text, Scrollbar, Pack, Grid, Place 22 self.vbar = Scrollbar(self.frame)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
ScrolledText.py | 9 the Scrollbar widget. 16 from Tkinter import Frame, Text, Scrollbar, Pack, Grid, Place 22 self.vbar = Scrollbar(self.frame)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasTransform.java | 22 import org.eclipse.swt.widgets.ScrollBar; 58 /** Scrollbar widget. */ 59 private ScrollBar mScrollbar; 61 public CanvasTransform(LayoutCanvas layoutCanvas, ScrollBar scrollbar) { 63 mScrollbar = scrollbar; 89 /** Recomputes the scrollbar and view port settings */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion12-expected-completion75.txt | 21 android:scrollbarStyle : Controls the scrollbar style and position. [enum] 24 android:scrollbarFadeDuration : Defines the delay in milliseconds that a scrollbar takes to fade out. [integer] 25 android:scrollbarDefaultDelayBeforeFade : Defines the delay in milliseconds that a scrollbar waits before fade out. [integer] 27 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference] 28 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference] 29 android:scrollbarTrackHorizontal : Defines the horizontal scrollbar track drawable. [reference] 30 android:scrollbarTrackVertical : Defines the vertical scrollbar track drawable. [reference] 31 android:scrollbarAlwaysDrawHorizontalTrack : Defines whether the horizontal scrollbar track should always be drawn. [boolean] 32 android:scrollbarAlwaysDrawVerticalTrack : Defines whether the vertical scrollbar track should always be drawn. [boolean]
|
/prebuilts/gdb/darwin-x86/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
|
/prebuilts/gdb/linux-x86/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
|
/prebuilts/python/darwin-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
|
/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
|
/external/python/cpython2/Demo/tkinter/matt/ |
canvas-with-scrollbars.py | 28 self.draw.scrollX = Scrollbar(self, orient=HORIZONTAL) 29 self.draw.scrollY = Scrollbar(self, orient=VERTICAL)
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
BaseRecyclerView.java | 125 * Returns the scrollbar for this recycler view. 138 * Updates the scrollbar thumb offset to match the visible scroll of the recycler view. It does 146 // Only show the scrollbar if there is height to be scrolled 184 * Updates the bounds for the scrollbar.
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
RecyclerViewFastScroller.java | 41 * The track and scrollbar that shows when you scroll the list. 51 public Integer get(RecyclerViewFastScroller scrollBar) { 52 return scrollBar.mWidth; 56 public void set(RecyclerViewFastScroller scrollBar, Integer value) { 57 scrollBar.setTrackWidth(value); 90 // This is the offset from the top of the scrollbar when the user first starts touching. To 303 * Animates the width of the scrollbar.
|
/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...] |
/external/python/cpython2/Lib/idlelib/ |
AutoCompleteWindow.py | 28 self.autocompletewindow = self.listbox = self.scrollbar = None 185 self.scrollbar = scrollbar = Scrollbar(acw, orient=VERTICAL) 186 self.listbox = listbox = Listbox(acw, yscrollcommand=scrollbar.set, 192 scrollbar.config(command=listbox.yview) 193 scrollbar.pack(side=RIGHT, fill=Y) 402 self.scrollbar.destroy() 403 self.scrollbar = None
|