Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DNotificationPanel.java103 setContentFrameVisible(mNotificationCount > 0, false); in onFinishInflate()
118 setContentFrameVisible(mSettingsView != null || mNotificationCount > 0, false); in show()
217 setContentFrameVisible(n > 0, false); in setNotificationCount()
221 setContentFrameVisible(n > 0, true); in setNotificationCount()
227 public void setContentFrameVisible(final boolean showing, boolean animate) { in setContentFrameVisible() method in NotificationPanel
282 setContentFrameVisible(toShow == mSettingsView, true); in swapPanels()