Searched refs:thumb (Results 1 – 10 of 10) sorted by relevance
179 int thumb = cx; in resizeScrollbar() local182 if (selection + thumb > maximum) { in resizeScrollbar()183 selection = maximum - thumb; in resizeScrollbar()189 mScrollbar.setValues(selection, mScrollbar.getMinimum(), maximum, thumb, mScrollbar in resizeScrollbar()
1589 int thumb = bar.getThumb(); in widgetSelected() local1590 int maxY = selection + thumb; in widgetSelected()
190 String thumb = template.getThumbnailPath(); in updatePreview() local191 if (thumb != null && !thumb.isEmpty()) { in updatePreview()193 thumb.replace('/', File.separatorChar)); in updatePreview()
368 Element thumb = (Element) thumbs.item(i); in getThumbnailPath() local370 NamedNodeMap attributes = thumb.getAttributes(); in getThumbnailPath()372 bestMatch = thumb; in getThumbnailPath()394 bestMatch = thumb; in getThumbnailPath()
214 String thumb = null; in onEnter() local216 thumb = template.getThumbnailPath(); in onEnter()406 setPreview(thumb); in onEnter()499 private void setPreview(String thumb) { in setPreview() argument504 if (thumb == null || thumb.isEmpty()) { in setPreview()508 byte[] data = mValues.getTemplateHandler().readTemplateResource(thumb); in setPreview()
93 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]
27 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference]28 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference]
102 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference]103 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference]
610 int thumb = mVerticalScrollBar.getThumb(); in updateVisibleRange() local615 double bottom = (double) (selection + thumb) / max; in updateVisibleRange()