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

  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java 320 final SkewableTextView nextView, final Runnable endAction) {
331 nextView.setVisibility(View.VISIBLE);
332 nextView.setSkewX(-.5f);
333 nextView.setTranslationX(mContainer.getWidth());
335 ObjectAnimator nextMover = ObjectAnimator.ofFloat(nextView, View.TRANSLATION_X, 0);
338 ObjectAnimator nextSkewer = ObjectAnimator.ofFloat(nextView, "skewX", 0);
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java 500 View nextView = root.focusSearch(direction);
501 if (nextView != null) {
502 next = nextView.createAccessibilityNodeInfo();
    [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]

Completed in 361 milliseconds