Home
last modified time | relevance | path

Searched refs:project (Results 1 – 17 of 17) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/
DProjectPickerAdapter.java98 for (VideoEditorProject project : mProjects) { in remove()
99 if (project.getPath().equals(projectPath)) { in remove()
100 if (mProjects.remove(project)) { in remove()
146 VideoEditorProject project = mProjects.get(position); in getView() local
147 title = project.getName(); in getView()
151 duration = millisecondsToTimeString(project.getProjectDuration()); in getView()
152 thumbnail = getThumbnail(project.getPath(), iv, title, duration); in getView()
DVideoEditorBaseActivity.java89 public void onVideoEditorCreated(String projectPath, VideoEditorProject project, in onVideoEditorCreated() argument
108 mProject = project; in onVideoEditorCreated()
114 public void onVideoEditorLoaded(String projectPath, VideoEditorProject project, in onVideoEditorLoaded() argument
121 if (exception != null || project == null) { in onVideoEditorLoaded()
133 mProject = project; in onVideoEditorLoaded()
DVideoEditorActivity.java1735 public void previewFrame(final VideoEditorProject project, final long timeMs,
1751 project.clearSurface(mSurfaceHolder);
1775 if (project.renderPreviewFrame(mSurfaceHolder, timeMs, overlayData)
1860 private void startPreviewPlayback(final VideoEditorProject project, final long fromMs) {
1866 previewStarted(project);
1875 project.startPreview(mSurfaceHolder, fromMs, -1, false, 3,
1968 private void previewStarted(VideoEditorProject project) {
/packages/wallpapers/NoiseField/
Ddefault.properties8 # project structure.
/packages/apps/VideoEditor/
Ddefault.properties8 # project structure.
/packages/wallpapers/PhaseBeam/
Ddefault.properties8 # project structure.
/packages/wallpapers/Galaxy4/
Ddefault.properties8 # project structure.
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DPlayheadView.java123 public void setProject(VideoEditorProject project) { in setProject() argument
124 mProject = project; in setProject()
DAudioTrackLinearLayout.java292 public void setProject(VideoEditorProject project) { in setProject() argument
299 mProject = project; in setProject()
DOverlayLinearLayout.java345 public void setProject(VideoEditorProject project) { in setProject() argument
359 mProject = project; in setProject()
DMediaLinearLayout.java577 public void setProject(VideoEditorProject project) { in setProject() argument
582 mProject = project; in setProject()
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
DApiServiceListener.java59 public void onVideoEditorCreated(String projectPath, VideoEditorProject project, in onVideoEditorCreated() argument
71 public void onVideoEditorLoaded(String projectPath, VideoEditorProject project, in onVideoEditorLoaded() argument
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile4 # doxygen (www.doxygen.org) for a project
26 # by quotes) that should identify the project.
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
194 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
201 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
208 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
214 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
246 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
490 # If the sources in your project are distributed over multiple directories
781 # of all compounds will be generated. Enable this if the project
[all …]
/packages/apps/Camera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile4 # doxygen (www.doxygen.org) for a project
26 # by quotes) that should identify the project.
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
194 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
201 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
208 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
214 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
246 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
490 # If the sources in your project are distributed over multiple directories
781 # of all compounds will be generated. Enable this if the project
[all …]
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile4 # doxygen (www.doxygen.org) for a project
26 # by quotes) that should identify the project.
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
194 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
201 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
208 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
214 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
246 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
490 # If the sources in your project are distributed over multiple directories
781 # of all compounds will be generated. Enable this if the project
[all …]
/packages/apps/Camera/jni/feature_stab/doc/
Ddbreg_API_doxyfile4 # doxygen (www.doxygen.org) for a project
26 # by quotes) that should identify the project.
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
194 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
201 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
208 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
214 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
246 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
490 # If the sources in your project are distributed over multiple directories
781 # of all compounds will be generated. Enable this if the project
[all …]
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
DAddressListParser.jj38 * Copyright 2004 the mime4j project