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

  /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);

Completed in 32 milliseconds