A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
F
- findFocus() - function in android.view.FxManagerView
- findViewById(Integer) - function in android.view.FxManagerView
- findViewsWithText(ArrayList,CharSequence,Integer) - function in android.view.FxManagerView
- findViewWithTag(Object) - function in android.view.FxManagerView
- fitSystemWindows(Rect) - function in android.view.FxManagerView
- FloatingX - class in com.petterp.floatingx
- Single Control To Fx
- focusableViewAvailable(View) - function in android.view.FxManagerView
- focusSearch(View,Integer) - function in android.view.FxManagerView
- focusSearch(Integer) - function in android.view.FxManagerView
- forceHasOverlappingRendering(Boolean) - function in android.view.FxManagerView
- forceLayout() - function in android.view.FxManagerView
- FRAGMENT_SCOPE - enum entry in com.petterp.floatingx.util.FxScopeEnum
- fromAnimator(FrameLayout) - function in com.petterp.floatingx.assist.FxAnimation
- 开始动画
- FxAdsorbDirection - class in com.petterp.floatingx.util
- Fx吸附方向
- FxAnimation - class in com.petterp.floatingx.assist
- fx的动画辅助类 默认实现示例 见simple - FxAnimationImpl
- FxAppControlImpl - class in com.petterp.floatingx.impl.control
- 全局控制器
- FxBasisControlImpl - class in com.petterp.floatingx.impl.control
- Fx基础控制器实现
- FxBorderMargin - class in com.petterp.floatingx.assist
- 视图移动范围边距
- FxClickHelper - class in com.petterp.floatingx.view
- FxDisplayMode - class in com.petterp.floatingx.assist
- Fx浮窗的显示模式
- FxExtKt - class in com.petterp.floatingx.util
- FxGravity - class in com.petterp.floatingx.assist
- 对于位置而言,至少需要两个方向才能确定位置,如果单纯一个方向,那么另一个方向将无法确定,即x或y其中一个将无法计算
- FxLifecycleCallbackImpl - class in com.petterp.floatingx.impl.lifecycle
- App-lifecycle-CallBack
- FxLifecycleCallbackImpl.Companion - class in com.petterp.floatingx.impl.lifecycle.FxLifecycleCallbackImpl
- FxLocationRestoreHelper - class in com.petterp.floatingx.view
- Fx location restore helper,Used to restore the location of the floating window after the screen is rotated
- FxLog - class in com.petterp.floatingx.util
- Fx日志查看器,开启之后,将查看到Fx整个运行轨迹
- FxLog.Companion - class in com.petterp.floatingx.util.FxLog
- FxManagerView - class in com.petterp.floatingx.view
- 基础悬浮窗View
- FxManagerView.Companion - class in com.petterp.floatingx.view.FxManagerView
- FxProxyLifecycleCallBackImpl - class in com.petterp.floatingx.impl.lifecycle
- App-lifecycle 的代理实现,用于处理Fx自身逻辑
- FxScopeControl - class in com.petterp.floatingx.impl.control
- Fx普通View控制器
- FxScopeEnum - class in com.petterp.floatingx.util
- Fx插入的不同位置
- FxScrollImpl - class in com.petterp.floatingx.impl
- IFxScrollListener 的空实现
- FxTagActivityLifecycleImpl - class in com.petterp.floatingx.impl.lifecycle
- IFxProxyTagActivityLifecycle的空实现
- FxViewHolder - class in com.petterp.floatingx.view
- FxManagerView对应的ViewHolder