Searched refs:DrawingPreviewPlacerView (Results 1 – 3 of 3) sorted by relevance
31 public final class DrawingPreviewPlacerView extends RelativeLayout { class36 public DrawingPreviewPlacerView(final Context context, final AttributeSet attrs) { in DrawingPreviewPlacerView() method in DrawingPreviewPlacerView
34 public void setDrawingView(final DrawingPreviewPlacerView drawingView) { in setDrawingView()
43 import com.android.inputmethod.keyboard.internal.DrawingPreviewPlacerView;138 private final DrawingPreviewPlacerView mDrawingPreviewPlacerView;180 mDrawingPreviewPlacerView = new DrawingPreviewPlacerView(context, attrs); in MainKeyboardView()