[]Struct jni_android_sys::android::text::method::MultiTapKeyListener

#[repr(transparent)]
pub struct MultiTapKeyListener(_);

public class MultiTapKeyListener

Required feature: "android-text-method-MultiTapKeyListener"

Methods

impl MultiTapKeyListener

pub fn new<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env TextKeyListener_Capitalize>>,
    arg1: bool
) -> Result<Local<'env, MultiTapKeyListener>, Local<'env, Throwable>>
[src]

MultiTapKeyListener

Required features: "android-text-method-TextKeyListener_Capitalize"

pub fn getInstance<'env>(
    __jni_env: &'env Env,
    arg0: bool,
    arg1: impl Into<Option<&'env TextKeyListener_Capitalize>>
) -> Result<Option<Local<'env, MultiTapKeyListener>>, Local<'env, Throwable>>
[src]

getInstance

Required features: "android-text-method-MultiTapKeyListener", "android-text-method-TextKeyListener_Capitalize"

pub fn getInputType<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn onKeyDown<'env>(
    &'env self,
    arg0: impl Into<Option<&'env View>>,
    arg1: impl Into<Option<&'env Editable>>,
    arg2: i32,
    arg3: impl Into<Option<&'env KeyEvent>>
) -> Result<bool, Local<'env, Throwable>>
[src]

onKeyDown

Required features: "android-text-Editable", "android-view-KeyEvent", "android-view-View"

pub fn onSpanChanged<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Spannable>>,
    arg1: impl Into<Option<&'env Object>>,
    arg2: i32,
    arg3: i32,
    arg4: i32,
    arg5: i32
) -> Result<(), Local<'env, Throwable>>
[src]

onSpanChanged

Required features: "android-text-Spannable", "java-lang-Object"

pub fn onSpanAdded<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Spannable>>,
    arg1: impl Into<Option<&'env Object>>,
    arg2: i32,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

onSpanAdded

Required features: "android-text-Spannable", "java-lang-Object"

pub fn onSpanRemoved<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Spannable>>,
    arg1: impl Into<Option<&'env Object>>,
    arg2: i32,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

onSpanRemoved

Required features: "android-text-Spannable", "java-lang-Object"

Methods from Deref<Target = BaseKeyListener>

pub fn backspace<'env>(
    &'env self,
    arg0: impl Into<Option<&'env View>>,
    arg1: impl Into<Option<&'env Editable>>,
    arg2: i32,
    arg3: impl Into<Option<&'env KeyEvent>>
) -> Result<bool, Local<'env, Throwable>>
[src]

backspace

Required features: "android-text-Editable", "android-view-KeyEvent", "android-view-View"

pub fn forwardDelete<'env>(
    &'env self,
    arg0: impl Into<Option<&'env View>>,
    arg1: impl Into<Option<&'env Editable>>,
    arg2: i32,
    arg3: impl Into<Option<&'env KeyEvent>>
) -> Result<bool, Local<'env, Throwable>>
[src]

forwardDelete

Required features: "android-text-Editable", "android-view-KeyEvent", "android-view-View"

pub fn onKeyDown<'env>(
    &'env self,
    arg0: impl Into<Option<&'env View>>,
    arg1: impl Into<Option<&'env Editable>>,
    arg2: i32,
    arg3: impl Into<Option<&'env KeyEvent>>
) -> Result<bool, Local<'env, Throwable>>
[src]

onKeyDown

Required features: "android-text-Editable", "android-view-KeyEvent", "android-view-View"

pub fn onKeyOther<'env>(
    &'env self,
    arg0: impl Into<Option<&'env View>>,
    arg1: impl Into<Option<&'env Editable>>,
    arg2: impl Into<Option<&'env KeyEvent>>
) -> Result<bool, Local<'env, Throwable>>
[src]

onKeyOther

Required features: "android-text-Editable", "android-view-KeyEvent", "android-view-View"

Trait Implementations

impl AsJValue for MultiTapKeyListener

impl AsRef<SpanWatcher> for MultiTapKeyListener

impl AsValidJObjectAndEnv for MultiTapKeyListener

impl Deref for MultiTapKeyListener

type Target = BaseKeyListener

The resulting type after dereferencing.

impl JniType for MultiTapKeyListener

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.