HomeSort by relevance Sort by last modified time
    Searched defs:mCellHeight (Results 1 - 5 of 5) sorted by null

  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertingCells.java 50 private int mCellHeight;
63 mCellHeight = (int)(getResources().getDimension(R.dimen.cell_height));
85 mCellHeight);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
FixedGridLayout.java 39 int mCellHeight;
51 mCellHeight = px;
59 int cellHeightSpec = MeasureSpec.makeMeasureSpec(mCellHeight,
71 resolveSize(mCellHeight * minCount, heightMeasureSpec));
77 int cellHeight = mCellHeight;
  /development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayout.java 39 int mCellHeight;
53 mCellHeight = a.getDimensionPixelSize(
64 mCellHeight = px;
72 int cellHeightSpec = MeasureSpec.makeMeasureSpec(mCellHeight,
82 resolveSize(mCellHeight*count, heightMeasureSpec));
88 int cellHeight = mCellHeight;
  /external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
SkottieActivity.java 44 private int mCellHeight = 0;
54 mCellHeight = 0;
88 mCellHeight = screenHeight / mRowCount;
168 params.height = mCellHeight;
  /external/skqp/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
SkottieActivity.java 44 private int mCellHeight = 0;
54 mCellHeight = 0;
88 mCellHeight = screenHeight / mRowCount;
168 params.height = mCellHeight;

Completed in 210 milliseconds