Searched refs:VideoRecordingHints (Results 1 – 2 of 2) sorted by relevance
40 public class VideoRecordingHints extends View { class64 private final WeakReference<VideoRecordingHints> mHints;67 public RotationAnimatorListener(VideoRecordingHints hint) { in RotationAnimatorListener()68 mHints = new WeakReference<VideoRecordingHints>(hint); in RotationAnimatorListener()78 VideoRecordingHints hint = mHints.get(); in onAnimationEnd()91 VideoRecordingHints hint = mHints.get(); in onAnimationEnd()111 private final WeakReference<VideoRecordingHints> mHints;112 AlphaAnimatorListener(VideoRecordingHints hint) { in AlphaAnimatorListener()113 mHints = new WeakReference<VideoRecordingHints>(hint); in AlphaAnimatorListener()123 VideoRecordingHints hint = mHints.get(); in onAnimationEnd()[all …]
35 import com.android.camera.widget.VideoRecordingHints;54 private VideoRecordingHints mVideoHints;111 mVideoHints = (VideoRecordingHints) mRootView.findViewById(R.id.video_shooting_hints); in VideoUI()