Home | History | Annotate | Download | only in statusbar

Lines Matching refs:otherState

114                 TransformState otherState = notification.getCurrentState(viewType);
115 if (otherState != null) {
116 ownState.transformViewTo(otherState, transformationAmount);
117 otherState.recycle();
171 TransformState otherState = notification.getCurrentState(viewType);
172 if (otherState != null) {
173 ownState.transformViewFrom(otherState, transformationAmount);
174 otherState.recycle();
289 * @param otherState the other state
293 TransformState otherState) {
298 TransformState otherState) {