Home | Sort by relevance Sort by last modified time |
/development/samples/GlobalTime/src/com/android/globaltime/ | |
City.java | 73 int ilon = (buf[ 8] << 24) | ((buf[ 9] & 0xff) << 16) | local 82 float longitude = Float.intBitsToFloat(ilon); |