OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LAYOUT_ABOVE
(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
52
* RelativeLayout; for example, {@link #
LAYOUT_ABOVE
} corresponds to the
layout_above
constraint.
55
LAYOUT_ABOVE
(ATTR_LAYOUT_ABOVE,
212
return
LAYOUT_ABOVE
;
DeletionHandler.java
252
case
LAYOUT_ABOVE
:
256
case
LAYOUT_ABOVE
:
ConstraintPainter.java
31
import static com.android.ide.common.layout.relative.ConstraintType.
LAYOUT_ABOVE
;
206
&& (type ==
LAYOUT_ABOVE
|| type == LAYOUT_BELOW
289
case
LAYOUT_ABOVE
:
295
opposite1 =
LAYOUT_ABOVE
;
[
all
...]
Completed in 29 milliseconds