HomeSort by relevance Sort by last modified time
    Searched full:ilat (Results 1 - 1 of 1) sorted by null

  /development/samples/GlobalTime/src/com/android/globaltime/
City.java 71 int ilat = (buf[ 4] << 24) | ((buf[ 5] & 0xff) << 16) | local
81 float latitude = Float.intBitsToFloat(ilat);

Completed in 16 milliseconds