[]Struct jni_android_sys::android::transition::SidePropagation

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

public class SidePropagation

Required feature: "android-transition-SidePropagation"

Methods

impl SidePropagation

pub fn new<'env>(
    __jni_env: &'env Env
) -> Result<Local<'env, SidePropagation>, Local<'env, Throwable>>
[src]

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

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

pub fn getStartDelay<'env>(
    &'env self,
    arg0: impl Into<Option<&'env ViewGroup>>,
    arg1: impl Into<Option<&'env Transition>>,
    arg2: impl Into<Option<&'env TransitionValues>>,
    arg3: impl Into<Option<&'env TransitionValues>>
) -> Result<i64, Local<'env, Throwable>>
[src]

getStartDelay

Required features: "android-transition-Transition", "android-transition-TransitionValues", "android-view-ViewGroup"

Methods from Deref<Target = VisibilityPropagation>

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

captureValues

Required features: "android-transition-TransitionValues"

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

getPropagationProperties

Required features: "java-lang-String"

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

getViewVisibility

Required features: "android-transition-TransitionValues"

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

getViewX

Required features: "android-transition-TransitionValues"

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

getViewY

Required features: "android-transition-TransitionValues"

Trait Implementations

impl AsJValue for SidePropagation

impl AsValidJObjectAndEnv for SidePropagation

impl Deref for SidePropagation

type Target = VisibilityPropagation

The resulting type after dereferencing.

impl JniType for SidePropagation

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.