Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanel.java175 View detailView = mRecords.get(i).detailView; in onConfigurationChanged() local
176 if (detailView != null) { in onConfigurationChanged()
177 detailView.dispatchConfigurationChanged(newConfig); in onConfigurationChanged()
359 r.detailView = detailAdapter.createDetailView(mContext, r.detailView, mDetailContent); in handleShowDetailImpl()
360 if (r.detailView == null) throw new IllegalStateException("Must return detail view"); in handleShowDetailImpl()
373 mDetailContent.addView(r.detailView); in handleShowDetailImpl()
538 View detailView; field in QSPanel.Record