[]Struct jni_android_sys::android::transition::ChangeImageTransform

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

public class ChangeImageTransform

Required feature: "android-transition-ChangeImageTransform"

Methods

impl ChangeImageTransform

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

ChangeImageTransform

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

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 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"

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 ChangeImageTransform

impl AsValidJObjectAndEnv for ChangeImageTransform

impl Deref for ChangeImageTransform

type Target = Transition

The resulting type after dereferencing.

impl JniType for ChangeImageTransform

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.