HomeSort by relevance Sort by last modified time
    Searched refs:scrollBar (Results 1 - 12 of 12) sorted by null

  /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);
104 if (scrollBar.getY() == 0) {
106 } else if (scrollBar.getY() + scrollBar.getHeight() >= getHeight()) {
119 if (!scrollBar.isSelected()) {
128 int scrollBarHeight = scrollBar.getHeight();
130 scrollBar.setY
    [all...]
  /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...]
  /packages/apps/Launcher3/src/com/android/launcher3/views/
RecyclerViewFastScroller.java 43 * The track and scrollbar that shows when you scroll the list.
54 public Integer get(RecyclerViewFastScroller scrollBar) {
55 return scrollBar.mWidth;
59 public void set(RecyclerViewFastScroller scrollBar, Integer value) {
60 scrollBar.setTrackWidth(value);
93 // This is the offset from the top of the scrollbar when the user first starts touching. To
310 * Animates the width of the scrollbar.
  /frameworks/base/core/java/android/webkit/
WebView.java 684 * Specifies whether the horizontal scrollbar has overlay style.
687 * @param overlay {@code true} if horizontal scrollbar should have overlay style
694 * Specifies whether the vertical scrollbar has overlay style.
697 * @param overlay {@code true} if vertical scrollbar should have overlay style
704 * Gets whether horizontal scrollbar has overlay style.
716 * Gets whether vertical scrollbar has overlay style.
    [all...]
WebViewProvider.java 356 public void onDrawVerticalScrollBar(Canvas canvas, Drawable scrollBar, int l, int t,
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /external/annotation-tools/asmx/test/lib/
log4j-1.2.9.jar 
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 
  /prebuilts/tools/common/m2/repository/log4j/log4j/1.2.12/
log4j-1.2.12.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 131 milliseconds