OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opposite2
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java
286
ConstraintType opposite1 = null,
opposite2
= null;
local
291
opposite2
= LAYOUT_RIGHT_OF;
296
opposite2
= LAYOUT_BELOW;
303
if ((constraint.type == opposite1 || constraint.type ==
opposite2
) &&
[
all
...]
Completed in 47 milliseconds