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 |
load() |
open ArrayList<Prediction!>! | |
open Unit |
removeEntry(entryName: String!) |
open Unit |
removeGesture(entryName: String!, gesture: Gesture!) |
abstract Boolean |
save() |
open Unit |
setOrientationStyle(style: Int) |
open Unit |
setSequenceType(type: Int) |
Properties | |
---|---|
GestureStore! |
Protected constructors
Public methods
removeGesture
Added in API level 4
open fun removeGesture(
entryName: String!,
gesture: Gesture!
): Unit