Searched defs:split (Results 1 - 4 of 4) sorted by relevance

/sdk/find_java/
H A Dutils.h174 CArray<CString> * split(char sep) const { function in class:CString
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
H A DPsdFile.java95 private static void writeImage(BufferedImage image, DataOutputStream out, boolean split) argument
98 if (!split) out.writeShort(0);
121 if (split) out.writeShort(0);
122 if (split) out.write(a);
123 if (split) out.writeShort(0);
125 if (split) out.writeShort(0);
127 if (split) out.writeShort(0);
129 if (!split) out.write(a);
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/util/
H A DPsdFile.java99 private static void writeImage(BufferedImage image, DataOutputStream out, boolean split) argument
102 if (!split)
126 if (split)
128 if (split)
130 if (split)
133 if (split)
136 if (split)
139 if (!split)
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
H A DGridModel.java803 * within that row or column. This is used to find a natural split point to
907 * @param split if true, split the existing column into two at the given x position
913 boolean split, int row, int x) {
946 split ? row : UNDEFINED,
947 split ? newColumn - 1 : UNDEFINED,
973 if (split && !columnSpanSet && view.node.getBounds().x2() > x) {
989 if (split) {
1120 * @param split if true, split th
912 addColumn(int newColumn, INode newView, int columnWidthDp, boolean split, int row, int x) argument
1125 addRow(int newRow, INode newView, int rowHeightDp, boolean split, int column, int y) argument
[all...]

Completed in 4904 milliseconds