OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isleavebehind
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationGuts.java
114
public default boolean
isLeavebehind
() {
217
if (mGutsContent.
isLeavebehind
() && leavebehinds) {
219
} else if (!mGutsContent.
isLeavebehind
() && controls) {
333
public boolean
isLeavebehind
() {
334
return mGutsContent != null && mGutsContent.
isLeavebehind
();
NotificationSnooze.java
446
public boolean
isLeavebehind
() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java
[
all
...]
Completed in 260 milliseconds