Searched refs:mMenuViewLayer (Results 1 – 2 of 2) sorted by relevance
89 private MenuViewLayer mMenuViewLayer; field in MenuViewLayerTest131 mMenuViewLayer.onAttachedToWindow(); in setUp()148 mMenuViewLayer.onDetachedFromWindow(); in tearDown()153 mMenuViewLayer.onAttachedToWindow(); in onAttachedToWindow_menuIsVisible()161 mMenuViewLayer.onDetachedFromWindow(); in onAttachedToWindow_menuIsGone()169 mMenuViewLayer.mDismissMenuAction.run(); in triggerDismissMenuAction_hideFloatingMenu()176 mMenuViewLayer.mDismissMenuAction.run(); in triggerDismissMenuAction_matchA11yButtonTargetsResult()186 mMenuViewLayer.mDismissMenuAction.run(); in triggerDismissMenuAction_matchEnabledA11yServicesResult()201 mMenuViewLayer.mDismissMenuAction.run(); in triggerDismissMenuAction_hasHardwareKeyShortcut_keepEnabledStatus()267 mMenuViewLayer.dispatchApplyWindowInsets(fakeShowingImeInsets); in dispatchShowingImeInsets()[all …]
35 private final MenuViewLayer mMenuViewLayer; field in MenuViewLayerController41 mMenuViewLayer = new MenuViewLayer(context, windowManager, accessibilityManager, this, in MenuViewLayerController()57 mWindowManager.addView(mMenuViewLayer, createDefaultLayerLayoutParams()); in show()67 mWindowManager.removeView(mMenuViewLayer); in hide()