HomeSort by relevance Sort by last modified time
    Searched refs:nextView (Results 1 - 6 of 6) 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);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
FrameLayoutWithShadows.java 428 ViewParent nextView = view.getParent();
429 while (nextView != null && !(nextView instanceof FrameLayoutWithShadows)) {
430 nextView = nextView.getParent();
432 return (FrameLayoutWithShadows) nextView;
ScrollAdapterView.java     [all...]
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java 572 View nextView = root.focusSearch(direction);
573 if (nextView != null) {
574 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 1182 milliseconds