Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/animation/
DFixedGridLayout.java77 int cellHeight = mCellHeight; in onLayout() local
93 int top = y + ((cellHeight-h)/2); in onLayout()
100 y += cellHeight; in onLayout()
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
DFixedGridLayout.java88 int cellHeight = mCellHeight; in onLayout() local
104 int top = y + ((cellHeight-h)/2); in onLayout()
111 y += cellHeight; in onLayout()
/development/apps/WidgetPreview/src/com/android/widgetpreview/
DWidgetPreviewActivity.java202 int cellHeight = resources.getDimensionPixelSize(R.dimen.workspace_cell_height); in getLauncherCellDimensions() local
209 int smallerSize = Math.min(cellWidth, cellHeight); in getLauncherCellDimensions()