Home
last modified time | relevance | path

Searched refs:getVideoWidth (Results 1 – 19 of 19) sorted by relevance

/packages/apps/TV/src/com/android/tv/search/
DLocalSearchProvider.java189 row.add(result.getVideoWidth() == 0 ? null : String.valueOf(result.getVideoWidth())); in createSuggestionsCursor()
299 abstract int getVideoWidth(); in getVideoWidth() method in LocalSearchProvider.SearchResult
DDataManagerSearch.java267 result.setVideoWidth(program.getVideoWidth()); in addResult()
/packages/apps/TV/src/com/android/tv/dvr/data/
DRecordedProgram.java161 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/
DStreamInfo.java35 int getVideoWidth(); in getVideoWidth() method
DProgram.java344 public int getVideoWidth() { in getVideoWidth() method in Program
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlayer.java519 int videoWidth = trackInfo.getVideoWidth(); in setTvViewCallbacks()
524 * trackInfo.getVideoWidth() in setTvViewCallbacks()
/packages/apps/Camera2/src/com/android/camera/data/
DMetadata.java63 public int getVideoWidth() { in getVideoWidth() method in Metadata
DVideoItem.java81 int metadataWidth = mMetaData.getVideoWidth(); in getBestWidth()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DMmsVideoRecorder.java99 int getVideoWidth() { in getVideoWidth() method in MmsVideoRecorder
DCameraManager.java883 width = mMediaRecorder.getVideoWidth(); in stopVideo()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintLocationAnimationVideoView.java100 mAspect = (float) mMediaPlayer.getVideoHeight() / mMediaPlayer.getVideoWidth(); in onFinishInflate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/fingerprint/
DFingerprintLocationAnimationVideoView.java100 mAspect = (float) mMediaPlayer.getVideoHeight() / mMediaPlayer.getVideoWidth(); in onFinishInflate()
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DVideoPreferenceTest.java72 when(mMediaPlayer.getVideoWidth()).thenReturn(VIDEO_WIDTH); in setUp()
/packages/apps/TV/src/com/android/tv/util/
DTvTrackInfoUtils.java227 + info.getVideoWidth()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DVideoPreference.java252 mAspectRadio = mMediaPlayer.getVideoWidth() / (float) mMediaPlayer.getVideoHeight(); in updateAspectRatio()
/packages/apps/Settings/src/com/android/settings/widget/
DVideoPreference.java268 mAspectRatio = mMediaPlayer.getVideoWidth() / (float) mMediaPlayer.getVideoHeight(); in updateAspectRatio()
/packages/apps/Messaging/src/com/android/messaging/ui/
DVideoThumbnailView.java102 mVideoWidth = mediaPlayer.getVideoWidth(); in VideoThumbnailView()
/packages/apps/TV/src/com/android/tv/guide/
DProgramTableAdapter.java602 program.getVideoWidth(), program.getVideoHeight()));
606 program.getVideoWidth(), program.getVideoHeight());
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java279 mVideoWidth = track.getVideoWidth();
767 public int getVideoWidth() { in getVideoWidth() method in TunableTvView