Home
last modified time | relevance | path

Searched refs:isVoiceInteraction (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DResolverWrapperActivity.java92 public boolean isVoiceInteraction() { in isVoiceInteraction() method in ResolverWrapperActivity
93 if (sOverrides.isVoiceInteraction != null) { in isVoiceInteraction()
94 return sOverrides.isVoiceInteraction; in isVoiceInteraction()
96 return super.isVoiceInteraction(); in isVoiceInteraction()
176 public Boolean isVoiceInteraction; field in ResolverWrapperActivity.OverrideData
188 isVoiceInteraction = null; in reset()
H A DChooserWrapperActivity.java123 public boolean isVoiceInteraction() { in isVoiceInteraction() method in ChooserWrapperActivity
124 if (sOverrides.isVoiceInteraction != null) { in isVoiceInteraction()
125 return sOverrides.isVoiceInteraction; in isVoiceInteraction()
127 return super.isVoiceInteraction(); in isVoiceInteraction()
H A DChooserActivityOverrideData.java63 public Boolean isVoiceInteraction; field in ChooserActivityOverrideData
88 isVoiceInteraction = null; in reset()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java3093 boolean enter, boolean isVoiceInteraction, in applyAnimation() argument
3112 applyAnimationUnchecked(lp, enter, transit, isVoiceInteraction, sources); in applyAnimation()
3134 @TransitionOldType int transit, boolean enter, boolean isVoiceInteraction) { in getAnimationAdapter() argument
3223 final Animation a = loadAnimation(lp, transit, enter, isVoiceInteraction); in getAnimationAdapter()
3254 @TransitionOldType int transit, boolean isVoiceInteraction, in applyAnimationUnchecked() argument
3268 transit, enter, isVoiceInteraction); in applyAnimationUnchecked()
3356 boolean isVoiceInteraction) { in loadAnimation() argument
3395 surfaceInsets, stableInsets, isVoiceInteraction, inFreeformWindowingMode(), this); in loadAnimation()
H A DAppTransition.java766 @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean isVoiceInteraction, in loadAnimation() argument
791 } else if (isVoiceInteraction && (transit == TRANSIT_OLD_ACTIVITY_OPEN in loadAnimation()
798 } else if (isVoiceInteraction && (transit == TRANSIT_OLD_ACTIVITY_CLOSE in loadAnimation()
H A DTask.java3326 @TransitionOldType int transit, boolean isVoiceInteraction,
3344 super.applyAnimationUnchecked(lp, enter, transit, isVoiceInteraction, sources);
H A DActivityRecord.java5514 boolean isVoiceInteraction, @Nullable ArrayList<WindowContainer> sources) { in applyAnimation() argument
5520 return super.applyAnimation(lp, transit, enter, isVoiceInteraction, sources); in applyAnimation()
/aosp14/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DTestInteractionActivity.java57 if (!isVoiceInteraction()) { in onCreate()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java454 boolean filterLastUsed = mSupportsAlwaysUseOption && !isVoiceInteraction()
485 if (isVoiceInteraction() || !hasTouchScreen) {
918 if (!isVoiceInteraction()) {
1129 if ((intent.getFlags() & FLAG_ACTIVITY_NEW_TASK) != 0 && !isVoiceInteraction()
/aosp14/frameworks/base/core/java/android/app/
H A DActivity.java2181 public boolean isVoiceInteraction() { in isVoiceInteraction() method in Activity
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt4389 method public boolean isVoiceInteraction();