Created
July 25, 2020 08:53
-
-
Save MrCrambo/00408f61b3dde2797aa40242d1d666ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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