Searched refs:widthRes (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ |
H A D | StatusIconPanelController.java | 232 public void attachPanel(View view, @LayoutRes int layoutRes, @DimenRes int widthRes) { in attachPanel() argument 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() argument 244 attachPanel(view, layoutRes, widthRes, /* xOffset= */ 0, mYOffsetPixel, in attachPanel() 254 public void attachPanel(View view, @LayoutRes int layoutRes, @DimenRes int widthRes, in attachPanel() argument 256 attachPanel(view, layoutRes, widthRes, xOffset, yOffset, in attachPanel() 263 public void attachPanel(View view, @LayoutRes int layoutRes, @DimenRes int widthRes, in attachPanel() argument 279 mPanel = createPanel(layoutRes, widthRes); in attachPanel() 336 private PopupWindow createPanel(@LayoutRes int layoutRes, @DimenRes int widthRes) { in createPanel() argument 337 int panelWidth = mContext.getResources().getDimensionPixelSize(widthRes); in createPanel()
|