Searched defs:otherView (Results 1 – 7 of 7) sorted by relevance
62 public void appear(float transformationAmount, TransformableView otherView) { in appear()81 public void disappear(float transformationAmount, TransformableView otherView) { in disappear()
181 View otherView = otherState.getTransformedView(); in transformViewFrom() local452 public void appear(float transformationAmount, TransformableView otherView) { in appear()462 public void disappear(float transformationAmount, TransformableView otherView) { in disappear()
323 View otherView, boolean sameAsAny, boolean useLinearTransformation) { in transformView()
240 private static boolean isDescendant(@NonNull View view, @NonNull View otherView) { in isDescendant()
382 KeyguardAffordanceView otherView = translation > 0 ? mRightIcon : mLeftIcon; in setTranslation() local416 KeyguardAffordanceView otherView = targetView == mRightIcon ? mLeftIcon : mRightIcon; in updateIconsFromTranslation() local527 KeyguardAffordanceView otherView = left ? mRightIcon : mLeftIcon; in launchAffordance() local
296 private StatusBarMobileView matchingMobileView(StatusIconDisplayable otherView) { in matchingMobileView()
55 private lateinit var otherView: View variable in com.android.systemui.statusbar.policy.KeyguardUserSwitcherAdapterTest