[]Struct jni_android_sys::android::transition::AutoTransition

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

public class AutoTransition

Required feature: "android-transition-AutoTransition"

Methods

impl AutoTransition

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

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, AutoTransition>, Local<'env, Throwable>>
[src]

AutoTransition

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

Methods from Deref<Target = TransitionSet>

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

setOrdering

Required features: "android-transition-TransitionSet"

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

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

addTransition

Required features: "android-transition-Transition", "android-transition-TransitionSet"

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

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

getTransitionAt

Required features: "android-transition-Transition"

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

setDuration

Required features: "android-transition-TransitionSet"

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

setStartDelay

Required features: "android-transition-TransitionSet"

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

setInterpolator

Required features: "android-animation-TimeInterpolator", "android-transition-TransitionSet"

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

addTarget

Required features: "android-transition-TransitionSet", "android-view-View"

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

addTarget

Required features: "android-transition-TransitionSet"

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

addTarget

Required features: "android-transition-TransitionSet", "java-lang-String"

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

addTarget

Required features: "android-transition-TransitionSet", "java-lang-Class"

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

addListener

Required features: "android-transition-TransitionSet", "android-transition-Transition_TransitionListener"

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

removeTarget

Required features: "android-transition-TransitionSet"

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

removeTarget

Required features: "android-transition-TransitionSet", "android-view-View"

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

removeTarget

Required features: "android-transition-TransitionSet", "java-lang-Class"

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

removeTarget

Required features: "android-transition-TransitionSet", "java-lang-String"

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

excludeTarget

Required features: "android-transition-Transition", "android-view-View"

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

excludeTarget

Required features: "android-transition-Transition", "java-lang-String"

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

excludeTarget

Required features: "android-transition-Transition"

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

excludeTarget

Required features: "android-transition-Transition", "java-lang-Class"

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

removeListener

Required features: "android-transition-TransitionSet", "android-transition-Transition_TransitionListener"

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

setPathMotion

Required features: "android-transition-PathMotion"

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

removeTransition

Required features: "android-transition-Transition", "android-transition-TransitionSet"

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

captureStartValues

Required features: "android-transition-TransitionValues"

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

captureEndValues

Required features: "android-transition-TransitionValues"

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

setPropagation

Required features: "android-transition-TransitionPropagation"

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

setEpicenterCallback

Required features: "android-transition-Transition_EpicenterCallback"

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

clone

Required features: "android-transition-TransitionSet"

pub const ORDERING_SEQUENTIAL: i32[src]

pub const ORDERING_TOGETHER: i32[src]

Trait Implementations

impl AsJValue for AutoTransition

impl AsValidJObjectAndEnv for AutoTransition

impl Deref for AutoTransition

type Target = TransitionSet

The resulting type after dereferencing.

impl JniType for AutoTransition

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.