Searched refs:mIsVertical (Results 1 – 1 of 1) sorted by relevance
47 private boolean mIsVertical; field in RecentsScrollViewPerformanceHelper70 mIsVertical = isVertical; in RecentsScrollViewPerformanceHelper()122 if (mIsVertical) { in drawCallback()180 if (mIsVertical && (top + length > bottom - length)) { in drawCallback()185 if (!mIsVertical && (left + length > right - length)) { in drawCallback()189 if (mIsVertical) { in drawCallback()196 if (!mIsVertical) { in drawCallback()276 mIsVertical ? mLinearLayout.getHeight() : mLinearLayout.getWidth(); in updateShowBackground()278 mIsVertical ? mScrollView.getHeight() : mScrollView.getWidth(); in updateShowBackground()