Package 

Class FxAppControlImp

    • Method Summary

      Modifier and Type Method Description
      IFxConfigControl getConfigControl()
      FxAppPlatformProvider createPlatformProvider(FxAppHelper f)
      Activity getBindActivity() 获得当前浮窗绑定的activity,不要手动保留此activity,以避免泄漏 ps: system浮窗时,将始终返回栈顶 activity
      Unit updateView(View view) 更新当前View
      Unit move(Float x, Float y, Boolean useAnimation) 移动浮窗到指定位置,该方法会帮助你处理越界问题
      • Methods inherited from class com.petterp.floatingx.imp.app.FxAppControlImp

        cancel, createAnimationProvider, createConfigProvider, getManagerView, getView, getViewHolder, hide, initProvider, isShow, move, moveByVector, moveByVector, setClickListener, setClickListener, setLongClickListener, show, updateConfig, updateView, updateView, updateViewContent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait