Swiper

abstract class Swiper

Created by tubingbing on 16/4/11.

Inheritors

Constructors

Link copied to clipboard
constructor(direction: Int, menuView: View)

Types

Link copied to clipboard
class Checker

Properties

Link copied to clipboard
open val direction: Int
Link copied to clipboard
open val menuView: View

Functions

Link copied to clipboard
abstract fun autoCloseMenu(scroller: OverScroller, scrollDis: Int, duration: Int)
Link copied to clipboard
abstract fun autoOpenMenu(scroller: OverScroller, scrollDis: Int, duration: Int)
Link copied to clipboard
abstract fun checkXY(x: Int, y: Int): Swiper.Checker
Link copied to clipboard
open fun getMenuHeight(): Int
Link copied to clipboard
open fun getMenuWidth(): Int
Link copied to clipboard
abstract fun isClickOnContentView(contentView: View, clickPoint: Float): Boolean
Link copied to clipboard
abstract fun isMenuOpened(scrollDis: Int): Boolean
Link copied to clipboard
abstract fun isMenuOpenedNotEqual(scrollDis: Int): Boolean
Link copied to clipboard
open fun isNotInPlace(scrollDis: Int): Boolean
Link copied to clipboard
open fun isSwiping(scrollDis: Int): Boolean