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

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CommonControllerOverlay.java 63 protected final ImageView mPlayPauseReplayView;
104 mPlayPauseReplayView = new ImageView(context);
105 mPlayPauseReplayView.setImageResource(R.drawable.ic_vidcontrol_play);
106 mPlayPauseReplayView.setContentDescription(
108 mPlayPauseReplayView.setBackgroundResource(R.drawable.bg_vidcontrol);
109 mPlayPauseReplayView.setScaleType(ScaleType.CENTER);
110 mPlayPauseReplayView.setFocusable(true);
111 mPlayPauseReplayView.setClickable(true);
112 mPlayPauseReplayView.setOnClickListener(this);
113 addView(mPlayPauseReplayView, wrapContent)
    [all...]
TrimControllerOverlay.java 44 mPlayPauseReplayView.setVisibility(View.INVISIBLE);
47 mPlayPauseReplayView.setAlpha(1f);
56 ObjectAnimator anim = ObjectAnimator.ofFloat(mPlayPauseReplayView, "alpha", 1f, 0f);
MovieControllerOverlay.java 95 startHideAnimation(mPlayPauseReplayView);
108 mPlayPauseReplayView.setAnimation(null);

Completed in 2244 milliseconds