Searched refs:NoteTaskBubbleExpandBehavior (Results 1 – 9 of 9) sorted by relevance
22 enum class NoteTaskBubbleExpandBehavior : Parcelable { class43 companion object CREATOR : Parcelable.Creator<NoteTaskBubbleExpandBehavior> {44 override fun createFromParcel(parcel: Parcel?): NoteTaskBubbleExpandBehavior { in createFromParcel()48 override fun newArray(size: Int) = arrayOfNulls<NoteTaskBubbleExpandBehavior>(size)
19 import com.android.systemui.notetask.NoteTaskBubbleExpandBehavior;30 in NoteTaskBubbleExpandBehavior bubbleExpandBehavior); in showOrHideNoteBubble()
35 NoteTaskLaunchMode.AppBubble(NoteTaskBubbleExpandBehavior.KEEP_IF_EXPANDED)37 NoteTaskLaunchMode.AppBubble(NoteTaskBubbleExpandBehavior.DEFAULT)
84 bubbleExpandBehavior: NoteTaskBubbleExpandBehavior, in <lambda>()126 bubbleExpandBehavior: NoteTaskBubbleExpandBehavior, in <lambda>()132 NoteTaskBubbleExpandBehavior.KEEP_IF_EXPANDED && in <lambda>()
3 parcelable NoteTaskBubbleExpandBehavior;
29 data class AppBubble(val bubbleExpandBehavior: NoteTaskBubbleExpandBehavior) :
45 bubbleExpandBehavior: NoteTaskBubbleExpandBehavior, in <lambda>()50 bubbleExpandBehavior == NoteTaskBubbleExpandBehavior.KEEP_IF_EXPANDED && in <lambda>()
71 val bubbleExpandBehavior = NoteTaskBubbleExpandBehavior.DEFAULT in showOrHideNoteBubble_defaultExpandBehavior_shouldCallBubblesApi()84 val bubbleExpandBehavior = NoteTaskBubbleExpandBehavior.KEEP_IF_EXPANDED in showOrHideNoteBubble_keepIfExpanded_bubbleShown_shouldNotCallBubblesApi()97 val bubbleExpandBehavior = NoteTaskBubbleExpandBehavior.KEEP_IF_EXPANDED in showOrHideNoteBubble_keepIfExpanded_bubbleNotShown_shouldCallBubblesApi()
52 .isEqualTo(NoteTaskLaunchMode.AppBubble(NoteTaskBubbleExpandBehavior.DEFAULT)) in launchMode_keyguardUnlocked_launchModeAppBubble_withDefaultExpandBehavior()60 .isEqualTo(NoteTaskLaunchMode.AppBubble(NoteTaskBubbleExpandBehavior.KEEP_IF_EXPANDED)) in launchMode_keyguardUnlocked_qsTileEntryPoint_launchModeAppBubble_withKeepIfExpandedExpandBehavior()