HomeSort by relevance Sort by last modified time
    Searched refs:getColumn (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /frameworks/base/core/tests/coretests/src/android/widget/focus/
LinearLayoutGrid.java 46 return (Button) getColumn(column).getChildAt(row);
51 private LinearLayout getColumn(int column) {
  /external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
JSilverBadSyntaxException.java 91 public int getColumn() {
  /external/llvm/include/llvm/Support/
FormattedStream.h 127 /// getColumn - Return the column number
128 unsigned getColumn() { return Position.first; }
  /external/llvm/lib/Support/
FormattedStream.cpp 71 indent(std::max(int(NewCol - getColumn()), 1));
  /external/compiler-rt/lib/ubsan/
ubsan_value.h 85 unsigned getColumn() const { return Column; }
ubsan_diag.cc 77 if (SLoc.getColumn())
78 Printf("%d:", SLoc.getColumn());
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 317 << PL.getColumn();
329 << PL.getColumn();
335 unsigned endCol = PL.getColumn() - 1;
  /external/clang/lib/Basic/
SourceLocation.cpp 53 << ':' << PLoc.getColumn();
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 102 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn();
  /external/llvm/include/llvm/DebugInfo/
DIContext.h 50 uint32_t getColumn() const { return Column; }
  /external/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 80 << dli.getLine() << ':' << dli.getColumn() << '\n';
  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 76 int col = event.getColumn();
Event.java 505 colMask &= ~(1L << active.getColumn());
524 colMask &= ~(1L << active.getColumn());
610 public int getColumn() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 143 columnMatches.add(new GridMatch(SegmentType.LEFT, 0, x1, mGrid.getColumn(x1),
178 int column = mGrid.getColumn(x1);
359 boolean createCell = mGrid.getColumnX(mGrid.getColumn(matchedLine)) != matchedLine;
368 //boolean createCell = mGrid.getColumnX(mGrid.getColumn(matchedLine)) != matchedLine;
373 int columnRight = mGrid.getColumn(x1 - SHORT_GAP_DP);
378 boolean createCell = mGrid.getColumnX(mGrid.getColumn(matchedLine)) != matchedLine;
384 columnRight = mGrid.getColumn(x1);
404 boolean createCell = mGrid.getColumnX(mGrid.getColumn(matchedLine)) != matchedLine;
546 //column = mGrid.getColumn(columnX);
554 column = mGrid.getColumn(startX)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 190 tvc.getColumn().setText(STATS_TABLE_PROPERTIES[i]);
192 tvc.getColumn().setAlignment(STATS_TABLE_COL_ALIGNMENT[i]);
193 tvc.getColumn().addSelectionListener(columnSelectionListener);
206 table.getColumn(i).setWidth((int) (w * STATS_TABLE_COLWIDTH_RATIOS[i]));
  /external/smali/smali/src/main/java/org/jf/smali/
smaliFlexLexer.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportPage.java 138 TableColumn dirColumn = dirViewerColumn.getColumn();
142 TableColumn nameColumn = nameViewerColumn.getColumn();
189 TableColumn column = mTable.getColumn(i);
193 mTable.getColumn(0).setWidth(availableWidth);
  /external/clang/utils/analyzer/
CmpRuns.py 60 def getColumn(self):
84 self.getColumn(), self.getCategory(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 180 TableColumn keyColumn = keyViewerColumn.getColumn();
184 TableColumn defaultColumn = defaultViewerColumn.getColumn();
188 TableColumn translationColumn = translationViewerColumn.getColumn();
312 TableColumn column = mTable.getColumn(i);
316 TableColumn column = mTable.getColumn(DEFAULT_TRANSLATION_COLUMN);
318 column = mTable.getColumn(NEW_TRANSLATION_COLUMN);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 541 TreeColumn column = tvc.getColumn();
548 column = tvc.getColumn();
556 column = tvc.getColumn();
573 mFrameTreeViewer.getTree().getColumn(2).setWidth(100);
574 mFrameTreeViewer.getTree().getColumn(1).setWidth(100);
575 mFrameTreeViewer.getTree().getColumn(0).setWidth(w - 200);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 162 public int getColumn() {
348 mPatternDrawLookup[cell.getRow()][cell.getColumn()] = true;
369 mInProgressX = getCenterXForColumn(first.getColumn());
557 mPatternDrawLookup[newCell.getRow()][newCell.getColumn()] = true;
818 drawLookup[cell.getRow()][cell.getColumn()] = true;
    [all...]
  /external/llvm/tools/llvm-symbolizer/
LLVMSymbolize.cpp 46 LineInfo.getLine(), LineInfo.getColumn());
322 Result << Filename << ":" << LineInfo.getLine() << ":" << LineInfo.getColumn()
  /external/chromium_org/tools/perf/utils/results_viewer/src/
main.js 161 var selectedColumn = dataTable.getColumn(oArgs.target);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 435 int startColumn = grid.getColumn(state.bounds.x);
436 int endColumn = grid.getColumn(state.bounds.x2());
565 int startColumn = grid.getColumn(state.bounds.x);
566 int endColumn = grid.getColumn(state.bounds.x2());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java 222 TreeColumn column = mTree.getColumn(i);
226 mTree.getColumn(0).setWidth(availableWidth);
630 TreeColumn treeColumn = mTree.getColumn(i);
656 treeColumn = viewerColumn.getColumn();
    [all...]

Completed in 976 milliseconds

1 2 3 4