Filter by API Level:
Package Index
|
Class Index
android
com.htc.app
com.htc.content
com.htc.fragment.content
com.htc.fragment.widget
com.htc.lockscreen.fusion.open
com.htc.lockscreen.open.phone
com.htc.painting.engine
com.htc.painting.engine.render
com.htc.painting.engine.stroke
com.htc.painting.pal
com.htc.painting.penmenu
com.htc.painting.penmenu.highlight
com.htc.painting.penmenu15
com.htc.painting.penmenu15.view
com.htc.painting.tool.pen
com.htc.pen
com.htc.provider
com.htc.res
com.htc.util.skin
com.htc.view
com.htc.view.table
com.htc.view.util
com.htc.widget
Interfaces
AbstractAdapterView.OnItemClickListener
AbstractAdapterView.OnItemLongClickListener
AbstractAdapterView.OnItemSelectedListener
AbstractTableView.OnScrollListener
AbstractTableView.RecyclerListener
Classes
AbstractAdapterView
<T extends
Adapter
>
AbstractAdapterView.AdapterContextMenuInfo
AbstractAdapterView.AdapterDataSetObserver
AbstractTableView
AbstractTableView.FlingRunnable
AbstractTableView.LayoutParams
HTableColleague
TableColleague
TableColleague.OrnMeasureSpec
TableLayoutParams
TableView
VTableColleague
Package Index
|
Class Index
Summary:
Nested Classes
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
Since:
API Level 2.0
public abstract class
TableColleague
extends
Object
java.lang.Object
↳
com.htc.view.table.TableColleague
Known Direct Subclasses
HTableColleague
,
VTableColleague
HTableColleague
VTableColleague
Summary
Nested Classes
class
TableColleague.OrnMeasureSpec
Public Constructors
TableColleague
(
TableView
view)
Public Methods
abstract void
scrollWithConstrain
(int distanceX, int distanceY, boolean isFling)
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
TableColleague
(
TableView
view)
Since:
API Level 2.0
Public Methods
public abstract void
scrollWithConstrain
(int distanceX, int distanceY, boolean isFling)
Since:
API Level 2.0