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

  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 217 COLUMN,
443 // <substring-match>, <column>, <whitespace>, <CDO>,
580 type = TokenType.COLUMN;
    [all...]
  /build/core/
config.mk 433 # Don't use column under Windows, cygwin or not
435 COLUMN:= cat
437 COLUMN:= column
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 1 # -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*-
52 COLUMN = 'column'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 1 # -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*-
52 COLUMN = 'column'
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 66 * <h4>Row and Column Specs</h4>
80 * If a child does not specify the row and column indices of the cell it
119 * Multiple components in the same row or column group are
122 * within it are flexible. Row and column groups that sit either side of a common boundary
126 * To make a column stretch, make sure all of the components inside it define a
127 * weight or a gravity. To prevent a column from stretching, ensure that one of the components
128 * in the column does not define a weight or a gravity.
143 * view was alone in a column, that column would itself collapse to zero width if and only if
323 * To control the 'direction' in which default row/column indices are generate
2138 int column = a.getInt(COLUMN, DEFAULT_COLUMN); local
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 64 * <h4>Row and Column Specs</h4>
78 * If a child does not specify the row and column indices of the cell it
116 * Multiple components in the same row or column group are
119 * within it are flexible. Row and column groups that sit either side of a common boundary
123 * To make a column stretch, make sure all of the components inside it define a
124 * weight or a gravity. To prevent a column from stretching, ensure that one of the components
125 * in the column does not define a weight or a gravity.
140 * view was alone in a column, that column would itself collapse to zero width if and only if
313 * To control the 'direction' in which default row/column indices are generate
2014 int column = a.getInt(COLUMN, DEFAULT_COLUMN); local
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 434 milliseconds