Searched refs:sProfileMenuWindow (Results 1 – 1 of 1) sorted by relevance
126 private static PopupWindow sProfileMenuWindow = null; field in TabFragment528 sProfileMenuWindow.setContentView(profileMenuView); in onClickProfileMenuButton()569 sProfileMenuWindow.showAsDropDown( in onClickProfileMenuButton()575 if (sProfileMenuWindow != null) { in initialiseProfileMenuWindow()576 sProfileMenuWindow.dismiss(); in initialiseProfileMenuWindow()578 sProfileMenuWindow = new PopupWindow(requireContext()); in initialiseProfileMenuWindow()579 sProfileMenuWindow.setWidth(ViewGroup.LayoutParams.WRAP_CONTENT); in initialiseProfileMenuWindow()580 sProfileMenuWindow.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT); in initialiseProfileMenuWindow()581 sProfileMenuWindow.setFocusable(true); in initialiseProfileMenuWindow()582 sProfileMenuWindow.setBackgroundDrawable( in initialiseProfileMenuWindow()[all …]