Searched refs:mHeadsUpAppearanceController (Results 1 – 4 of 4) sorted by relevance
60 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in HeadsUpAppearanceControllerTest73 mHeadsUpAppearanceController = new HeadsUpAppearanceController( in setUp()80 mHeadsUpAppearanceController.setExpandedHeight(0.0f, 0.0f); in setUp()88 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst); in testShowinEntryUpdated()93 mHeadsUpAppearanceController.onHeadsUpUnPinned(mFirst); in testShowinEntryUpdated()102 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst); in testShownUpdated()103 Assert.assertTrue(mHeadsUpAppearanceController.isShown()); in testShownUpdated()107 mHeadsUpAppearanceController.onHeadsUpUnPinned(mFirst); in testShownUpdated()108 Assert.assertFalse(mHeadsUpAppearanceController.isShown()); in testShownUpdated()116 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst); in testHeaderUpdated()[all …]
253 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in NotificationPanelView2653 if (mHeadsUpAppearanceController != null2654 && mHeadsUpAppearanceController.shouldBeVisible()) {2819 mHeadsUpAppearanceController = headsUpAppearanceController; in setHeadsUpAppearanceController()
621 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in StatusBar843 if (mHeadsUpAppearanceController != null) { in makeStatusBarView()845 mHeadsUpAppearanceController.destroy(); in makeStatusBarView()847 mHeadsUpAppearanceController = new HeadsUpAppearanceController( in makeStatusBarView()3922 if (mHeadsUpAppearanceController != null) { in updateStackScrollerState()3923 mHeadsUpAppearanceController.setPublicMode(publicMode); in updateStackScrollerState()
418 private HeadsUpAppearanceController mHeadsUpAppearanceController; field in NotificationStackScrollLayout3089 mHeadsUpAppearanceController.updateHeader(row.getEntry());4618 mHeadsUpAppearanceController = headsUpAppearanceController;