[]Struct jni_android_sys::android::transition::TransitionSet

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

public class TransitionSet

Required feature: "android-transition-TransitionSet"

Methods

impl TransitionSet

pub fn new<'env>(
    __jni_env: &'env Env
) -> Result<Local<'env, TransitionSet>, 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, TransitionSet>, Local<'env, Throwable>>
[src]

TransitionSet

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

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]

public static final ORDERING_SEQUENTIAL

pub const ORDERING_TOGETHER: i32[src]

public static final ORDERING_TOGETHER

Methods from Deref<Target = Transition>

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

setDuration

Required features: "android-transition-Transition"

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

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

setStartDelay

Required features: "android-transition-Transition"

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

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

setInterpolator

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

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

getInterpolator

Required features: "android-animation-TimeInterpolator"

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

getTransitionProperties

Required features: "java-lang-String"

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

createAnimator

Required features: "android-animation-Animator", "android-transition-TransitionValues", "android-view-ViewGroup"

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

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 addTarget_int<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, Transition>>, Local<'env, Throwable>>
[src]

addTarget

Required features: "android-transition-Transition"

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

addTarget

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

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

addTarget

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

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

removeTarget

Required features: "android-transition-Transition"

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

removeTarget

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_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 excludeChildren_int_boolean<'env>(
    &'env self,
    arg0: i32,
    arg1: bool
) -> Result<Option<Local<'env, Transition>>, Local<'env, Throwable>>
[src]

excludeChildren

Required features: "android-transition-Transition"

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 excludeChildren_View_boolean<'env>(
    &'env self,
    arg0: impl Into<Option<&'env View>>,
    arg1: bool
) -> Result<Option<Local<'env, Transition>>, Local<'env, Throwable>>
[src]

excludeChildren

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

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 excludeChildren_Class_boolean<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Class>>,
    arg1: bool
) -> Result<Option<Local<'env, Transition>>, Local<'env, Throwable>>
[src]

excludeChildren

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

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

addTarget

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

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

removeTarget

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

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

removeTarget

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

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

getTargetIds

Required features: "java-util-List"

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

getTargets

Required features: "java-util-List"

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

getTargetNames

Required features: "java-util-List"

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

getTargetTypes

Required features: "java-util-List"

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

getTransitionValues

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

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

isTransitionRequired

Required features: "android-transition-TransitionValues"

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

addListener

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

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

removeListener

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

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 getEpicenterCallback<'env>(
    &'env self
) -> Result<Option<Local<'env, Transition_EpicenterCallback>>, Local<'env, Throwable>>
[src]

getEpicenterCallback

Required features: "android-transition-Transition_EpicenterCallback"

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

getEpicenter

Required features: "android-graphics-Rect"

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 getPathMotion<'env>(
    &'env self
) -> Result<Option<Local<'env, PathMotion>>, Local<'env, Throwable>>
[src]

getPathMotion

Required features: "android-transition-PathMotion"

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 getPropagation<'env>(
    &'env self
) -> Result<Option<Local<'env, TransitionPropagation>>, Local<'env, Throwable>>
[src]

getPropagation

Required features: "android-transition-TransitionPropagation"

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

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

toString

Required features: "java-lang-String"

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

clone

Required features: "android-transition-Transition"

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

getName

Required features: "java-lang-String"

pub const MATCH_ID: i32[src]

pub const MATCH_INSTANCE: i32[src]

pub const MATCH_ITEM_ID: i32[src]

pub const MATCH_NAME: i32[src]

Trait Implementations

impl AsJValue for TransitionSet

impl AsValidJObjectAndEnv for TransitionSet

impl Deref for TransitionSet

type Target = Transition

The resulting type after dereferencing.

impl JniType for TransitionSet

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.