Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DScroller.java106 private static final float P1 = START_TENSION * INFLEXION; field in Scroller
132 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x;
149 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y;
DOverScroller.java601 private static final float P1 = START_TENSION * INFLEXION; field in OverScroller.SplineOverScroller
623 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x;
640 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCarrierPrivilegeRules.java66 private static final int P1 = 0xFF; field in UiccCarrierPrivilegeRules
467 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, P1, P2, P3, in handleMessage()
525 P1, P2_EXTENDED_DATA, P3, DATA, in handleMessage()
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DStateMachineTest.java1824 class P1 extends State { class in StateMachineTest.Hsm1
1942 P1 mP1 = new P1();