Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSDetail.java53 private ViewGroup mDetailContent; field in QSDetail
96 mDetailContent = findViewById(android.R.id.content); in onFinishInflate()
196 mDetailContent); in handleShowingDetail()
201 mDetailContent.removeAllViews(); in handleShowingDetail()
202 mDetailContent.addView(detailView); in handleShowingDetail()
368 mDetailContent.removeAllViews();