//This is source code of favorite. Copyrightâ“’. Tarks. All Rights Reserved. package com.tarks.favorite.fadingactionbar.view; public interface OnScrollChangedCallback { void onScroll(int l, int t); }