Home
last modified time | relevance | path

Searched refs:num_type (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/utilities/easing/
DFloatAnimation.java141 int num_type = Float.floatToRawIntBits(mSpec[1]); in setAnimationDescription() local
142 mType = num_type & 0xFF; in setAnimationDescription()
143 boolean wrap = ((num_type >> 8) & 0x1) > 0; in setAnimationDescription()
144 boolean init = ((num_type >> 8) & 0x2) > 0; in setAnimationDescription()
145 len = (num_type >> 16) & 0xFFFF; in setAnimationDescription()