Searched refs:changeBounds (Results 1 – 4 of 4) sorted by relevance
52 ChangeBounds changeBounds = new ChangeBounds(); in onCreate() local53 changeBounds.setResizeClip(true); in onCreate()54 mChanger.addTransition(changeBounds).addTransition(new ChangeText()); in onCreate()
71 ChangeBounds changeBounds = new ChangeBounds(); in onCreate() local72 changeBounds.setStartDelay(150); in onCreate()73 changeBounds.setDuration(0); in onCreate()74 mInOutGroup.addTransition(inOut).addTransition(changeBounds); in onCreate()
387 <changeBounds>389 </changeBounds>)");
226 boolean changeBounds = (mFlags & PROPERTY_CHANGE_BOUNDS_MASK) == 0; in addAnimation()229 if (changeBounds && a.willChangeBounds()) { in addAnimation()