OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mExpandClickListener
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/view/
NotificationHeaderView.java
48
private OnClickListener
mExpandClickListener
;
237
if (
mExpandClickListener
!= null) {
244
mExpandClickListener
= l;
245
setOnTouchListener(
mExpandClickListener
!= null ? mTouchListener : null);
246
mExpandButton.setOnClickListener(
mExpandClickListener
);
434
if (
mExpandClickListener
== null) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java
113
private OnClickListener
mExpandClickListener
;
[
all
...]
ExpandableNotificationRow.java
196
private OnClickListener
mExpandClickListener
= new OnClickListener() {
365
mChildrenContainer.recreateNotificationHeader(
mExpandClickListener
);
[
all
...]
Completed in 148 milliseconds