Searched refs:isShowingDetail (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQS.java52 boolean isShowingDetail(); method in interface:QS
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java238 public boolean isShowingDetail() { method in class:QSFragment
239 return mQSPanel.isShowingCustomize() || mQSDetail.isShowingDetail();
H A DQSDetail.java131 public boolean isShowingDetail() { method in class:QSDetail
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java250 if (isShowingDetail()) {
259 if (isShowingDetail()) {
H A DDndTile.java309 if (isShowingDetail()) {
316 if (isShowingDetail()) {
H A DWifiTile.java301 if (isShowingDetail()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/car/
H A DCarQSFragment.java159 public boolean isShowingDetail() { method in class:CarQSFragment
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileImpl.java316 protected boolean isShowingDetail() { method in class:QSTileImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java2220 return mQs.isShowingDetail();

Completed in 988 milliseconds