Skip to content

Instantly share code, notes, and snippets.

@hongbeomi
Created September 10, 2022 11:25
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save hongbeomi/066d7a60e6cdf1607bea5a6160727563 to your computer and use it in GitHub Desktop.
class ConcatAdapterController implements NestedAdapterWrapper.Callback {
private WrapperAndLocalPosition mReusableHolder = new WrapperAndLocalPosition();
static class WrapperAndLocalPosition {
NestedAdapterWrapper mWrapper;
int mLocalPosition;
boolean mInUse;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment