Searched refs:panelWidth (Results 1 – 3 of 3) sorted by relevance
858 int panelWidth = getResources().getDimensionPixelSize( in computeMaxRightScroll() local862 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()
337 int panelWidth = mContext.getResources().getDimensionPixelSize(widthRes); in createPanel() local346 PopupWindow panel = new PopupWindow(mPanelContent, panelWidth, WRAP_CONTENT); in createPanel()
1007 int panelWidth = mResources.getDimensionPixelSize(R.dimen.notification_panel_width); in updateResources() local1026 panelWidth = 0; in updateResources()1039 constraintSet.getConstraint(R.id.notification_stack_scroller).layout.mWidth = panelWidth; in updateResources()