Home
last modified time | relevance | path

Searched refs:panelWidth (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/
H A DTwoPanelSettingsFragment.java858 int panelWidth = getResources().getDimensionPixelSize( in computeMaxRightScroll() local
862 int result = frameResIds.length * panelWidth - scrollViewWidth + panelPadding; in computeMaxRightScroll()
883 int panelWidth = getResources().getDimensionPixelSize( in moveToPanel()
893 isRTL() ? mScrollView.getScrollX() >= mMaxScrollX - panelWidth * index in moveToPanel()
894 : mScrollView.getScrollX() <= panelWidth * index; in moveToPanel()
904 int animationEnd = isRTL() ? mMaxScrollX - panelWidth * index : panelWidth * index; in moveToPanel()
979 int scrollToX = isRTL() ? mMaxScrollX - panelWidth * index : panelWidth * index; in moveToPanel()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
H A DStatusIconPanelController.java337 int panelWidth = mContext.getResources().getDimensionPixelSize(widthRes); in createPanel() local
346 PopupWindow panel = new PopupWindow(mPanelContent, panelWidth, WRAP_CONTENT); in createPanel()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java1007 int panelWidth = mResources.getDimensionPixelSize(R.dimen.notification_panel_width); in updateResources() local
1026 panelWidth = 0; in updateResources()
1039 constraintSet.getConstraint(R.id.notification_stack_scroller).layout.mWidth = panelWidth; in updateResources()