Searched refs:suggestionType (Results 1 – 2 of 2) sorted by relevance
159 final int suggestionType = mStartingWindowTypeAlgorithm.getSuggestedWindowType( in addStartingWindow()162 if (suggestionType == STARTING_WINDOW_TYPE_WINDOWLESS) { in addStartingWindow()164 } else if (isSplashScreenType(suggestionType)) { in addStartingWindow()166 } else if (suggestionType == STARTING_WINDOW_TYPE_SNAPSHOT) { in addStartingWindow()170 if (suggestionType != STARTING_WINDOW_TYPE_NONE in addStartingWindow()171 && suggestionType != STARTING_WINDOW_TYPE_WINDOWLESS) { in addStartingWindow()181 mTaskLaunchingCallback.accept(taskId, suggestionType, color); in addStartingWindow()189 private static boolean isSplashScreenType(@StartingWindowType int suggestionType) { in isSplashScreenType() argument190 return suggestionType == STARTING_WINDOW_TYPE_SPLASH_SCREEN in isSplashScreenType()191 || suggestionType == STARTING_WINDOW_TYPE_SOLID_COLOR_SPLASH_SCREEN in isSplashScreenType()[all …]
92 final String suggestionType = in createInlineSuggestions() local108 inlineFillUiInfo, suggestionSource, suggestionType, in createInlineSuggestions()122 @NonNull @InlineSuggestionInfo.Type String suggestionType, in createInlineSuggestion() argument130 inlinePresentation.getAutofillHints(), suggestionType, in createInlineSuggestion()