/packages/apps/TV/src/com/android/tv/search/ |
D | LocalSearchProvider.java | 189 row.add(result.getVideoWidth() == 0 ? null : String.valueOf(result.getVideoWidth())); in createSuggestionsCursor() 299 abstract int getVideoWidth(); in getVideoWidth() method in LocalSearchProvider.SearchResult
|
D | DataManagerSearch.java | 267 result.setVideoWidth(program.getVideoWidth()); in addResult()
|
/packages/apps/TV/src/com/android/tv/dvr/data/ |
D | RecordedProgram.java | 161 if (recordedProgram.getVideoWidth() == 0) { in toValues() 164 values.put(RecordedPrograms.COLUMN_VIDEO_WIDTH, recordedProgram.getVideoWidth()); in toValues() 448 public abstract int getVideoWidth(); in getVideoWidth() method in RecordedProgram
|
/packages/apps/TV/src/com/android/tv/data/ |
D | StreamInfo.java | 35 int getVideoWidth(); in getVideoWidth() method
|
D | Program.java | 344 public int getVideoWidth() { in getVideoWidth() method in Program
|
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/ |
D | DvrPlayer.java | 519 int videoWidth = trackInfo.getVideoWidth(); in setTvViewCallbacks() 524 * trackInfo.getVideoWidth() in setTvViewCallbacks()
|
/packages/apps/Camera2/src/com/android/camera/data/ |
D | Metadata.java | 63 public int getVideoWidth() { in getVideoWidth() method in Metadata
|
D | VideoItem.java | 81 int metadataWidth = mMetaData.getVideoWidth(); in getBestWidth()
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
D | MmsVideoRecorder.java | 99 int getVideoWidth() { in getVideoWidth() method in MmsVideoRecorder
|
D | CameraManager.java | 883 width = mMediaRecorder.getVideoWidth(); in stopVideo()
|
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/ |
D | FingerprintLocationAnimationVideoView.java | 100 mAspect = (float) mMediaPlayer.getVideoHeight() / mMediaPlayer.getVideoWidth(); in onFinishInflate()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/fingerprint/ |
D | FingerprintLocationAnimationVideoView.java | 100 mAspect = (float) mMediaPlayer.getVideoHeight() / mMediaPlayer.getVideoWidth(); in onFinishInflate()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
D | VideoPreferenceTest.java | 72 when(mMediaPlayer.getVideoWidth()).thenReturn(VIDEO_WIDTH); in setUp()
|
/packages/apps/TV/src/com/android/tv/util/ |
D | TvTrackInfoUtils.java | 227 + info.getVideoWidth()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | VideoPreference.java | 252 mAspectRadio = mMediaPlayer.getVideoWidth() / (float) mMediaPlayer.getVideoHeight(); in updateAspectRatio()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | VideoPreference.java | 268 mAspectRatio = mMediaPlayer.getVideoWidth() / (float) mMediaPlayer.getVideoHeight(); in updateAspectRatio()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | VideoThumbnailView.java | 102 mVideoWidth = mediaPlayer.getVideoWidth(); in VideoThumbnailView()
|
/packages/apps/TV/src/com/android/tv/guide/ |
D | ProgramTableAdapter.java | 602 program.getVideoWidth(), program.getVideoHeight())); 606 program.getVideoWidth(), program.getVideoHeight());
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | TunableTvView.java | 279 mVideoWidth = track.getVideoWidth(); 767 public int getVideoWidth() { in getVideoWidth() method in TunableTvView
|