OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sLocation
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateTestPage.java
40
private static String
sLocation
; // Persist between repeated invocations
65
if (
sLocation
!= null) {
66
mLocation.setText(
sLocation
);
100
sLocation
= path;
/packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java
671
private static int
sLocation
[] = new int[2];
675
v.getLocationInWindow(
sLocation
);
676
return x >=
sLocation
[0] && x < (
sLocation
[0] + v.getWidth())
677
&& y >=
sLocation
[1] && y < (
sLocation
[1] + v.getHeight());
681
reference.getLocationInWindow(
sLocation
);
682
int referenceX =
sLocation
[0];
683
int referenceY =
sLocation
[1];
684
view.getLocationInWindow(
sLocation
);
[
all
...]
Completed in 65 milliseconds