SwipeContainer::animationCounter is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXSwipeContainer::animationCounter

SwipeContainer::animationCounter field

Syntax

uint8_t animationCounter;

References

LocationReferrerScopeText
SwipeContainer.hpp:188
uint8_t animationCounter;
SwipeContainer.cpp:29SwipeContainer::SwipeContainer()SwipeContainer
animationCounter(0),
SwipeContainer.cpp:233SwipeContainer::animateSwipeCancelledLeft()SwipeContainer
if (animationCounter <= duration)
SwipeContainer.cpp:235SwipeContainer::animateSwipeCancelledLeft()SwipeContainer
int16_t delta = EasingEquations::backEaseOut(animationCounter, 0, -animateDistance, duration);
SwipeContainer.cpp:244SwipeContainer::animateSwipeCancelledLeft()SwipeContainer
animationCounter = 0;
SwipeContainer.cpp:248SwipeContainer::animateSwipeCancelledLeft()SwipeContainer
animationCounter++;
SwipeContainer.cpp:255SwipeContainer::animateSwipeCancelledRight()SwipeContainer
if (animationCounter <= duration)
SwipeContainer.cpp:257SwipeContainer::animateSwipeCancelledRight()SwipeContainer
int16_t delta = EasingEquations::backEaseOut(animationCounter, 0, animateDistance, duration);
SwipeContainer.cpp:266SwipeContainer::animateSwipeCancelledRight()SwipeContainer
animationCounter = 0;
SwipeContainer.cpp:270SwipeContainer::animateSwipeCancelledRight()SwipeContainer
animationCounter++;
SwipeContainer.cpp:277SwipeContainer::animateLeft()SwipeContainer
if (animationCounter <= duration)
SwipeContainer.cpp:279SwipeContainer::animateLeft()SwipeContainer
int16_t delta = EasingEquations::cubicEaseOut(animationCounter, 0, getWidth() + animateDistance, duration);
SwipeContainer.cpp:289SwipeContainer::animateLeft()SwipeContainer
animationCounter = 0;
SwipeContainer.cpp:300SwipeContainer::animateLeft()SwipeContainer
animationCounter++;
SwipeContainer.cpp:307SwipeContainer::animateRight()SwipeContainer
if (animationCounter <= duration)
SwipeContainer.cpp:309SwipeContainer::animateRight()SwipeContainer
int16_t delta = EasingEquations::cubicEaseOut(animationCounter, 0, getWidth() - animateDistance, duration);
SwipeContainer.cpp:318SwipeContainer::animateRight()SwipeContainer
animationCounter = 0;
SwipeContainer.cpp:329SwipeContainer::animateRight()SwipeContainer
animationCounter++;

Data Use

Type of SwipeContainer::animationCounter
SwipeContainer::animationCounter
uint8_t
all items filtered out