Searched refs:getEnterTransitionType (Results 1 – 3 of 3) sorted by relevance
34 import com.android.wm.shell.desktopmode.DesktopModeTransitionTypes.getEnterTransitionType51 assertThat(UNKNOWN.getEnterTransitionType()).isEqualTo(TRANSIT_ENTER_DESKTOP_FROM_UNKNOWN) in testGetEnterTransitionType()52 assertThat(APP_HANDLE_MENU_BUTTON.getEnterTransitionType()) in testGetEnterTransitionType()54 assertThat(APP_FROM_OVERVIEW.getEnterTransitionType()) in testGetEnterTransitionType()56 assertThat(TASK_DRAG.getEnterTransitionType()) in testGetEnterTransitionType()58 assertThat(KEYBOARD_SHORTCUT.getEnterTransitionType()) in testGetEnterTransitionType()
56 fun DesktopModeTransitionSource.getEnterTransitionType(): Int { in getEnterTransitionType() method
21 import static com.android.wm.shell.desktopmode.DesktopModeTransitionTypes.getEnterTransitionType;92 final IBinder token = mTransitions.startTransition(getEnterTransitionType(transitionSource), in moveToDesktop()