Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DMatrixUtils.java61 final float temp1 = squareMatrix1[ip][j]; in findPivotAndSwapRow() local
63 squareMatrix1[row][j] = temp1; in findPivotAndSwapRow()
/packages/apps/Calendar/src/com/android/calendar/
DCalendarController.kt442 val temp1 = event.selectedTime in sendEvent() constant
443 if (temp1 != null && temp1.toMillis(false) != 0L) { in sendEvent()