Home
last modified time | relevance | path

Searched refs:mAlphaJumpView (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/car/src/main/java/androidx/car/widget/
DPagedListView.java112 @Nullable private AlphaJumpOverlayView mAlphaJumpView; field in PagedListView
1198 if (mAlphaJumpView == null && mAdapter instanceof IAlphaJumpAdapter) { in showAlphaJump()
1199 mAlphaJumpView = new AlphaJumpOverlayView(getContext()); in showAlphaJump()
1200 mAlphaJumpView.init(this, (IAlphaJumpAdapter) mAdapter); in showAlphaJump()
1201 addView(mAlphaJumpView); in showAlphaJump()
1204 mAlphaJumpView.setVisibility(View.VISIBLE); in showAlphaJump()