Searched refs:scroller (Results 1 – 3 of 3) sorted by relevance
39 final HorizontalScrollView scroller = in bindEditor() local41 scroller.setVisibility(View.VISIBLE); in bindEditor()54 if (x < scroller.getScrollX() || in bindEditor()55 x > scroller.getScrollX() + scroller.getWidth()) { in bindEditor()56 scroller.scrollTo(imageViewHolder.getLeft(), 0); in bindEditor()
132 JScrollPane scroller = new JScrollPane(crosshair); in buildViewerAndControls() local133 scroller.setPreferredSize(new Dimension(320, 480)); in buildViewerAndControls()134 scroller.setBorder(null); in buildViewerAndControls()135 panel.add(scroller, in buildViewerAndControls()
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...