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

1 2

  /external/llvm/include/llvm/Support/
Locale.h 10 int columnWidth(StringRef s);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
OneRowGridView.java 30 public void setColumnWidth(int columnWidth) {
31 super.setColumnWidth(columnWidth);
32 if (mInternalRequestedColumnWidth != columnWidth) {
33 mInternalRequestedColumnWidth = columnWidth;
  /packages/apps/Browser/src/com/android/browser/view/
SnapshotGridView.java 55 public void setColumnWidth(int columnWidth) {
56 mColWidth = columnWidth;
57 super.setColumnWidth(columnWidth);
  /frameworks/base/core/java/android/widget/
TableRow.java 198 int columnWidth = 0;
203 columnWidth += constrainedColumnWidths[childIndex + i];
217 Math.max(0, columnWidth - lp.leftMargin - lp.rightMargin), measureMode
227 lp.mOffset[LayoutParams.LOCATION_NEXT] = columnWidth - childWidth;
GridView.java 128 int columnWidth = a.getDimensionPixelOffset(com.android.internal.R.styleable.GridView_columnWidth, -1);
129 if (columnWidth > 0) {
130 setColumnWidth(columnWidth);
300 final int columnWidth = mColumnWidth;
309 nextLeft = getWidth() - mListPadding.right - columnWidth -
323 final int deltaLeft = (mNumColumns - (last - startPos)) * (columnWidth + horizontalSpacing);
343 nextLeft += (isLayoutRtl ? -1 : +1) * columnWidth;
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 238 int columnWidth = mLargeColumnWidth;
251 columnWidth = mSmallColumnWidth;
267 ? columnWidth / ASPECT_RATIO
268 : columnWidth * ASPECT_RATIO));
270 int widthSpec = MeasureSpec.makeMeasureSpec(columnWidth, MeasureSpec.EXACTLY);
272 int childLeft = forward ? x : x - columnWidth;
273 child.layout(childLeft, nextTop, childLeft + columnWidth, nextTop + heightSize);
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/ui/
ImageGridFragment.java 117 // as the GridView has stretchMode=columnWidth. The column width is used to set the height
127 final int columnWidth =
130 mAdapter.setItemHeight(columnWidth);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestions.java 80 final int columnWidth =
83 || !fitInWidth(rowStartPos, pos + 1, columnWidth)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java 670 int columnWidth = getColumnWidth(column, false);
672 columnWidths.putInteger(getKey(column), columnWidth);
678 } else if (columnWidth < 0) {
682 layout.addColumnData(new ColumnPixelData(columnWidth, true));
    [all...]
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 212 columns += llvm::sys::locale::columnWidth(res.first);
245 columns += llvm::sys::locale::columnWidth(res.first);
    [all...]
  /external/llvm/lib/Support/
SourceMgr.cpp 296 assert((size_t)llvm::sys::locale::columnWidth(I->getText()) ==
  /external/webkit/Source/WebCore/inspector/front-end/
DataGrid.js 419 var columnWidth = this.headerTableBody.rows[0].cells[i].offsetWidth;
420 var percentWidth = ((columnWidth / tableWidth) * 100) + "%";
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java     [all...]
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp 653 gPropertyWrappers->append(new PropertyWrapper<float>(CSSPropertyWebkitColumnWidth, &RenderStyle::columnWidth, &RenderStyle::setColumnWidth));
    [all...]
  /external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.cpp     [all...]
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlock.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 1414 milliseconds

1 2