Searched refs:RESIZE_MODE_FIT (Results 1 – 2 of 2) sorted by relevance
58 RESIZE_MODE_FIT,69 public static final int RESIZE_MODE_FIT = 0; field in AspectRatioFrameLayout112 resizeMode = RESIZE_MODE_FIT; in AspectRatioFrameLayout()117 resizeMode = a.getInt(R.styleable.AspectRatioFrameLayout_resize_mode, RESIZE_MODE_FIT); in AspectRatioFrameLayout()196 case RESIZE_MODE_FIT: in onMeasure()
369 int resizeMode = AspectRatioFrameLayout.RESIZE_MODE_FIT; in PlayerView()