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.java55 private ViewGroup mDetailContent; field in QSDetail
99 mDetailContent = findViewById(android.R.id.content); in onFinishInflate()
197 mDetailContent); in handleShowingDetail()
202 mDetailContent.removeAllViews(); in handleShowingDetail()
203 mDetailContent.addView(detailView); in handleShowingDetail()
375 mDetailContent.removeAllViews();