[]Struct jni_android_sys::android::inputmethodservice::Keyboard_Row

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

public class Keyboard.Row

Required feature: "android-inputmethodservice-Keyboard_Row"

Methods

impl Keyboard_Row

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

Row

Required features: "android-inputmethodservice-Keyboard"

pub fn new_Resources_Keyboard_XmlResourceParser<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Resources>>,
    arg1: impl Into<Option<&'env Keyboard>>,
    arg2: impl Into<Option<&'env XmlResourceParser>>
) -> Result<Local<'env, Keyboard_Row>, Local<'env, Throwable>>
[src]

Row

Required features: "android-content-res-Resources", "android-content-res-XmlResourceParser", "android-inputmethodservice-Keyboard"

pub fn defaultHeight<'env>(&'env self) -> i32[src]

get public defaultHeight

pub fn set_defaultHeight<'env>(&'env self, value: i32)[src]

set public defaultHeight

pub fn defaultHorizontalGap<'env>(&'env self) -> i32[src]

pub fn set_defaultHorizontalGap<'env>(&'env self, value: i32)[src]

pub fn defaultWidth<'env>(&'env self) -> i32[src]

get public defaultWidth

pub fn set_defaultWidth<'env>(&'env self, value: i32)[src]

set public defaultWidth

pub fn mode<'env>(&'env self) -> i32[src]

get public mode

pub fn set_mode<'env>(&'env self, value: i32)[src]

set public mode

pub fn rowEdgeFlags<'env>(&'env self) -> i32[src]

get public rowEdgeFlags

pub fn set_rowEdgeFlags<'env>(&'env self, value: i32)[src]

set public rowEdgeFlags

pub fn verticalGap<'env>(&'env self) -> i32[src]

get public verticalGap

pub fn set_verticalGap<'env>(&'env self, value: i32)[src]

set public verticalGap

Methods from Deref<Target = Object>

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

getClass

Required features: "java-lang-Class"

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

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

equals

Required features: "java-lang-Object"

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

toString

Required features: "java-lang-String"

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

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

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

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

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

Trait Implementations

impl AsJValue for Keyboard_Row

impl AsValidJObjectAndEnv for Keyboard_Row

impl Deref for Keyboard_Row

type Target = Object

The resulting type after dereferencing.

impl JniType for Keyboard_Row

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.