Searched defs:bitmapHeight (Results 1 – 6 of 6) sorted by relevance
268 public final float bitmapHeight; field in Cue465 float bitmapHeight, in Cue()572 private float bitmapHeight; field in Cue.Builder851 public Builder setBitmapHeight(float bitmapHeight) { in setBitmapHeight()1014 bundle.putFloat(keyForField(FIELD_BITMAP_HEIGHT), bitmapHeight); in toBundle() local
260 public final float bitmapHeight; field in Cue457 float bitmapHeight, in Cue()564 private float bitmapHeight; field in Cue.Builder847 public Builder setBitmapHeight(float bitmapHeight) { in setBitmapHeight()1010 bundle.putFloat(keyForField(FIELD_BITMAP_HEIGHT), bitmapHeight); in toBundle() local
113 final int bitmapHeight = bitmap.getHeight(); in draw() local246 int bitmapHeight = bitmap.getHeight(); in scaleCanvasToBounds() local
128 private int bitmapHeight; field in PgsDecoder.CueBuilder
22 int bitmapHeight; member