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
37 public void setDrawingView(@Nonnull final DrawingPreviewPlacerView drawingView) { in setDrawingView()
42 import com.android.inputmethod.keyboard.internal.DrawingPreviewPlacerView;142 private final DrawingPreviewPlacerView mDrawingPreviewPlacerView;181 final DrawingPreviewPlacerView drawingPreviewPlacerView = in MainKeyboardView()182 new DrawingPreviewPlacerView(context, attrs); in MainKeyboardView()