Searched refs:AspectRatioFrameLayout (Results 1 – 6 of 6) sorted by relevance
31 public final class AspectRatioFrameLayout extends FrameLayout { class38 public AspectRatioFrameLayout(Context context) { in AspectRatioFrameLayout() method in AspectRatioFrameLayout42 public AspectRatioFrameLayout(Context context, AttributeSet attrs) { in AspectRatioFrameLayout() method in AspectRatioFrameLayout46 public AspectRatioFrameLayout(Context context, AttributeSet attrs, int defStyle) { in AspectRatioFrameLayout() method in AspectRatioFrameLayout50 context.obtainStyledAttributes(attrs, R.styleable.AspectRatioFrameLayout); in AspectRatioFrameLayout()
125 final AspectRatioFrameLayout layout = (AspectRatioFrameLayout) holder.findViewById( in onBindViewHolder()
120 final AspectRatioFrameLayout layout = (AspectRatioFrameLayout) holder.findViewById( in onBindViewHolder()
35 private AspectRatioFrameLayout mLayout;44 mLayout = new AspectRatioFrameLayout(mContext); in measure_squareAspectRatio_squeezeWidth()57 mLayout = new AspectRatioFrameLayout(mContext); in measure_squareAspectRatio_stretchWidth()70 mLayout = new AspectRatioFrameLayout(mContext); in measure_squareAspectRatio_doNotStretch()83 mLayout = new AspectRatioFrameLayout(mContext); in measure_rectangleAspectRatio_stretch()
86 final AspectRatioFrameLayout layout = in onBindViewHolder_hasCorrectRatio()87 (AspectRatioFrameLayout) mPreferenceViewHolder.findViewById(R.id.video_container); in onBindViewHolder_hasCorrectRatio()