Searched refs:MSG_PLAYBACK_VIDEO_SIZE_CHANGED (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
H A DTunerSessionWorker.java105 private static final int MSG_PLAYBACK_VIDEO_SIZE_CHANGED = 1006; field in class:TunerSessionWorker
324 sendMessage(MSG_PLAYBACK_VIDEO_SIZE_CHANGED, generation, 0, new Size(width, height));
628 case MSG_PLAYBACK_VIDEO_SIZE_CHANGED: {

Completed in 359 milliseconds