OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldHideBackground
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ActivatableNotificationView.java
415
if (!dark && fade && !
shouldHideBackground
()) {
565
if (!
shouldHideBackground
()) {
616
if (
shouldHideBackground
()) {
639
protected boolean
shouldHideBackground
() {
[
all
...]
ExpandableNotificationRow.java
425
protected boolean
shouldHideBackground
() {
426
return super.
shouldHideBackground
() || mShowNoBackground;
[
all
...]
Completed in 113 milliseconds