Searched defs:FixedSizeFrameLayout (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DCameraWidgetFrame.java66 private FixedSizeFrameLayout mPreview;
121 private static final class FixedSizeFrameLayout extends FrameLayout { class in class:CameraWidgetFrame
125 FixedSizeFrameLayout(Context context) { method in class:CameraWidgetFrame.FixedSizeFrameLayout
148 mPreview = new FixedSizeFrameLayout(context);

Completed in 24 milliseconds