/cts/tests/tests/dpi/src/android/dpi/cts/ |
AspectRatioTest.java | 61 aspectRatios.add(getAspectRatio(activity)); 67 private double getAspectRatio(Context context) {
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
VideoLayerManager.h | 85 float getAspectRatio(const int layerId);
|
VideoLayerAndroid.cpp | 113 float aspectRatio = manager->getAspectRatio(uniqueId());
|
VideoLayerManager.cpp | 166 float VideoLayerManager::getAspectRatio(const int layerId)
|
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
MovieMediaItem.java | 103 mAspectRatio = mediaItem.getAspectRatio(); 364 public int getAspectRatio() {
|
VideoEditorProject.java | 154 mAspectRatio = videoEditor.getAspectRatio(); 244 public int getAspectRatio() { 702 aspectRatio = mediaItem.getAspectRatio(); 703 } else if (mediaItem.getAspectRatio() != aspectRatio) { 717 int aspectRatio = mediaItem.getAspectRatio(); [all...] |
ApiService.java | [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
MediaArtistNativeHelper.java | [all...] |
MediaImageItem.java | 135 mAspectRatio = mMANativeHelper.getAspectRatio(mWidth, mHeight); 280 public int getAspectRatio() { 574 mVideoEditor.getAspectRatio(), mGeneratedClipHeight); 863 mVideoEditor.getAspectRatio(), mGeneratedClipHeight); [all...] |
MediaVideoItem.java | 170 mAspectRatio = mMANativeHelper.getAspectRatio(properties.width, 427 public int getAspectRatio() {
|
MediaItem.java | 273 public abstract int getAspectRatio();
|
VideoEditor.java | 696 public int getAspectRatio();
|
VideoEditorImpl.java | 531 public int getAspectRatio() { [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/ |
VideoEditorPreviewTest.java | 269 mVideoEditor.getAspectRatio()); 329 mVideoEditor.getAspectRatio()); 373 mVideoEditor.getAspectRatio()); [all...] |
MediaPropertiesTest.java | 77 assertEquals("Aspect Ratio Mismatch", aspectRatio, mvi.getAspectRatio()); 123 assertEquals("Aspect Ratio Mismatch", aspectRatio, mii.getAspectRatio()); [all...] |
VideoEditorAPITest.java | 496 mediaImageItem1.getAspectRatio()); [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
VideoEditorActivity.java | 611 final int currentAspectRatio = mProject.getAspectRatio(); [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
VideoEditorStressTest.java | 686 videoAspectRatio, mediaItem1.getAspectRatio()); 708 imageAspectRatio, mediaItem2.getAspectRatio()); [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
VideoEditorPerformance.java | 653 aspectRatio, mediaVideoItem.getAspectRatio()); [all...] |
/external/webkit/Source/WebCore/ |
ChangeLog-2007-10-14 | [all...] |
ChangeLog-2005-12-19 | [all...] |
ChangeLog-2006-05-10 | [all...] |