Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/search/
DLocalSearchProvider.java201 row.add(result.getVideoWidth() == 0 ? null : String.valueOf(result.getVideoWidth())); in createSuggestionsCursor()
320 abstract int getVideoWidth(); in getVideoWidth() method in LocalSearchProvider.SearchResult
DDataManagerSearch.java270 result.setVideoWidth(program.getVideoWidth()); in addResult()
/packages/apps/Settings/src/com/android/settings/widget/
DMediaAnimationController.java54 public int getVideoWidth() { in getVideoWidth() method in MediaAnimationController
55 return mMediaPlayer.getVideoWidth(); in getVideoWidth()
DVideoPreference.java202 mAspectRatio = mAnimationController.getVideoWidth() in updateAspectRatio()
233 int getVideoWidth(); in getVideoWidth() method
DVectorAnimationController.java54 public int getVideoWidth() { in getVideoWidth() method in VectorAnimationController
/packages/apps/TV/src/com/android/tv/dvr/data/
DRecordedProgram.java162 if (recordedProgram.getVideoWidth() == 0) { in toValues()
165 values.put(RecordedPrograms.COLUMN_VIDEO_WIDTH, recordedProgram.getVideoWidth()); in toValues()
449 public abstract int getVideoWidth(); in getVideoWidth() method in RecordedProgram
/packages/apps/TV/src/com/android/tv/data/
DStreamInfo.java35 int getVideoWidth(); in getVideoWidth() method
DProgramImpl.java350 public int getVideoWidth() { in getVideoWidth() method in ProgramImpl
619 mVideoWidth = other.getVideoWidth(); in copyFrom()
/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/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlayer.java526 int videoWidth = trackInfo.getVideoWidth(); in setTvViewCallbacks()
530 (float) trackInfo.getVideoWidth() in setTvViewCallbacks()
/packages/apps/TV/tests/robotests/src/com/android/tv/search/
DFakeSearchInterface.java56 result.setVideoWidth(program.getVideoWidth()); in fromProgram()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DMmsVideoRecorder.java103 int getVideoWidth() { in getVideoWidth() method in MmsVideoRecorder
DCameraManager.java884 width = mMediaRecorder.getVideoWidth(); in stopVideo()
/packages/apps/TV/src/com/android/tv/data/api/
DProgram.java53 int getVideoWidth(); in getVideoWidth() method
/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/src/com/android/settings/biometrics/fingerprint/
DFingerprintLocationAnimationVideoView.java100 mAspect = (float) mMediaPlayer.getVideoHeight() / mMediaPlayer.getVideoWidth(); in onFinishInflate()
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DVideoPreferenceTest.java77 when(mAnimationController.getVideoWidth()).thenReturn(VIDEO_WIDTH); in setUp()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DVideoPreference.java252 mAspectRadio = mMediaPlayer.getVideoWidth() / (float) mMediaPlayer.getVideoHeight(); in updateAspectRatio()
/packages/apps/TV/src/com/android/tv/util/
DTvTrackInfoUtils.java253 + info.getVideoWidth()
/packages/apps/Messaging/src/com/android/messaging/ui/
DVideoThumbnailView.java102 mVideoWidth = mediaPlayer.getVideoWidth(); in VideoThumbnailView()
/packages/apps/TV/src/com/android/tv/guide/
DProgramTableAdapter.java607 program.getVideoWidth(), program.getVideoHeight()));
611 program.getVideoWidth(), program.getVideoHeight());
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java284 mVideoWidth = track.getVideoWidth();
783 public int getVideoWidth() { in getVideoWidth() method in TunableTvView