Home
last modified time | relevance | path

Searched refs:suggestionType (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingWindowController.java159 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() argument
190 return suggestionType == STARTING_WINDOW_TYPE_SPLASH_SCREEN in isSplashScreenType()
191 || suggestionType == STARTING_WINDOW_TYPE_SOLID_COLOR_SPLASH_SCREEN in isSplashScreenType()
[all …]
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DInlineSuggestionFactory.java92 final String suggestionType = in createInlineSuggestions() local
108 inlineFillUiInfo, suggestionSource, suggestionType, in createInlineSuggestions()
122 @NonNull @InlineSuggestionInfo.Type String suggestionType, in createInlineSuggestion() argument
130 inlinePresentation.getAutofillHints(), suggestionType, in createInlineSuggestion()