List of usage examples for android.view ViewTreeObserver.OnScrollChangedListener interface-usage
From source file cz.yetanotherview.developerconsole.MainActivity.java
public class MainActivity extends Activity implements View.OnClickListener, SwipeRefreshLayout.OnRefreshListener, ViewTreeObserver.OnScrollChangedListener { private static final String DEVELOPER_CONSOLE = "https://play.google.com/apps/publish/"; private WebView browser;
From source file plugin.google.maps.CordovaGoogleMaps.java
@SuppressWarnings("deprecation") public class CordovaGoogleMaps extends CordovaPlugin implements ViewTreeObserver.OnScrollChangedListener { private final String TAG = "GoogleMapsPlugin"; private HashMap<String, Bundle> bufferForLocationDialog = new HashMap<String, Bundle>(); private final int ACTIVITY_LOCATION_DIALOG = 0x7f999900; // Invite the location dialog using Google Play Services
From source file com.waz.zclient.pages.main.drawing.DrawingFragment.java
public class DrawingFragment extends BaseFragment<DrawingFragment.Container> implements OnBackPressedListener, ColorPickerLayout.OnColorSelectedListener, DrawingCanvasCallback, ViewTreeObserver.OnScrollChangedListener, AccentColorObserver, AssetIntentsManager.Callback, RequestPermissionsObserver, ColorPickerLayout.OnWidthChangedListener, KeyboardVisibilityObserver { public static final String TAG = DrawingFragment.class.getName();