Home
last modified time | relevance | path

Searched refs:shouldShowEducation (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DBubbleBarUpdate.java40 public boolean shouldShowEducation; field in BubbleBarUpdate
80 shouldShowEducation = parcel.readBoolean(); in BubbleBarUpdate()
126 + " shouldShowEducation=" + shouldShowEducation in toString()
151 parcel.writeBoolean(shouldShowEducation); in writeToParcel()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java79 boolean shouldShowEducation; field in BubbleData.Update
131 bubbleBarUpdate.shouldShowEducation = shouldShowEducation; in toBubbleBarUpdate()
173 bubbleBarUpdate.shouldShowEducation = shouldShowEducation; in getInitialState()
887 mStateChange.shouldShowEducation = mSelectedBubble != null in dispatchPendingChanges()
DBubbleController.java1995 update.shouldShowEducation, update.showOverflowChanged);
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java424 assertThat(update.shouldShowEducation).isFalse(); in test_shouldNotShowEducation()
443 assertThat(update.shouldShowEducation).isTrue(); in test_shouldShowEducation()
464 assertThat(update.shouldShowEducation).isFalse(); in test_shouldShowEducation_shouldAutoExpand()