HomeSort by relevance Sort by last modified time
    Searched full:columnwidth (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/llvm/include/llvm/Support/
Locale.h 10 int columnWidth(StringRef s);
  /external/llvm/lib/Support/
LocaleGeneric.inc 7 int columnWidth(StringRef s) {
LocaleWindows.inc 5 int columnWidth(StringRef s) {
LocaleXlocale.inc 49 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);
  /cts/tests/res/layout/
gridlayout_anim_controller_layout.xml 25 android:columnWidth="60dp"
26 android:stretchMode="columnWidth"
  /development/samples/ApiDemos/res/layout/
grid_1.xml 25 android:columnWidth="60dp"
26 android:stretchMode="columnWidth"
grid_2.xml 26 android:columnWidth="60dp"
27 android:stretchMode="columnWidth"
layout_animation_1.xml 27 android:columnWidth="60dp"
28 android:stretchMode="columnWidth"
layout_animation_4.xml 27 android:columnWidth="60dp"
28 android:stretchMode="columnWidth"
layout_animation_5.xml 27 android:columnWidth="60dp"
28 android:stretchMode="columnWidth"
layout_animation_6.xml 26 android:columnWidth="60dp"
27 android:stretchMode="columnWidth"
  /development/samples/training/bitmapfun/res/layout/
image_grid_fragment.xml 23 android:columnWidth="@dimen/image_thumbnail_size"
26 android:stretchMode="columnWidth"
  /frameworks/base/core/tests/coretests/res/layout/
grid_in_horizontal.xml 30 android:columnWidth="60dp"
31 android:stretchMode="columnWidth" />
grid_scroll_listener.xml 30 android:columnWidth="60dp"
31 android:stretchMode="columnWidth"
grid_thrasher.xml 29 android:columnWidth="60dp"
30 android:stretchMode="columnWidth"
grid_padding.xml 24 android:columnWidth="50dp" />
  /packages/apps/Browser/res/layout/
bookmarkthumbnailwidget.xml 25 android:columnWidth="@dimen/widgetColumnWidth"
26 android:stretchMode="columnWidth"
  /packages/apps/Gallery2/res/layout/
ingest_activity_item_list.xml 21 android:columnWidth="120dip"
26 android:stretchMode="columnWidth" />
  /packages/apps/Gallery/res/layout/
gallerypicker.xml 27 android:columnWidth="148dp"
  /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"

Completed in 534 milliseconds

1 2 3