Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DHermiteInterpolator.java153 final float tm2 = 2.0f * t; in interpolate() local
154 final float k1 = 1.0f + tm2; in interpolate()
155 final float k2 = 3.0f - tm2; in interpolate()
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DGsmCellBroadcastHandlerTest.java551 TelephonyManager tm2 = mock(TelephonyManager.class); in testResetAreaInfoWithDefaultSubChanged() local
552 doReturn(tm2).when(mMockedTelephonyManager).createForSubscriptionId(FAKE_SUBID + 1); in testResetAreaInfoWithDefaultSubChanged()
567 verify(tm2).listen(listenerCaptor.capture(), anyInt()); in testResetAreaInfoWithDefaultSubChanged()