Home
last modified time | relevance | path

Searched refs:containerType (Results 1 – 25 of 37) sorted by relevance

12

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DGestureState.java64 GestureEndTarget(boolean isLauncher, int containerType, boolean recentsAttachedToAppWindow, in GestureEndTarget() argument
67 this.containerType = containerType; in GestureEndTarget()
76 public final int containerType; field in GestureState.GestureEndTarget
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DLauncherInstrumentation.java680 private UiObject2 verifyContainerType(ContainerType containerType) { in verifyContainerType() argument
689 log("verifyContainerType: " + containerType); in verifyContainerType()
691 final UiObject2 container = verifyVisibleObjects(containerType); in verifyContainerType()
693 if (mOnSettledStateAction != null) mOnSettledStateAction.accept(containerType); in verifyContainerType()
698 private UiObject2 verifyVisibleObjects(ContainerType containerType) { in verifyVisibleObjects() argument
700 "but the current state is not " + containerType.name())) { in verifyVisibleObjects()
701 switch (containerType) { in verifyVisibleObjects()
738 fail("Invalid state: " + containerType); in verifyVisibleObjects()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutAndWidgetContainer.java60 public ShortcutAndWidgetContainer(Context context, @ContainerType int containerType) { in ShortcutAndWidgetContainer() argument
64 mContainerType = containerType; in ShortcutAndWidgetContainer()
/aosp12/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c401 fmtMime.containerType = XA_CONTAINERTYPE_MPEG_TS; in main()
404 fmtMime.containerType = XA_CONTAINERTYPE_UNSPECIFIED; in main()
615 printf(" containerType = %u\n", mediaContainerInformation.containerType); in main()
672 mediaContainerInformation.containerType); in main()
H A Dxa.c85 fmtMime.containerType = XA_CONTAINERTYPE_UNSPECIFIED; in main()
H A Durimime.c63 format_mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; in main()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DOverviewWithoutFocusInputConsumer.java90 ? mGestureState.getEndTarget().containerType in onSwipeUp()
/aosp12/frameworks/wilhelm/tests/listening/
H A DseekTorture.c67 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; in main()
/aosp12/frameworks/wilhelm/tests/mimeUri/
H A DslesTest_playStates.cpp116 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; in TestPlayUri()
H A DslesTestPlayStreamType.cpp122 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; in TestStreamTypeConfiguration()
H A DslesTestPlayUri2.cpp131 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; in TestPlayUri()
H A DslesTestLoopUri.cpp170 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; in TestLoopUri()
H A DslesTestPlayUri.cpp176 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; in TestPlayUri()
H A DslesTestGetPositionUri.cpp183 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; in TestGetPositionUri()
/aosp12/frameworks/wilhelm/tests/examples/
H A DslesTestPlayFdPath.cpp145 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; in TestPlayPathFromFD()
H A DslesTestBassBoostPath.cpp135 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; in TestBassBoostPathFromFD()
H A DslesTestVirtualizerPath.cpp136 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; in TestVirtualizerPathFromFD()
H A DslesTestEqFdPath.cpp140 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; in TestEQPathFromFD()
H A DslesTestEqOutputPath.cpp147 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; in TestEQPathFromFD()
H A DslesTestSendToPresetReverb.cpp195 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; in TestSendToPresetReverb()
/aosp12/frameworks/wilhelm/src/itf/
H A DIStreamInformation.cpp305 contInf.containerInfo.containerType = XA_CONTAINERTYPE_UNSPECIFIED; in IStreamInformation_init()
H A DIEngine.cpp64 switch (ap->mDataSource.mFormat.mMIME.containerType) { in initializeAndroidBufferQueueMembers()
1204 thiz->mDataSource.mFormat.mMIME.containerType) { in IEngine_CreateMediaPlayer()
1212 containerInfo->containerType = XA_CONTAINERTYPE_MPEG_TS; in IEngine_CreateMediaPlayer()
/aosp12/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp150 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; in TestPlayUri()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DAbstractLauncherUiTest.java174 containerType -> executeOnLauncher( in AbstractLauncherUiTest()
176 checkLauncherIntegrity(launcher, containerType))); in AbstractLauncherUiTest()
/aosp12/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp235 mime.containerType = SL_CONTAINERTYPE_MPEG_TS; in TestPlayStream()

12