Home
last modified time | relevance | path

Searched refs:mGutsStub (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java221 private ViewStub mGutsStub; field in ExpandableNotificationRow
1767 mGutsStub = (ViewStub) findViewById(R.id.notification_guts_stub);
1768 mGutsStub.setOnInflateListener(new ViewStub.OnInflateListener() {
1774 mGutsStub = null;
1801 mTranslateableViews.remove(mGutsStub);
2014 mGutsStub.inflate();