Searched refs:OverviewInteractionState (Results 1 – 8 of 8) sorted by relevance
35 public class OverviewInteractionState { class42 public static final MainThreadInitializedObject<OverviewInteractionState> INSTANCE =43 new MainThreadInitializedObject<>(OverviewInteractionState::new);58 private OverviewInteractionState(Context context) { in OverviewInteractionState() method in OverviewInteractionState
27 import com.android.quickstep.OverviewInteractionState;34 private final OverviewInteractionState mOverviewInteractionState;38 mOverviewInteractionState = OverviewInteractionState.INSTANCE.get(mLauncher); in BackButtonAlphaHandler()
52 import com.android.quickstep.OverviewInteractionState;97 OverviewInteractionState.INSTANCE.get(launcher) in onLauncherStateOrFocusChanged()
47 import com.android.quickstep.OverviewInteractionState;114 int stateFlags = OverviewInteractionState.INSTANCE.get(mLauncher).getSystemUiStateFlags(); in handlingOverviewAnim()
48 import com.android.quickstep.OverviewInteractionState;86 int stateFlags = OverviewInteractionState.INSTANCE.get(mLauncher).getSystemUiStateFlags(); in getTargetState()
50 import com.android.quickstep.OverviewInteractionState;141 int stateFlags = OverviewInteractionState.INSTANCE.get(mLauncher) in getTargetState()
246 private OverviewInteractionState mOverviewInteractionState;437 mOverviewInteractionState = OverviewInteractionState.INSTANCE.get(this); in initWhenUserUnlocked()
946 int stateFlags = OverviewInteractionState.INSTANCE.get(mActivity).getSystemUiStateFlags();