HomeSort by relevance Sort by last modified time
    Searched refs:InteractionType (Results 1 - 11 of 11) sorted by null

  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
TouchConsumer.java 37 @interface InteractionType {}
43 default void updateTouchTracking(@InteractionType int interactionType) { }
ActivityControlHelper.java 57 import com.android.quickstep.TouchConsumer.InteractionType;
94 @InteractionType int interactionType, TransformedRect outRect);
174 @InteractionType int interactionType, TransformedRect outRect) {
176 if (interactionType == INTERACTION_QUICK_SCRUB) {
225 @InteractionType int interactionType) {
227 transitionLength, interactionType, callback);
239 @InteractionType int interactionType
    [all...]
WindowTransformSwipeHandler.java 70 import com.android.quickstep.TouchConsumer.InteractionType;
207 private @InteractionType int mInteractionType = INTERACTION_NORMAL;
459 public void updateInteractionType(@InteractionType int interactionType) {
464 if (interactionType != INTERACTION_QUICK_SCRUB) {
466 "Can't change interaction type to " + interactionType);
468 mInteractionType = interactionType;
    [all...]
  /packages/apps/Camera2/src_pd/com/google/common/logging/
eventprotos.java 22 public class InteractionType {
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
NavigationBarCompat.java 63 public @interface InteractionType {}
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
OverviewProxyService.java 57 import static com.android.systemui.shared.system.NavigationBarCompat.InteractionType;
82 private @InteractionType int mInteractionFlags;
135 public void setInteractionState(@InteractionType int flags) {
407 default void onInteractionFlagsChanged(@InteractionType int flags) {}
  /frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
BasePreviewProgram.java 134 public @interface InteractionType {}
301 public @InteractionType int getInteractionType() {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CameraActivity.java 369 MediaInteraction.InteractionType.EDIT,
390 MediaInteraction.InteractionType.DELETE,
407 MediaInteraction.InteractionType.SHARE,
661 MediaInteraction.InteractionType.DELETE,
671 MediaInteraction.InteractionType.DELETE,
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarFragment.java 24 import static com.android.systemui.shared.system.NavigationBarCompat.InteractionType;
185 public void onInteractionFlagsChanged(@InteractionType int flags) {
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvContract.java     [all...]
  /packages/apps/Launcher3/quickstep/libs/
sysui_shared.jar 

Completed in 329 milliseconds