OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoController
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Gallery2/src/com/android/camera/
VideoController.java
23
public interface
VideoController
extends OnShutterButtonListener {
VideoUI.java
76
private
VideoController
mController;
81
public VideoUI(CameraActivity activity,
VideoController
controller, View parent) {
VideoModule.java
74
VideoController
,
[
all
...]
/packages/apps/Camera/src/com/android/camera/
VideoController.java
30
public class
VideoController
extends PieController
48
public
VideoController
(CameraActivity activity, VideoModule module, PieRenderer pie) {
VideoModule.java
217
private
VideoController
mVideoControl;
386
mVideoControl = new
VideoController
(mActivity, this, mPieRenderer);
[
all
...]
Completed in 328 milliseconds