HomeSort by relevance Sort by last modified time
    Searched full:columnwidth (Results 26 - 50 of 87) sorted by null

12 3 4

  /packages/apps/VideoEditor/res/layout/
project_picker.xml 27 android:columnWidth="@dimen/project_picker_column_width"
  /development/samples/Home/res/layout-land/
home.xml 32 android:columnWidth="78dp"
  /development/samples/Home/res/layout-port/
home.xml 32 android:columnWidth="78dp"
  /frameworks/base/core/res/res/layout/
character_picker.xml 34 android:columnWidth="48dp"
  /packages/apps/Gallery2/res/layout/
album_content.xml 48 android:stretchMode="columnWidth"
multigrid_content.xml 48 android:stretchMode="columnWidth"
  /packages/wallpapers/LivePicker/res/layout-xlarge/
live_wallpaper_list.xml 32 android:columnWidth="@dimen/live_wallpaper_grid_item_width"
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnBlock.h 42 LayoutUnit columnWidth() const { return m_columnWidth; }
RenderMultiColumnBlock.cpp 65 LayoutUnit colWidth = max<LayoutUnit>(1, LayoutUnit(style()->columnWidth()));
RenderMultiColumnFlowThread.cpp 65 return parentBlock->columnWidth();
RenderView.cpp 457 int columnWidth = contentLogicalWidth();
460 columnWidth = pageLength;
462 setDesiredColumnCountAndWidth(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/BitmapFun/src/main/java/com/example/android/bitmapfun/ui/
ImageGridFragment.java 120 // as the GridView has stretchMode=columnWidth. The column width is used to set the height
130 final int columnWidth =
133 mAdapter.setItemHeight(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 132 int columnWidth = a.getDimensionPixelOffset(com.android.internal.R.styleable.GridView_columnWidth, -1);
133 if (columnWidth > 0) {
134 setColumnWidth(columnWidth);
304 final int columnWidth = mColumnWidth;
313 nextLeft = getWidth() - mListPadding.right - columnWidth -
327 final int deltaLeft = (mNumColumns - (last - startPos)) * (columnWidth + horizontalSpacing);
347 nextLeft += (isLayoutRtl ? -1 : +1) * columnWidth;
    [all...]
  /packages/apps/LegacyCamera/res/values-sw600dp/
styles.xml 76 <item name="android:columnWidth">@dimen/share_item_width</item>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestions.java 80 final int columnWidth =
83 || !fitInWidth(rowStartIndex, index + 1, columnWidth)) {
  /external/llvm/lib/Support/
LocaleGeneric.inc 10 // This file implements llvm::sys::locale::columnWidth and
359 int columnWidth(StringRef Text) {
360 unsigned ColumnWidth = 0;
375 ColumnWidth += Width;
377 return ColumnWidth;
  /frameworks/base/docs/html/guide/topics/ui/layout/
gridview.jd 50 android:columnWidth="90dp"
54 android:stretchMode="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/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_table.js 120 * @param {number} columnWidth New width of the column.
123 columnIndex, columnWidth) {
133 this.columnPos_[columnIndex] + Math.max(columnWidth,
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 212 columns += llvm::sys::locale::columnWidth(res.first);
245 columns += llvm::sys::locale::columnWidth(res.first);
375 = llvm::sys::locale::columnWidth(FixItInsertionLine.substr(0, FixItEnd));
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
task_manager_mac.mm 27 const struct ColumnWidth {
  /external/chromium_org/chrome/browser/ui/cocoa/
task_manager_mac.mm 31 const struct ColumnWidth {
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimatableValueFactory.cpp 420 return createFromDouble(style.columnWidth());

Completed in 1910 milliseconds

12 3 4