Searched refs:seamless (Results 1 – 11 of 11) sorted by relevance
10 # MediaMuxer, MediaRecorder, and seamless transcoding only:
171 private lateinit var seamless: ViewGroup in <lambda>() variable in com.android.systemui.media.controls.ui.controller.MediaControlPanelTest370 seamless = FrameLayout(context) in <lambda>()371 seamless.foreground = seamlessBackground in <lambda>()419 whenever(viewHolder.seamless).thenReturn(seamless) in <lambda>()1192 assertThat(seamless.contentDescription).isEqualTo(DEVICE_NAME) in <lambda>()1193 assertThat(seamless.isEnabled()).isTrue() in <lambda>()1198 seamless.id = 1 in <lambda>()1202 assertThat(seamless.isEnabled()).isFalse() in <lambda>()1204 assertThat(seamless.contentDescription).isEqualTo(DISABLED_DEVICE_NAME) in <lambda>()1213 assertThat(seamless.isEnabled()).isTrue() in <lambda>()[all …]
97 private lateinit var seamless: ViewGroup in <lambda>() variable in com.android.systemui.media.controls.ui.controller.MediaViewControllerTest586 seamless = FrameLayout(context) in <lambda>()587 seamless.foreground = seamlessBackground in <lambda>()613 whenever(viewHolder.seamless).thenReturn(seamless) in <lambda>()
1299 bool seamless; in supportsSeamlessFormatChange() local1301 seamless = supportsSeamlessAudioFormatChange(targetFormat); in supportsSeamlessFormatChange()1304 seamless = (mCodec != NULL && in supportsSeamlessFormatChange()1309 ALOGV("%s seamless support for %s", seamless ? "yes" : "no", oldMime.c_str()); in supportsSeamlessFormatChange()1310 return seamless; in supportsSeamlessFormatChange()
52 val seamless = itemView.requireViewById<ViewGroup>(R.id.media_seamless) constant
16 - **transferable**: offers users with a seamless experience by backing up and
186 with(viewHolder.seamless) { in <lambda>()
280 // Indicates whether seamless refresh rate switch is required or not.
407 // Non-seamless (toggle)
3521 final boolean seamless = mDisplayRotation.shouldRotateSeamlessly( in requestChangeTransition()3524 if (seamless) { in requestChangeTransition()
14298 // Indicates whether seamless refresh rate switch is required or not.20437 // of refresh-rates between which a seamless switch is possible.