Searched refs:firstPart (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | AllAppsEduView.java | 180 int firstPart = 600; in playAnimation() local 183 int introDuration = firstPart + secondPart; in playAnimation() 193 FloatProp mCircleAlpha = new FloatProp(0, 255, 0, firstPart, LINEAR); in playAnimation() 194 FloatProp mCircleScale = new FloatProp(2f, 1f, 0, firstPart, OVERSHOOT_1_7); in playAnimation() 195 FloatProp mDeltaY = new FloatProp(0, transY, firstPart, secondPart, FAST_OUT_SLOW_IN); in playAnimation() 196 FloatProp mGradientAlpha = new FloatProp(0, 255, firstPart, secondPart * 0.3f, LINEAR); in playAnimation()
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
D | PduParser.java | 187 PduPart firstPart = mBody.getPart(0); in parse() local 189 mBody.addPart(0, firstPart); in parse()
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
D | PduParser.java | 212 PduPart firstPart = mBody.getPart(0); in parse() local 214 mBody.addPart(0, firstPart); in parse()
|