HomeSort by relevance Sort by last modified time
    Searched refs:newLocation (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebCore/platform/mac/
GeolocationServiceMac.mm 61 - (void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(CLLocation *)newLocation fromLocation:(CLLocation *)oldLocation;
150 - (void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(CLLocation *)newLocation fromLocation:(CLLocation *)oldLocation
153 ASSERT(newLocation);
160 double altitude = newLocation.altitude;
161 double altitudeAccuracy = newLocation.verticalAccuracy;
168 double speed = newLocation.speed;
173 double heading = newLocation.course;
178 newLocation.coordinate.latitude,
179 newLocation.coordinate.longitude,
182 newLocation.horizontalAccuracy
    [all...]
  /frameworks/base/core/java/android/net/http/
LoggingEventHandler.java 53 public void locationChanged(String newLocation, boolean permanent) {
55 HttpLog.v("LoggingEventHandler: locationChanged() " + newLocation +
  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ImfBaseTestCase.java 81 int[] newLocation = new int[2];
100 editText.getLocationOnScreen(newLocation);
102 while (newLocation[1] > rootViewHeight - IME_MIN_HEIGHT && SystemClock.uptimeMillis() < timeoutTime) {
103 editText.getLocationOnScreen(newLocation);
107 assertTrue(newLocation[1] <= rootViewHeight - IME_MIN_HEIGHT);
  /frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java 324 * @param newLocation The URL to the new server
327 public void locationChanged(String newLocation, boolean permanent) {
330 newLocation + " permanent " + permanent);
341 if (expectLocation.equals(newLocation)) {
345 " got:"+newLocation);
663 public void expectLocationChanged(String newLocation) {
665 expectLocation = newLocation;
668 public void expectLocationChanged(String newLocation, boolean permanent) {
670 expectLocation = newLocation;
  /external/webkit/WebCore/platform/graphics/gtk/
MediaPlayerPrivateGStreamer.cpp 805 const gchar* newLocation = 0;
809 newLocation = gst_structure_get_string(m_mediaLocations, "new-location");
810 if (!newLocation)
814 if (!newLocation) {
829 newLocation = gst_structure_get_string(structure, "new-location");
832 if (newLocation) {
845 if (gst_uri_is_valid(newLocation))
846 newUrl = KURL(KURL(), newLocation);
848 newUrl = KURL(KURL(), currentUrl.baseAsString() + newLocation);
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
LocationTest.java 632 Location newLocation = Location.CREATOR.createFromParcel(parcel);
633 assertTestLocation(newLocation);
  /packages/apps/Camera/src/com/android/camera/
Camera.java 505 public void onLocationChanged(Location newLocation) {
506 if (newLocation.getLatitude() == 0.0
507 && newLocation.getLongitude() == 0.0) {
519 mLastLocation.set(newLocation);
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 85 milliseconds