OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mexpandclicklistener
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/view/
NotificationHeaderView.java
45
private OnClickListener
mExpandClickListener
;
76
mExpandClickListener
.onClick(mExpandButton);
255
if (
mExpandClickListener
!= null) {
262
mExpandClickListener
= l;
263
setOnTouchListener(
mExpandClickListener
!= null ? mTouchListener : null);
264
mExpandButton.setOnClickListener(
mExpandClickListener
);
384
mExpandClickListener
.onClick(NotificationHeaderView.this);
424
if (
mExpandClickListener
== null) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java
105
private OnClickListener
mExpandClickListener
;
[
all
...]
ExpandableNotificationRow.java
140
private OnClickListener
mExpandClickListener
= new OnClickListener() {
283
mChildrenContainer.recreateNotificationHeader(
mExpandClickListener
, mEntry.notification);
637
mChildrenContainer.reInflateViews(
mExpandClickListener
, mEntry.notification);
853
mPrivateLayout.setExpandClickListener(
mExpandClickListener
);
855
mPublicLayout.setExpandClickListener(
mExpandClickListener
);
[
all
...]
Completed in 792 milliseconds