HomeSort by relevance Sort by last modified time
    Searched defs:LEADING (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/views/controls/
image_view.h 32 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 62 * configured, grid index {@code 0} is fixed to the leading edge of the
650 private int getDefaultMargin(View c, boolean horizontal, boolean leading) {
657 private int getDefaultMargin(View c, boolean isAtEdge, boolean horizontal, boolean leading) {
658 return /*isAtEdge ? DEFAULT_CONTAINER_MARGIN :*/ getDefaultMargin(c, horizontal, leading);
661 private int getDefaultMargin(View c, LayoutParams p, boolean horizontal, boolean leading) {
668 boolean leading1 = (horizontal && isLayoutRtl()) ? !leading : leading;
671 return getDefaultMargin(c, isAtEdge, horizontal, leading);
674 int getMargin1(View view, boolean horizontal, boolean leading) {
677 (leading ? lp.leftMargin : lp.rightMargin)
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 59 * configured, grid index {@code 0} is fixed to the leading edge of the
634 private int getDefaultMargin(View c, boolean horizontal, boolean leading) {
641 private int getDefaultMargin(View c, boolean isAtEdge, boolean horizontal, boolean leading) {
642 return /*isAtEdge ? DEFAULT_CONTAINER_MARGIN :*/ getDefaultMargin(c, horizontal, leading);
645 private int getDefaultMargin(View c, LayoutParams p, boolean horizontal, boolean leading) {
652 boolean leading1 = (horizontal && isLayoutRtlCompat()) ? !leading : leading;
655 return getDefaultMargin(c, isAtEdge, horizontal, leading);
658 int getMargin1(View view, boolean horizontal, boolean leading) {
661 (leading ? lp.leftMargin : lp.rightMargin)
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 

Completed in 451 milliseconds