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

  /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);
  /cts/tests/tests/location/src/android/location/cts/
LocationTest.java 635 Location newLocation = Location.CREATOR.createFromParcel(parcel);
636 assertTestLocation(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...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 97 milliseconds