Home
last modified time | relevance | path

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

/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
DFixedGridLayout.java39 int mCellHeight; field in FixedGridLayout
53 mCellHeight = a.getDimensionPixelSize( in FixedGridLayout()
64 mCellHeight = px; in setCellHeight()
72 int cellHeightSpec = MeasureSpec.makeMeasureSpec(mCellHeight, in onMeasure()
82 resolveSize(mCellHeight*count, heightMeasureSpec)); in onMeasure()
88 int cellHeight = mCellHeight; in onLayout()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DFixedGridLayout.java39 int mCellHeight; field in FixedGridLayout
51 mCellHeight = px; in setCellHeight()
59 int cellHeightSpec = MeasureSpec.makeMeasureSpec(mCellHeight, in onMeasure()
71 resolveSize(mCellHeight * minCount, heightMeasureSpec)); in onMeasure()
77 int cellHeight = mCellHeight; in onLayout()
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DInsertingCells.java50 private int mCellHeight; field in InsertingCells
63 mCellHeight = (int)(getResources().getDimension(R.dimen.cell_height)); in onCreate()
85 mCellHeight); in addRow()