Skip to content

Instantly share code, notes, and snippets.

@MrCrambo
Created July 25, 2020 08:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrCrambo/00408f61b3dde2797aa40242d1d666ab to your computer and use it in GitHub Desktop.
Save MrCrambo/00408f61b3dde2797aa40242d1d666ab to your computer and use it in GitHub Desktop.
int top;
if (state == STATE_COLLAPSED)
top = mMinOffset;
else if (state == STATE_EXPANDED
top = mMaxOffset;
else if (mHideable && state == STATE_HIDDEN)
top = -child.getHeight();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment