OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newLocation
(Results
1 - 25
of
30
) sorted by null
1
2
/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);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LocationTest.java
40
Location
newLocation
= new Location(LocationManager.NETWORK_PROVIDER);
41
newLocation
.set(location);
43
assertLocationFieldsFromTestSetup(
newLocation
);
/cts/tests/tests/location/src/android/location/cts/
LocationTest.java
416
Location
newLocation
= Location.CREATOR.createFromParcel(parcel);
417
assertTestLocation(
newLocation
);
/cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
org.eclipse.jface_3.6.1.M20100825-0800.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar
/prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
/prebuilts/tools/common/fest/
fest-swing-1.2.1.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
/prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
Completed in 2080 milliseconds
1
2