HomeSort by relevance Sort by last modified time
    Searched full:scroller (Results 26 - 50 of 151) sorted by null

12 3 4 5 6 7

  /external/droiddriver/src/com/google/android/droiddriver/scroll/
SentinelScroller.java 31 * A {@link Scroller} that looks for the desired child in the current shown
39 public class SentinelScroller implements Scroller {
50 * @param axis the axis this scroller can scroll
Scroller.java 27 public interface Scroller {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
FlingScroller.java 20 // This is a customized version of Scroller, with a interface similar to
21 // android.widget.Scroller. It does fling only, not scroll.
23 // The differences between the this Scroller and the system one are:
ScrollerHelper.java 70 // This forces the scroller to reach the final position.
  /external/llvm/test/CodeGen/X86/
2010-04-13-AnalyzeBranchCrash.ll 7 define void @t(%0* %self, i8* nocapture %_cmd, %1* %scroller, i32 %hitPart, float %multiplier) nounwind optsize ssp {
16 %cmp19 = icmp eq %1* null, %scroller ; <i1> [#uses=2]
  /frameworks/base/core/java/com/android/internal/widget/
AutoScrollHelper.java 135 /** Scroller used to control acceleration toward maximum velocity. */
171 /** Whether to reset the scroller start time on the next animation. */
177 /** Whether the auto-scroller is actively scrolling. */
180 /** Whether the auto-scroller is enabled. */
183 /** Whether the auto-scroller consumes events when scrolling. */
472 // If the auto scroller was not previously active, but it should
491 final ClampedScroller scroller = mScroller; local
492 final int verticalDirection = scroller.getVerticalDirection();
493 final int horizontalDirection = scroller.getHorizontalDirection();
695 final ClampedScroller scroller = mScroller local
    [all...]
  /frameworks/base/docs/html/training/gestures/
index.jd 2 page.tags="input","navigation","gesturedetector","scroller"
78 Learn how to use scrollers ({@link android.widget.Scroller} or {@link
  /external/chromium/chrome/browser/chromeos/panels/
panel_scroller.h 47 // All panels in this scroller.
panel_scroller.cc 87 PanelScroller* scroller = new PanelScroller(); local
88 widget->SetContentsView(scroller);
92 return scroller;
  /external/chromium_org/ash/system/tray/
tray_details_view.h 52 FixedSizedScrollView* scroller() const { return scroller_; } function in class:ash::internal::TrayDetailsView
  /frameworks/base/core/java/android/widget/
OverScroller.java 30 * {@link android.widget.Scroller} in most cases.
132 * Returns whether the scroller has finished scrolling.
134 * @return True if the scroller has finished scrolling, false otherwise.
143 * does NOT cause the scroller to move to the final x and y
252 * Sets the final position (X) for this scroller.
270 * Sets the final position (Y) for this scroller.
299 // Any scroller can be used for time, since they were started
308 q = Scroller.viscousFluid(q);
416 * @param minX Minimum X value. The scroller will not scroll past this point
419 * @param maxX Maximum X value. The scroller will not scroll past this poin
    [all...]
NumberPicker.java 331 * The {@link Scroller} responsible for flinging the selector.
333 private final Scroller mFlingScroller;
336 * The {@link Scroller} responsible for adjusting the selector.
338 private final Scroller mAdjustScroller;
402 * The back ground color used to optimize scroller fading.
713 mFlingScroller = new Scroller(getContext(), null, true);
714 mAdjustScroller = new Scroller(getContext(), new DecelerateInterpolator(2.5f));
772 * Move to the final position of a scroller. Ensures to force finish the scroller
776 * @param scroller The scroller to whose final position to get
1036 Scroller scroller = mFlingScroller; local
    [all...]
  /frameworks/base/docs/html/training/printing/
index.jd 2 page.tags="print","navigation","gesturedetector","scroller"
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 30 * {@link android.widget.Scroller} in most cases.
134 * Returns whether the scroller has finished scrolling.
136 * @return True if the scroller has finished scrolling, false otherwise.
145 * does NOT cause the scroller to move to the final x and y
254 * Sets the final position (X) for this scroller.
272 * Sets the final position (Y) for this scroller.
301 // Any scroller can be used for time, since they were started
310 q = Scroller.viscousFluid(q);
418 * @param minX Minimum X value. The scroller will not scroll past this point
421 * @param maxX Maximum X value. The scroller will not scroll past this poin
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
DensityActivity.java 116 ScrollView scroller = new ScrollView(this); local
117 scroller.addView(view, new ScrollView.LayoutParams(ScrollView.LayoutParams.MATCH_PARENT,
119 return scroller;
  /external/replicaisland/src/com/replica/replicaisland/
LevelBuilder.java 172 ScrollerComponent scroller = new ScrollerComponent(xScrollSpeed, yScrollSpeed, local
174 scroller.setRenderComponent(backgroundRender);
176 background.add(scroller);
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 34 * {@link android.widget.Scroller} in most cases.
136 * Returns whether the scroller has finished scrolling.
138 * @return True if the scroller has finished scrolling, false otherwise.
147 * does NOT cause the scroller to move to the final x and y
256 * Sets the final position (X) for this scroller.
274 * Sets the final position (Y) for this scroller.
303 // Any scroller can be used for time, since they were started
420 * @param minX Minimum X value. The scroller will not scroll past this point
423 * @param maxX Maximum X value. The scroller will not scroll past this point
426 * @param minY Minimum Y value. The scroller will not scroll past this poin
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentLayout.java 213 ScrollView scroller = new ScrollView(getActivity()); local
218 scroller.addView(text);
220 return scroller;
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentLayoutSupport.java 212 ScrollView scroller = new ScrollView(getActivity()); local
217 scroller.addView(text);
219 return scroller;
  /frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DpiTestActivity.java 146 ScrollView scroller = new ScrollView(this); local
147 scroller.addView(view, new ScrollView.LayoutParams(ScrollView.LayoutParams.MATCH_PARENT,
149 return scroller;
  /external/chromium_org/remoting/webapp/
connection_history.css 17 #connection-history-scroller {
  /external/chromium_org/ui/app_list/cocoa/
scroll_view_with_no_scrollbars.mm 71 // Since the scroll view has no vertical scroller, regular up and down mouse
  /packages/apps/Browser/res/layout/
nav_screen.xml 24 android:id="@+id/scroller"
  /packages/apps/Browser/res/layout-land/
nav_screen.xml 24 android:id="@+id/scroller"
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ViewportControl.js 84 // Secure scroller.
110 // Release scroller protection.

Completed in 541 milliseconds

12 3 4 5 6 7