[]Struct jni_android_sys::android::widget::DialerFilter

#[repr(transparent)]
pub struct DialerFilter(_);
Deprecated

public class DialerFilter

Required feature: "android-widget-DialerFilter"

Methods

impl DialerFilter

pub fn new_Context<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Context>>
) -> Result<Local<'env, DialerFilter>, Local<'env, Throwable>>
[src]

DialerFilter

Required features: "android-content-Context"

pub fn new_Context_AttributeSet<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Context>>,
    arg1: impl Into<Option<&'env AttributeSet>>
) -> Result<Local<'env, DialerFilter>, Local<'env, Throwable>>
[src]

DialerFilter

Required features: "android-content-Context", "android-util-AttributeSet"

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

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

onKeyDown

Required features: "android-view-KeyEvent"

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

onKeyUp

Required features: "android-view-KeyEvent"

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

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

pub fn getLetters<'env>(
    &'env self
) -> Result<Option<Local<'env, CharSequence>>, Local<'env, Throwable>>
[src]

getLetters

Required features: "java-lang-CharSequence"

pub fn getDigits<'env>(
    &'env self
) -> Result<Option<Local<'env, CharSequence>>, Local<'env, Throwable>>
[src]

getDigits

Required features: "java-lang-CharSequence"

pub fn getFilterText<'env>(
    &'env self
) -> Result<Option<Local<'env, CharSequence>>, Local<'env, Throwable>>
[src]

getFilterText

Required features: "java-lang-CharSequence"

pub fn append<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<(), Local<'env, Throwable>>
[src]

append

Required features: "java-lang-String"

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

pub fn setLettersWatcher<'env>(
    &'env self,
    arg0: impl Into<Option<&'env TextWatcher>>
) -> Result<(), Local<'env, Throwable>>
[src]

setLettersWatcher

Required features: "android-text-TextWatcher"

pub fn setDigitsWatcher<'env>(
    &'env self,
    arg0: impl Into<Option<&'env TextWatcher>>
) -> Result<(), Local<'env, Throwable>>
[src]

setDigitsWatcher

Required features: "android-text-TextWatcher"

pub fn setFilterWatcher<'env>(
    &'env self,
    arg0: impl Into<Option<&'env TextWatcher>>
) -> Result<(), Local<'env, Throwable>>
[src]

setFilterWatcher

Required features: "android-text-TextWatcher"

pub fn removeFilterWatcher<'env>(
    &'env self,
    arg0: impl Into<Option<&'env TextWatcher>>
) -> Result<(), Local<'env, Throwable>>
[src]

removeFilterWatcher

Required features: "android-text-TextWatcher"

pub const DIGITS_AND_LETTERS: i32[src]

public static final DIGITS_AND_LETTERS

pub const DIGITS_AND_LETTERS_NO_DIGITS: i32[src]

public static final DIGITS_AND_LETTERS_NO_DIGITS

pub const DIGITS_AND_LETTERS_NO_LETTERS: i32[src]

public static final DIGITS_AND_LETTERS_NO_LETTERS

pub const DIGITS_ONLY: i32[src]

public static final DIGITS_ONLY

pub const LETTERS_ONLY: i32[src]

public static final LETTERS_ONLY

Methods from Deref<Target = RelativeLayout>

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

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

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

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

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

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

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

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

pub fn generateLayoutParams_AttributeSet<'env>(
    &'env self,
    arg0: impl Into<Option<&'env AttributeSet>>
) -> Result<Option<Local<'env, RelativeLayout_LayoutParams>>, Local<'env, Throwable>>
[src]

generateLayoutParams

Required features: "android-util-AttributeSet", "android-widget-RelativeLayout_LayoutParams"

pub fn getAccessibilityClassName<'env>(
    &'env self
) -> Result<Option<Local<'env, CharSequence>>, Local<'env, Throwable>>
[src]

getAccessibilityClassName

Required features: "java-lang-CharSequence"

pub const ABOVE: i32[src]

pub const ALIGN_BASELINE: i32[src]

pub const ALIGN_BOTTOM: i32[src]

pub const ALIGN_END: i32[src]

pub const ALIGN_LEFT: i32[src]

pub const ALIGN_PARENT_BOTTOM: i32[src]

pub const ALIGN_PARENT_END: i32[src]

pub const ALIGN_PARENT_LEFT: i32[src]

pub const ALIGN_PARENT_RIGHT: i32[src]

pub const ALIGN_PARENT_START: i32[src]

pub const ALIGN_PARENT_TOP: i32[src]

pub const ALIGN_RIGHT: i32[src]

pub const ALIGN_START: i32[src]

pub const ALIGN_TOP: i32[src]

pub const BELOW: i32[src]

pub const CENTER_HORIZONTAL: i32[src]

pub const CENTER_IN_PARENT: i32[src]

pub const CENTER_VERTICAL: i32[src]

pub const END_OF: i32[src]

pub const LEFT_OF: i32[src]

pub const RIGHT_OF: i32[src]

pub const START_OF: i32[src]

pub const TRUE: i32[src]

Trait Implementations

impl AsJValue for DialerFilter

impl AsValidJObjectAndEnv for DialerFilter

impl Deref for DialerFilter

type Target = RelativeLayout

The resulting type after dereferencing.

impl JniType for DialerFilter

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.