Home
last modified time | relevance | path

Searched refs:AspectRatioFrameLayout (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/widget/
DAspectRatioFrameLayout.java31 public final class AspectRatioFrameLayout extends FrameLayout { class
38 public AspectRatioFrameLayout(Context context) { in AspectRatioFrameLayout() method in AspectRatioFrameLayout
42 public AspectRatioFrameLayout(Context context, AttributeSet attrs) { in AspectRatioFrameLayout() method in AspectRatioFrameLayout
46 public AspectRatioFrameLayout(Context context, AttributeSet attrs, int defStyle) { in AspectRatioFrameLayout() method in AspectRatioFrameLayout
50 context.obtainStyledAttributes(attrs, R.styleable.AspectRatioFrameLayout); in AspectRatioFrameLayout()
DVideoPreference.java118 final AspectRatioFrameLayout layout = (AspectRatioFrameLayout) holder.findViewById( in onBindViewHolder()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DAspectRatioFrameLayout.java31 public final class AspectRatioFrameLayout extends FrameLayout { class
38 public AspectRatioFrameLayout(Context context) { in AspectRatioFrameLayout() method in AspectRatioFrameLayout
42 public AspectRatioFrameLayout(Context context, AttributeSet attrs) { in AspectRatioFrameLayout() method in AspectRatioFrameLayout
46 public AspectRatioFrameLayout(Context context, AttributeSet attrs, int defStyle) { in AspectRatioFrameLayout() method in AspectRatioFrameLayout
50 context.obtainStyledAttributes(attrs, R.styleable.AspectRatioFrameLayout); in AspectRatioFrameLayout()
DVideoPreference.java120 final AspectRatioFrameLayout layout = (AspectRatioFrameLayout) holder.findViewById( in onBindViewHolder()
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DAspectRatioFrameLayoutTest.java35 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()
DVideoPreferenceTest.java91 final AspectRatioFrameLayout layout = in onBindViewHolder_hasCorrectRatio()
92 (AspectRatioFrameLayout) mPreferenceViewHolder.findViewById(R.id.video_container); in onBindViewHolder_hasCorrectRatio()