Searched refs:NO_FLOATING_GESTURE_PREVIEW (Results 1 – 2 of 2) sorted by relevance
19 import static com.android.inputmethod.latin.common.Constants.ImeOption.NO_FLOATING_GESTURE_PREVIEW;121 mPackageNameForPrivateImeOptions, NO_FLOATING_GESTURE_PREVIEW, editorInfo); in InputAttributes()
70 public static final String NO_FLOATING_GESTURE_PREVIEW = "noGestureFloatingPreview"; field in Constants.ImeOption