HomeSort by relevance Sort by last modified time
    Searched refs:AspectRatioFrameLayout (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/widget/
AspectRatioFrameLayout.java 30 public final class AspectRatioFrameLayout extends FrameLayout {
37 public AspectRatioFrameLayout(Context context) {
41 public AspectRatioFrameLayout(Context context, AttributeSet attrs) {
45 public AspectRatioFrameLayout(Context context, AttributeSet attrs, int defStyle) {
49 context.obtainStyledAttributes(attrs, R.styleable.AspectRatioFrameLayout);
VideoPreference.java 102 final AspectRatioFrameLayout layout = (AspectRatioFrameLayout) holder.findViewById(
  /packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
AspectRatioFrameLayoutTest.java 36 private AspectRatioFrameLayout mLayout;
45 mLayout = new AspectRatioFrameLayout(mContext);
58 mLayout = new AspectRatioFrameLayout(mContext);
71 mLayout = new AspectRatioFrameLayout(mContext);
84 mLayout = new AspectRatioFrameLayout(mContext);
VideoPreferenceTest.java 69 final AspectRatioFrameLayout layout =
70 (AspectRatioFrameLayout) mPreferenceViewHolder.findViewById(R.id.video_container);

Completed in 179 milliseconds