Searched refs:mCustomizePanel (Results 1 – 1 of 1) sorted by relevance
95 private QSCustomizer mCustomizePanel; field in QSPanel175 return mCustomizePanel != null && mCustomizePanel.isCustomizing(); in isShowingCustomize()272 mCustomizePanel = customizer; in setHost()273 if (mCustomizePanel != null) { in setHost()274 mCustomizePanel.setHost(mHost); in setHost()338 if (mCustomizePanel != null && mCustomizePanel.isShown()) { in onCollapse()339 mCustomizePanel.hide(); in onCollapse()512 if (mCustomizePanel != null) { in showEdit()513 if (!mCustomizePanel.isCustomizing()) { in showEdit()517 mCustomizePanel.show(x, y); in showEdit()[all …]