Home | History | Annotate | Download | only in com.example.android.hdrviewfinder

Lines Matching refs:view

23 import android.view.GestureDetector;
24 import android.view.MotionEvent;
25 import android.view.SurfaceView;
26 import android.view.View;
27 import android.view.ViewGroup.LayoutParams;
35 * adjustable by the view; for example, by setting the layout parameters to be WRAP_CONTENT for
60 * Set the desired aspect ratio for this view.
111 // Maximize the View's area while maintaining aspect ratio
142 width = View.resolveSizeAndState(width, widthMeasureSpec, 0);
143 height = View.resolveSizeAndState(height, heightMeasureSpec, 0);