OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LAYOUT_BELOW
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintType.java
60
LAYOUT_BELOW
(ATTR_LAYOUT_BELOW, null, TOP, null, BOTTOM, false, true, false, true),
204
return
LAYOUT_BELOW
;
DeletionHandler.java
239
case
LAYOUT_BELOW
:
244
case
LAYOUT_BELOW
:
ConstraintPainter.java
32
import static com.android.ide.common.layout.relative.ConstraintType.
LAYOUT_BELOW
;
206
&& (type == LAYOUT_ABOVE || type ==
LAYOUT_BELOW
288
case
LAYOUT_BELOW
:
296
opposite2 =
LAYOUT_BELOW
;
[
all
...]
Completed in 225 milliseconds