Home
last modified time | relevance | path

Searched refs:thumb (Results 1 – 10 of 10) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DCanvasTransform.java179 int thumb = cx; in resizeScrollbar() local
182 if (selection + thumb > maximum) { in resizeScrollbar()
183 selection = maximum - thumb; in resizeScrollbar()
189 mScrollbar.setValues(selection, mScrollbar.getMinimum(), maximum, thumb, mScrollbar in resizeScrollbar()
DRenderPreviewManager.java1589 int thumb = bar.getThumb(); in widgetSelected() local
1590 int maxY = selection + thumb; in widgetSelected()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DActivityPage.java190 String thumb = template.getThumbnailPath(); in updatePreview() local
191 if (thumb != null && !thumb.isEmpty()) { in updatePreview()
193 thumb.replace('/', File.separatorChar)); in updatePreview()
DTemplateMetadata.java368 Element thumb = (Element) thumbs.item(i); in getThumbnailPath() local
370 NamedNodeMap attributes = thumb.getAttributes(); in getThumbnailPath()
372 bestMatch = thumb; in getThumbnailPath()
394 bestMatch = thumb; in getThumbnailPath()
DNewTemplatePage.java214 String thumb = null; in onEnter() local
216 thumb = template.getThumbnailPath(); in onEnter()
406 setPreview(thumb); in onEnter()
499 private void setPreview(String thumb) { in setPreview() argument
504 if (thumb == null || thumb.isEmpty()) { in setPreview()
508 byte[] data = mValues.getTemplateHandler().readTemplateResource(thumb); in setPreview()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion32.txt93 android:fastScrollEnabled : Enables the fast scroll thumb that can be dragged to quickly scroll th…
229 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference]
230 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference]
263 android:switchTextAppearance : TextAppearance style for text displayed on the switch thumb. [refer…
294 android:thumb : Drawable to use as the "thumb" that switches back and forth. [reference]
295 android:thumbOffset : An offset for the thumb that allows it to extend out of the range of the tra…
296 android:thumbTextPadding : Amount of padding on either side of text within the switch thumb. [dime…
299 android:track : Drawable to use as the "track" that the switch thumb slides within. [reference]
Dcompletion12-expected-completion75.txt27 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference]
28 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference]
Dcompletion5-expected-completion40.txt102 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference]
103 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference]
Dcompletion1-expected-completion39.txt102 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference]
103 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DGLFunctionTraceViewer.java610 int thumb = mVerticalScrollBar.getThumb(); in updateVisibleRange() local
615 double bottom = (double) (selection + thumb) / max; in updateVisibleRange()