OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LEADING
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/views/controls/
image_view.h
32
LEADING
= 0,
native_control.h
28
LEADING
= 0,
/external/chromium_org/ui/views/layout/
grid_layout.h
43
// a horizontal and vertical alignment of
leading
regardless of that defined
45
// layout->AddView(v1, 1, 1,
LEADING
,
LEADING
);
74
//
Leading
equates to left along the horizontal axis, and top along the
76
LEADING
,
/frameworks/base/core/java/android/widget/
GridLayout.java
59
* configured, grid index {@code 0} is fixed to the
leading
edge of the
646
private int getDefaultMargin(View c, boolean horizontal, boolean
leading
) {
653
private int getDefaultMargin(View c, boolean isAtEdge, boolean horizontal, boolean
leading
) {
654
return /*isAtEdge ? DEFAULT_CONTAINER_MARGIN :*/ getDefaultMargin(c, horizontal,
leading
);
657
private int getDefaultMargin(View c, LayoutParams p, boolean horizontal, boolean
leading
) {
664
boolean leading1 = (horizontal && isLayoutRtl()) ? !
leading
:
leading
;
667
return getDefaultMargin(c, isAtEdge, horizontal,
leading
);
670
int getMargin1(View view, boolean horizontal, boolean
leading
) {
673
(
leading
? lp.leftMargin : lp.rightMargin)
[
all
...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java
60
* configured, grid index {@code 0} is fixed to the
leading
edge of the
642
private int getDefaultMargin(View c, boolean horizontal, boolean
leading
) {
649
private int getDefaultMargin(View c, boolean isAtEdge, boolean horizontal, boolean
leading
) {
650
return /*isAtEdge ? DEFAULT_CONTAINER_MARGIN :*/ getDefaultMargin(c, horizontal,
leading
);
653
private int getDefaultMargin(View c, LayoutParams p, boolean horizontal, boolean
leading
) {
660
boolean leading1 = (horizontal && isLayoutRtlCompat()) ? !
leading
:
leading
;
663
return getDefaultMargin(c, isAtEdge, horizontal,
leading
);
666
int getMargin1(View view, boolean horizontal, boolean
leading
) {
669
(
leading
? lp.leftMargin : lp.rightMargin)
[
all
...]
/sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar
Completed in 91 milliseconds