Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/dom/smil/
DTimeImpl.java155 String[] timeValues = clockValue.split(":"); in parseClockValue() local
159 if (timeValues.length == 2) { in parseClockValue()
161 } else if (timeValues.length == 3) { in parseClockValue()
162 result = 3600000*(int)parseFloat(timeValues[0], 0, false); in parseClockValue()
169 int minutes = (int)parseFloat(timeValues[indexOfMinutes], 0, false); in parseClockValue()
177 float seconds = parseFloat(timeValues[indexOfMinutes + 1], 0, true); in parseClockValue()