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

  /packages/apps/Camera/src/com/android/camera/ui/
LayoutNotifyView.java 26 public class LayoutNotifyView extends View implements LayoutChangeNotifier {
29 public LayoutNotifyView(Context context) {
33 public LayoutNotifyView(Context context, AttributeSet attrs) {
  /packages/apps/Camera/src/com/android/camera/
PanoramaModule.java 58 import com.android.camera.ui.LayoutNotifyView;
120 private LayoutNotifyView mPreviewArea;
681 mPreviewArea = (LayoutNotifyView) mRootView.findViewById(R.id.pano_preview_area);
    [all...]

Completed in 283 milliseconds