Home
last modified time | relevance | path

Searched refs:mIsVisuallyInterruptive (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DRankingBuilder.java55 private boolean mIsVisuallyInterruptive = false; field in RankingBuilder
84 mIsVisuallyInterruptive = ranking.visuallyInterruptive(); in RankingBuilder()
113 mIsVisuallyInterruptive, in build()
193 mIsVisuallyInterruptive = interruptive; in setVisuallyInterruptive()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java124 private boolean mIsVisuallyInterruptive; field in Bubble
350 mIsVisuallyInterruptive = visuallyInterruptive; in setVisuallyInterruptiveForTest()
465 mIsVisuallyInterruptive = entry.getRanking().visuallyInterruptive(); in setEntry()
507 return mIsVisuallyInterruptive; in isVisuallyInterruptive()