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:150
uint8_t animationCounter;
SwipeContainer.cpp:28SwipeContainer::SwipeContainer()SwipeContainer
animationCounter(0),
SwipeContainer.cpp:210SwipeContainer::animateSwipeCancelledLeft()SwipeContainer
if (animationCounter <= duration)
SwipeContainer.cpp:212SwipeContainer::animateSwipeCancelledLeft()SwipeContainer
int16_t delta = EasingEquations::backEaseOut(animationCounter, 0, -animateDistance, duration);
SwipeContainer.cpp:221SwipeContainer::animateSwipeCancelledLeft()SwipeContainer
animationCounter = 0;
SwipeContainer.cpp:225SwipeContainer::animateSwipeCancelledLeft()SwipeContainer
animationCounter++;
SwipeContainer.cpp:232SwipeContainer::animateSwipeCancelledRight()SwipeContainer
if (animationCounter <= duration)
SwipeContainer.cpp:234SwipeContainer::animateSwipeCancelledRight()SwipeContainer
int16_t delta = EasingEquations::backEaseOut(animationCounter, 0, animateDistance, duration);
SwipeContainer.cpp:243SwipeContainer::animateSwipeCancelledRight()SwipeContainer
animationCounter = 0;
SwipeContainer.cpp:247SwipeContainer::animateSwipeCancelledRight()SwipeContainer
animationCounter++;
SwipeContainer.cpp:254SwipeContainer::animateLeft()SwipeContainer
if (animationCounter <= duration)
SwipeContainer.cpp:256SwipeContainer::animateLeft()SwipeContainer
int16_t delta = EasingEquations::cubicEaseOut(animationCounter, 0, getWidth() + animateDistance, duration);
SwipeContainer.cpp:265SwipeContainer::animateLeft()SwipeContainer
animationCounter = 0;
SwipeContainer.cpp:271SwipeContainer::animateLeft()SwipeContainer
animationCounter++;
SwipeContainer.cpp:278SwipeContainer::animateRight()SwipeContainer
if (animationCounter <= duration)
SwipeContainer.cpp:280SwipeContainer::animateRight()SwipeContainer
int16_t delta = EasingEquations::cubicEaseOut(animationCounter, 0, getWidth() - animateDistance, duration);
SwipeContainer.cpp:289SwipeContainer::animateRight()SwipeContainer
animationCounter = 0;
SwipeContainer.cpp:295SwipeContainer::animateRight()SwipeContainer
animationCounter++;

Data Use

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