OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpandableNotificationRow
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java
24
public class
ExpandableNotificationRow
extends FrameLayout {
34
public
ExpandableNotificationRow
(Context context, AttributeSet attrs) {
NotificationData.java
37
public
ExpandableNotificationRow
row; // the outer expanded view
113
public int add(IBinder key, StatusBarNotification notification,
ExpandableNotificationRow
row,
BaseStatusBar.java
631
ExpandableNotificationRow
row = (
ExpandableNotificationRow
) inflater.inflate(
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NotificationRowLayout.java
35
import com.android.systemui.statusbar.
ExpandableNotificationRow
;
153
return v instanceof
ExpandableNotificationRow
154
&& ((
ExpandableNotificationRow
) v).isExpandable();
158
if (v instanceof
ExpandableNotificationRow
) {
159
((
ExpandableNotificationRow
) v).setUserExpanded(userExpanded);
164
if (v instanceof
ExpandableNotificationRow
) {
165
((
ExpandableNotificationRow
) v).setUserLocked(userLocked);
Completed in 198 milliseconds