Home | Sort by relevance Sort by last modified time |
/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); |