Home
last modified time | relevance | path

Searched refs:cellWidth (Results 1 – 3 of 3) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/animation/
DFixedGridLayout.java76 int cellWidth = mCellWidth; in onLayout() local
78 int columns = (r - l) / cellWidth; in onLayout()
92 int left = x + ((cellWidth-w)/2); in onLayout()
103 x += cellWidth; in onLayout()
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
DFixedGridLayout.java87 int cellWidth = mCellWidth; in onLayout() local
89 int columns = (r - l) / cellWidth; in onLayout()
103 int left = x + ((cellWidth-w)/2); in onLayout()
114 x += cellWidth; in onLayout()
/development/apps/WidgetPreview/src/com/android/widgetpreview/
DWidgetPreviewActivity.java201 int cellWidth = resources.getDimensionPixelSize(R.dimen.workspace_cell_width); in getLauncherCellDimensions() local
209 int smallerSize = Math.min(cellWidth, cellHeight); in getLauncherCellDimensions()