Searched refs:mHeadsUpAppearanceController (Results 1 – 4 of 4) sorted by relevance
54 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in HeadsUpAppearanceControllerTest70 mHeadsUpAppearanceController = new HeadsUpAppearanceController( in setUp()79 mHeadsUpAppearanceController.setExpandedHeight(0.0f, 0.0f); in setUp()87 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst.getEntry()); in testShowinEntryUpdated()92 mHeadsUpAppearanceController.onHeadsUpUnPinned(mFirst.getEntry()); in testShowinEntryUpdated()101 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst.getEntry()); in testShownUpdated()102 Assert.assertTrue(mHeadsUpAppearanceController.isShown()); in testShownUpdated()106 mHeadsUpAppearanceController.onHeadsUpUnPinned(mFirst.getEntry()); in testShownUpdated()107 Assert.assertFalse(mHeadsUpAppearanceController.isShown()); in testShownUpdated()115 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst.getEntry()); in testHeaderUpdated()[all …]
583 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in StatusBar839 HeadsUpAppearanceController oldController = mHeadsUpAppearanceController; in makeStatusBarView()840 if (mHeadsUpAppearanceController != null) { in makeStatusBarView()842 mHeadsUpAppearanceController.destroy(); in makeStatusBarView()844 mHeadsUpAppearanceController = new HeadsUpAppearanceController( in makeStatusBarView()846 mHeadsUpAppearanceController.readFrom(oldController); in makeStatusBarView()1674 return mHeadsUpAppearanceController.shouldBeVisible(); in isHeadsUpShouldBeVisible()
301 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in NotificationPanelView2850 if (mHeadsUpAppearanceController != null2851 && mHeadsUpAppearanceController.shouldBeVisible()) {3023 mHeadsUpAppearanceController = headsUpAppearanceController; in setHeadsUpAppearanceController()
475 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in NotificationStackScrollLayout3258 mHeadsUpAppearanceController.updateHeader(row.getEntry());5323 if (mHeadsUpAppearanceController != null) {5324 mHeadsUpAppearanceController.setPublicMode(publicMode);5464 mHeadsUpAppearanceController = headsUpAppearanceController;