OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newLocation
(Results
1 - 6
of
6
) 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/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp
[
all
...]
/cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java
[
all
...]
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
/prebuilt/common/ant/
ant.jar
Completed in 1079 milliseconds