OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LAYOUT_RIGHT_OF
(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
66
LAYOUT_RIGHT_OF
(ATTR_LAYOUT_TO_RIGHT_OF, LEFT, null, RIGHT, null, false, false, true, true),
224
return
LAYOUT_RIGHT_OF
;
ConstraintPainter.java
34
import static com.android.ide.common.layout.relative.ConstraintType.
LAYOUT_RIGHT_OF
;
207
|| type == LAYOUT_LEFT_OF || type ==
LAYOUT_RIGHT_OF
)) {
291
opposite2 =
LAYOUT_RIGHT_OF
;
294
case
LAYOUT_RIGHT_OF
:
[
all
...]
DeletionHandler.java
215
case
LAYOUT_RIGHT_OF
:
Completed in 473 milliseconds