HomeSort by relevance Sort by last modified time
    Searched refs:previousHeight (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
EditorAnimator.java 88 * @param previousHeight The previous height of the view before its height was changed.
91 public void slideAndFadeIn(final ViewGroup target, final int previousHeight) {
98 final int offset = target.getHeight() - previousHeight;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java 272 int previousHeight = 0;
274 previousHeight = mExpandedChild.getHeight();
277 if (previousHeight != 0 && mExpandedChild.getHeight() != previousHeight) {
278 mContentHeightAtAnimationStart = previousHeight;
    [all...]

Completed in 694 milliseconds