OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createCell
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridMatch.java
39
public boolean
createCell
;
55
* @param
createCell
if true, create a new cell by splitting the existing cell at the
60
boolean
createCell
, int margin) {
66
this.
createCell
=
createCell
;
95
if (!
createCell
) {
106
if (!
createCell
) {
111
if (!
createCell
) {
122
if (!
createCell
) {
GridDropHandler.java
144
true /*
createCell
*/, UNDEFINED));
148
true /*
createCell
*/, UNDEFINED));
239
if (mRowMatch.
createCell
&& mRowMatch.cellIndex < mGrid.actualRowCount) {
243
if (mColumnMatch.
createCell
&& mColumnMatch.cellIndex < mGrid.actualColumnCount) {
299
boolean
createCell
= false; // always just put in column 0
301
matchedLine, 0 /* column */,
createCell
, UNDEFINED));
359
boolean
createCell
= mGrid.getColumnX(mGrid.getColumn(matchedLine)) != matchedLine;
361
0,
createCell
, MARGIN_SIZE));
368
//boolean
createCell
= mGrid.getColumnX(mGrid.getColumn(matchedLine)) != matchedLine;
370
// mGrid.actualColumnCount - 1,
createCell
, MARGIN_SIZE))
[
all
...]
GridLayoutPainter.java
208
: rowMatch.
createCell
? DrawingStyle.GUIDELINE_DASHED
232
: columnMatch.
createCell
? DrawingStyle.GUIDELINE_DASHED
289
boolean createColumn = columnMatch.
createCell
;
290
boolean createRow = rowMatch.
createCell
;
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar
Completed in 1435 milliseconds