Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java92 private ViewStub mExpandButtonStub; field in ExpandableNotificationRow
366 mExpandButtonStub = (ViewStub) findViewById(R.id.more_button_stub); in onFinishInflate()
367 mExpandButtonStub.setOnInflateListener(new ViewStub.OnInflateListener() { in onFinishInflate()
739 mExpandButtonStub.inflate(); in updateExpandButton()