Home
last modified time | relevance | path

Searched refs:VideoRecordingHints (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/widget/
DVideoRecordingHints.java40 public class VideoRecordingHints extends View { class
64 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 …]
/packages/apps/Camera2/src/com/android/camera/
DVideoUI.java35 import com.android.camera.widget.VideoRecordingHints;
54 private VideoRecordingHints mVideoHints;
111 mVideoHints = (VideoRecordingHints) mRootView.findViewById(R.id.video_shooting_hints); in VideoUI()