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.java236 private ViewStub mGutsStub; field in ExpandableNotificationRow
1774 mGutsStub = (ViewStub) findViewById(R.id.notification_guts_stub);
1775 mGutsStub.setOnInflateListener(new ViewStub.OnInflateListener() {
1781 mGutsStub = null;
1808 mTranslateableViews.remove(mGutsStub);
2021 mGutsStub.inflate();