/packages/apps/VideoEditor/src/com/android/videoeditor/ |
D | ProjectPickerAdapter.java | 98 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()
|
D | VideoEditorBaseActivity.java | 89 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()
|
D | VideoEditorActivity.java | 1735 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/ |
D | default.properties | 8 # project structure.
|
/packages/apps/VideoEditor/ |
D | default.properties | 8 # project structure.
|
/packages/wallpapers/PhaseBeam/ |
D | default.properties | 8 # project structure.
|
/packages/wallpapers/Galaxy4/ |
D | default.properties | 8 # project structure.
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
D | PlayheadView.java | 123 public void setProject(VideoEditorProject project) { in setProject() argument 124 mProject = project; in setProject()
|
D | AudioTrackLinearLayout.java | 292 public void setProject(VideoEditorProject project) { in setProject() argument 299 mProject = project; in setProject()
|
D | OverlayLinearLayout.java | 345 public void setProject(VideoEditorProject project) { in setProject() argument 359 mProject = project; in setProject()
|
D | MediaLinearLayout.java | 577 public void setProject(VideoEditorProject project) { in setProject() argument 582 mProject = project; in setProject()
|
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
D | ApiServiceListener.java | 59 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/ |
D | dbreg_API_doxyfile | 4 # 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/ |
D | feature_mos_API_doxyfile | 4 # 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/ |
D | feature_mos_API_doxyfile | 4 # 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/ |
D | dbreg_API_doxyfile | 4 # 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/ |
D | AddressListParser.jj | 38 * Copyright 2004 the mime4j project
|