Searched refs:isLeftTouchBottom (Results 1 – 2 of 2) sorted by relevance
159 bool isLeftTouchBottom = (currentIndex_ == static_cast<int32_t>(totalCount) - 1); in GetTouchBottomCenterX() local162 …animationState_ == TouchBottomAnimationStage::STAGE_SHRINKT_TO_BLACK_POINT && isLeftTouchBottom) || in GetTouchBottomCenterX()166 …((animationState_ == TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT && isLeftTouchBottom) || in GetTouchBottomCenterX()208 bool isLeftTouchBottom = (currentIndex_ == static_cast<int32_t>(totalCount) - 1); in PaintContent() local210 bool isTouchBottom = (isLeftTouchBottom || isRightTouchBottom); in PaintContent()
81 bool isLeftTouchBottom = (currentIndex == realItemCount_ - 1); in GetTouchBottomCenterX() local84 …animationState_ == TouchBottomAnimationStage::STAGE_SHRINKT_TO_BLACK_POINT && isLeftTouchBottom) || in GetTouchBottomCenterX()88 …((animationState_ == TouchBottomAnimationStage::STAGE_EXPAND_TO_LONG_POINT && isLeftTouchBottom) || in GetTouchBottomCenterX()