/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
D | ResolverWrapperActivity.java | 75 public boolean isVoiceInteraction() { in isVoiceInteraction() method in ResolverWrapperActivity 76 if (sOverrides.isVoiceInteraction != null) { in isVoiceInteraction() 77 return sOverrides.isVoiceInteraction; in isVoiceInteraction() 79 return super.isVoiceInteraction(); in isVoiceInteraction() 134 public Boolean isVoiceInteraction; field in ResolverWrapperActivity.OverrideData 142 isVoiceInteraction = null; in reset()
|
D | ChooserWrapperActivity.java | 114 public boolean isVoiceInteraction() { in isVoiceInteraction() method in ChooserWrapperActivity 115 if (sOverrides.isVoiceInteraction != null) { in isVoiceInteraction() 116 return sOverrides.isVoiceInteraction; in isVoiceInteraction() 118 return super.isVoiceInteraction(); in isVoiceInteraction() 273 public Boolean isVoiceInteraction; field in ChooserWrapperActivity.OverrideData 294 isVoiceInteraction = null; in reset()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowContainer.java | 2584 boolean enter, boolean isVoiceInteraction, in applyAnimation() argument 2603 applyAnimationUnchecked(lp, enter, transit, isVoiceInteraction, sources); in applyAnimation() 2625 @TransitionOldType int transit, boolean enter, boolean isVoiceInteraction) { in getAnimationAdapter() argument 2669 final Animation a = loadAnimation(lp, transit, enter, isVoiceInteraction); in getAnimationAdapter() 2696 @TransitionOldType int transit, boolean isVoiceInteraction, in applyAnimationUnchecked() argument 2710 transit, enter, isVoiceInteraction); in applyAnimationUnchecked() 2734 boolean isVoiceInteraction) { in loadAnimation() argument 2771 surfaceInsets, stableInsets, isVoiceInteraction, inFreeformWindowingMode(), this); in loadAnimation()
|
D | AppTransition.java | 992 @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean isVoiceInteraction, in loadAnimation() argument 1010 } else if (isVoiceInteraction && (transit == TRANSIT_OLD_ACTIVITY_OPEN in loadAnimation() 1017 } else if (isVoiceInteraction && (transit == TRANSIT_OLD_ACTIVITY_CLOSE in loadAnimation()
|
D | Task.java | 3994 @TransitionOldType int transit, boolean isVoiceInteraction, 4011 super.applyAnimationUnchecked(lp, enter, transit, isVoiceInteraction, sources);
|
D | ActivityRecord.java | 4653 boolean isVoiceInteraction, @Nullable ArrayList<WindowContainer> sources) { in applyAnimation() argument 4659 return super.applyAnimation(lp, transit, enter, isVoiceInteraction, sources); in applyAnimation()
|
D | WindowState.java | 1501 boolean isVoiceInteraction() { in isVoiceInteraction() method in WindowState
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | TestInteractionActivity.java | 55 if (!isVoiceInteraction()) { in onCreate()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ResolverActivity.java | 377 boolean filterLastUsed = mSupportsAlwaysUseOption && !isVoiceInteraction() 408 if (isVoiceInteraction() || !hasTouchScreen) { 665 if (!isVoiceInteraction()) { 864 if ((intent.getFlags() & FLAG_ACTIVITY_NEW_TASK) != 0 && !isVoiceInteraction()
|
/frameworks/base/core/java/android/app/ |
D | Activity.java | 2081 public boolean isVoiceInteraction() { in isVoiceInteraction() method in Activity
|
/frameworks/base/core/api/ |
D | current.txt | 3974 method public boolean isVoiceInteraction();
|