Home
last modified time | relevance | path

Searched refs:setVideoWidth (Results 1 – 16 of 16) sorted by relevance

/packages/apps/TV/tests/common/src/com/android/tv/testing/constants/
DConstants.java37 .setVideoWidth(1920)
43 .setVideoWidth(800)
/packages/apps/TV/src/com/android/tv/dvr/data/
DRecordedProgram.java107 .setVideoWidth(cursor.getInt(index++)) in fromCursor()
275 public abstract Builder setVideoWidth(int videoWidth); in setVideoWidth() method in RecordedProgram.Builder
354 .setVideoWidth(0); in builder()
/packages/apps/TV/tests/robotests/src/com/android/tv/search/
DLocalSearchProviderTest.java117 .setVideoWidth(1080)
248 result.setVideoWidth(Integer.valueOf(cursor.getString(i++))); in fromCursor()
DFakeSearchInterface.java56 result.setVideoWidth(program.getVideoWidth()); in fromProgram()
/packages/apps/TV/src/com/android/tv/search/
DLocalSearchProvider.java251 .setVideoWidth(0) in builder()
281 abstract Builder setVideoWidth(int value); in setVideoWidth() method in LocalSearchProvider.SearchResult.Builder
DTvProviderSearch.java322 builder.setVideoWidth(c.getInt(3)); in fillProgramInfo()
449 result.setVideoWidth(c.getInt(4)); in searchPrograms()
DDataManagerSearch.java270 result.setVideoWidth(program.getVideoWidth()); in addResult()
/packages/apps/Camera2/src/com/android/camera/data/
DMetadata.java67 public void setVideoWidth(int videoWidth) { in setVideoWidth() method in Metadata
DVideoRotationMetadataLoader.java45 data.getMetadata().setVideoWidth(Integer.parseInt(val)); in loadRotationMetadata()
/packages/apps/TV/tuner/sampletunertvinput/src/com/android/tv/samples/sampletunertvinput/
DSampleTunerTvInputSetupActivity.java24 .setVideoWidth(640) in onCreate()
/packages/apps/TV/src/com/android/tv/data/
DProgramImpl.java145 builder.setVideoWidth((int) cursor.getLong(index++)); in fromCursor()
813 public Builder setVideoWidth(int width) { in setVideoWidth() method in ProgramImpl.Builder
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
DChannelInfo.java272 public Builder setVideoWidth(int videoWidth) { in setVideoWidth() method in ChannelInfo.Builder
/packages/apps/TV/tests/robotests/src/com/android/tv/data/
DProgramTest.java125 .setVideoWidth(13) in testParcelable()
/packages/apps/TV/tests/robotests/src/com/android/tv/util/
DTvTrackInfoUtilsTest.java351 .setVideoWidth(1) in toString_videoWithDetails()
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerSessionWorkerExoV2.java1492 .setVideoWidth(width) in updateVideoTrack()
DTunerSessionWorker.java1575 .setVideoWidth(width) in updateVideoTrack()