OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newXY
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java
625
int[]
newXY
= new int[2];
626
anotherView.getLocationOnScreen(
newXY
);
630
assertEquals(
newXY
[0] + viewInWindowOff[0], viewXY[0]);
631
assertEquals(
newXY
[1] + anotherView.getHeight() + viewInWindowOff[1], viewXY[1]);
[
all
...]
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp
83
SkPoint
newXY
= current->xyAtT(newMidT);
89
baseT + newMid * (endT - baseT),
newXY
.fX,
newXY
.fY,
Completed in 524 milliseconds