H A D | StatusIconPanelController.java | 232 public void attachPanel(View view, @LayoutRes int layoutRes, @DimenRes int widthRes) { in attachPanel() method in StatusIconPanelController 233 attachPanel(view, layoutRes, widthRes, DEFAULT_POPUP_WINDOW_ANCHOR_GRAVITY); in attachPanel() 242 public void attachPanel(View view, @LayoutRes int layoutRes, @DimenRes int widthRes, in attachPanel() method in StatusIconPanelController 244 attachPanel(view, layoutRes, widthRes, /* xOffset= */ 0, mYOffsetPixel, in attachPanel() 254 public void attachPanel(View view, @LayoutRes int layoutRes, @DimenRes int widthRes, in attachPanel() method in StatusIconPanelController 256 attachPanel(view, layoutRes, widthRes, xOffset, yOffset, in attachPanel() 263 public void attachPanel(View view, @LayoutRes int layoutRes, @DimenRes int widthRes, in attachPanel() method in StatusIconPanelController
|