Searched refs:num_type (Results 1 – 1 of 1) sorted by relevance
141 int num_type = Float.floatToRawIntBits(mSpec[1]); in setAnimationDescription() local142 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()