Added in API level 4

GestureLibrary

abstract class GestureLibrary
kotlin.Any
   ↳ android.gesture.GestureLibrary

Summary

Protected constructors

Public methods
open Unit
addGesture(entryName: String!, gesture: Gesture!)

open MutableSet<String!>!

open ArrayList<Gesture!>!
getGestures(entryName: String!)

open Int

open Int

open Boolean

abstract Boolean

open ArrayList<Prediction!>!
recognize(gesture: Gesture!)

open Unit
removeEntry(entryName: String!)

open Unit
removeGesture(entryName: String!, gesture: Gesture!)

abstract Boolean

open Unit

open Unit

Properties
GestureStore!

Protected constructors

GestureLibrary

Added in API level 4
protected GestureLibrary()

Public methods

addGesture

Added in API level 4
open fun addGesture(
    entryName: String!,
    gesture: Gesture!
): Unit

getGestureEntries

Added in API level 4
open fun getGestureEntries(): MutableSet<String!>!

getGestures

Added in API level 4
open fun getGestures(entryName: String!): ArrayList<Gesture!>!

getOrientationStyle

Added in API level 4
open fun getOrientationStyle(): Int

getSequenceType

Added in API level 4
open fun getSequenceType(): Int

isReadOnly

Added in API level 4
open fun isReadOnly(): Boolean

load

Added in API level 4
abstract fun load(): Boolean

recognize

Added in API level 4
open fun recognize(gesture: Gesture!): ArrayList<Prediction!>!

removeEntry

Added in API level 4
open fun removeEntry(entryName: String!): Unit

removeGesture

Added in API level 4
open fun removeGesture(
    entryName: String!,
    gesture: Gesture!
): Unit

save

Added in API level 4
abstract fun save(): Boolean

setOrientationStyle

Added in API level 4
open fun setOrientationStyle(style: Int): Unit

setSequenceType

Added in API level 4
open fun setSequenceType(type: Int): Unit

Properties

mStore

Added in API level 4
protected val mStore: GestureStore!