OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:distance1
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java
767
int
distance1
, distance2;
local
769
distance1
= m1.with.from - m1.edge.to;
771
distance1
= m1.edge.from - m1.with.to;
774
distance1
= 0;
785
if (
distance1
!= distance2) {
786
return
distance1
- distance2;
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
DayView.java
3132
int
distance1
= 0;
local
[
all
...]
Completed in 3121 milliseconds