- abortAnimation() - Method in class it.sephiroth.android.library.widget.OverScroller
-
Stops the animation.
- abs(float) - Static method in class it.sephiroth.android.library.util.MathUtils
-
- AbsHListView - Class in it.sephiroth.android.library.widget
-
- AbsHListView(Context) - Constructor for class it.sephiroth.android.library.widget.AbsHListView
-
- AbsHListView(Context, AttributeSet) - Constructor for class it.sephiroth.android.library.widget.AbsHListView
-
- AbsHListView(Context, AttributeSet, int) - Constructor for class it.sephiroth.android.library.widget.AbsHListView
-
- AbsHListView.AdapterDataSetObserver - Class in it.sephiroth.android.library.widget
-
- AbsHListView.AdapterDataSetObserver() - Constructor for class it.sephiroth.android.library.widget.AbsHListView.AdapterDataSetObserver
-
- AbsHListView.LayoutParams - Class in it.sephiroth.android.library.widget
-
AbsListView extends LayoutParams to provide a place to hold the view type.
- AbsHListView.LayoutParams(Context, AttributeSet) - Constructor for class it.sephiroth.android.library.widget.AbsHListView.LayoutParams
-
- AbsHListView.LayoutParams(int, int) - Constructor for class it.sephiroth.android.library.widget.AbsHListView.LayoutParams
-
- AbsHListView.LayoutParams(int, int, int) - Constructor for class it.sephiroth.android.library.widget.AbsHListView.LayoutParams
-
- AbsHListView.LayoutParams(ViewGroup.LayoutParams) - Constructor for class it.sephiroth.android.library.widget.AbsHListView.LayoutParams
-
- AbsHListView.OnScrollListener - Interface in it.sephiroth.android.library.widget
-
Interface definition for a callback to be invoked when the list or grid has been scrolled.
- AbsHListView.PositionScroller - Class in it.sephiroth.android.library.widget
-
- AbsHListView.RecycleBin - Class in it.sephiroth.android.library.widget
-
The RecycleBin facilitates reuse of views across layouts.
- AbsHListView.RecycleBin() - Constructor for class it.sephiroth.android.library.widget.AbsHListView.RecycleBin
-
- AbsHListView.RecyclerListener - Interface in it.sephiroth.android.library.widget
-
A RecyclerListener is used to receive a notification whenever a View is placed inside the RecycleBin's scrap heap.
- AbsHListView.SelectionBoundsAdjuster - Interface in it.sephiroth.android.library.widget
-
The top-level view of a list item can implement this interface to allow itself to modify the bounds of the selection shown for
that item.
- acos(float) - Static method in class it.sephiroth.android.library.util.MathUtils
-
- AdapterView<T extends android.widget.Adapter> - Class in it.sephiroth.android.library.widget
-
An AdapterView is a view whose children are determined by an Adapter.
- AdapterView(Context) - Constructor for class it.sephiroth.android.library.widget.AdapterView
-
- AdapterView(Context, AttributeSet) - Constructor for class it.sephiroth.android.library.widget.AdapterView
-
- AdapterView(Context, AttributeSet, int) - Constructor for class it.sephiroth.android.library.widget.AdapterView
-
- AdapterView.AdapterContextMenuInfo - Class in it.sephiroth.android.library.widget
-
Extra menu information provided to the
android.view.View.OnCreateContextMenuListener#onCreateContextMenu(ContextMenu, View, ContextMenuInfo) callback when a
context menu is brought up for this AdapterView.
- AdapterView.AdapterContextMenuInfo(View, int, long) - Constructor for class it.sephiroth.android.library.widget.AdapterView.AdapterContextMenuInfo
-
- AdapterView.OnItemClickListener - Interface in it.sephiroth.android.library.widget
-
Interface definition for a callback to be invoked when an item in this AdapterView has been clicked.
- AdapterView.OnItemLongClickListener - Interface in it.sephiroth.android.library.widget
-
Interface definition for a callback to be invoked when an item in this view has been clicked and held.
- AdapterView.OnItemSelectedListener - Interface in it.sephiroth.android.library.widget
-
Interface definition for a callback to be invoked when an item in this view has been selected.
- addFooterView(View, Object, boolean) - Method in class it.sephiroth.android.library.widget.HListView
-
Add a fixed view to appear at the bottom of the list.
- addFooterView(View) - Method in class it.sephiroth.android.library.widget.HListView
-
Add a fixed view to appear at the bottom of the list.
- addHeaderView(View, Object, boolean) - Method in class it.sephiroth.android.library.widget.HListView
-
Add a fixed view to appear at the top of the list.
- addHeaderView(View) - Method in class it.sephiroth.android.library.widget.HListView
-
Add a fixed view to appear at the top of the list.
- addScrapView(View, int) - Method in class it.sephiroth.android.library.widget.AbsHListView.RecycleBin
-
Put a view into the ScrapViews list.
- addTouchables(ArrayList<View>) - Method in class it.sephiroth.android.library.widget.AbsHListView
- addView(View) - Method in class it.sephiroth.android.library.widget.AdapterView
-
This method is not supported and throws an UnsupportedOperationException when called.
- addView(View, int) - Method in class it.sephiroth.android.library.widget.AdapterView
-
This method is not supported and throws an UnsupportedOperationException when called.
- addView(View, ViewGroup.LayoutParams) - Method in class it.sephiroth.android.library.widget.AdapterView
-
This method is not supported and throws an UnsupportedOperationException when called.
- addView(View, int, ViewGroup.LayoutParams) - Method in class it.sephiroth.android.library.widget.AdapterView
-
This method is not supported and throws an UnsupportedOperationException when called.
- adjustListItemSelectionBounds(Rect) - Method in interface it.sephiroth.android.library.widget.AbsHListView.SelectionBoundsAdjuster
-
Called to allow the list item to adjust the bounds shown for its selection.
- areAllItemsEnabled() - Method in class it.sephiroth.android.library.widget.HeaderViewListAdapter
-
- asin(float) - Static method in class it.sephiroth.android.library.util.MathUtils
-
- atan(float) - Static method in class it.sephiroth.android.library.util.MathUtils
-
- atan2(float, float) - Static method in class it.sephiroth.android.library.util.MathUtils
-
- generateDefaultLayoutParams() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- generateLayoutParams(ViewGroup.LayoutParams) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- generateLayoutParams(AttributeSet) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- getActiveView(int) - Method in class it.sephiroth.android.library.widget.AbsHListView.RecycleBin
-
Get the view corresponding to the specified position.
- getAdapter() - Method in class it.sephiroth.android.library.widget.AdapterView
-
Returns the adapter currently associated with this widget.
- getAdapter() - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
- getAdapter() - Method in class it.sephiroth.android.library.widget.HListView
-
Returns the adapter currently in use in this ListView.
- getBounds(boolean) - Method in class it.sephiroth.android.library.widget.EdgeEffect
-
Returns the bounds of the edge effect.
- getCacheColorHint() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
When set to a non-zero value, the cache color hint indicates that this list is always drawn on top of a solid, single-color,
opaque background
- getCheckedItemCount() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Returns the number of items currently selected.
- getCheckedItemIds() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Returns the set of checked items ids.
- getCheckedItemPosition() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Returns the currently checked item.
- getCheckedItemPositions() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Returns the set of checked items in the list.
- getCheckItemIds() - Method in class it.sephiroth.android.library.widget.HListView
-
- getChoiceMode() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- getContextMenuInfo() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- getCount() - Method in class it.sephiroth.android.library.widget.AdapterView
-
- getCount() - Method in class it.sephiroth.android.library.widget.HeaderViewListAdapter
-
- getCurrVelocity() - Method in class it.sephiroth.android.library.widget.OverScroller
-
Returns the absolute value of the current velocity.
- getCurrX() - Method in class it.sephiroth.android.library.widget.OverScroller
-
Returns the current X offset in the scroll.
- getCurrY() - Method in class it.sephiroth.android.library.widget.OverScroller
-
Returns the current Y offset in the scroll.
- getDistance(Rect, Rect, int) - Static method in class it.sephiroth.android.library.widget.AbsHListView
-
What is the distance between the source and destination rectangles given the direction of focus navigation between them? The
direction basically helps figure out more quickly what is self evident by the relationship between the rects...
- getDivider() - Method in class it.sephiroth.android.library.widget.HListView
-
Returns the drawable that will be drawn between each item in the list.
- getDividerWidth() - Method in class it.sephiroth.android.library.widget.HListView
-
- getDuration() - Method in class it.sephiroth.android.library.widget.OverScroller
-
Deprecated.
OverScrollers don't necessarily have a fixed duration.
This function will lie to the best of its ability.
- getEmptyView() - Method in class it.sephiroth.android.library.widget.AdapterView
-
When the current adapter is empty, the AdapterView can display a special view call the empty view.
- getExpandableListAdapter() - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
Gets the adapter that provides data to this view.
- getExpandableListPosition(int) - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
Converts a flat list position (the raw position of an item (child or group)
in the list) to a group and/or child position (represented in a
packed position).
- getFilter() - Method in class it.sephiroth.android.library.widget.HeaderViewListAdapter
-
- getFinalX() - Method in class it.sephiroth.android.library.widget.OverScroller
-
Returns where the scroll will end.
- getFinalY() - Method in class it.sephiroth.android.library.widget.OverScroller
-
Returns where the scroll will end.
- getFirstVisiblePosition() - Method in class it.sephiroth.android.library.widget.AdapterView
-
Returns the position within the adapter's data set for the first item displayed on screen.
- getFlatListPosition(long) - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
Converts a group and/or child position to a flat list position.
- getFocusedRect(Rect) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- getFootersCount() - Method in class it.sephiroth.android.library.widget.HeaderViewListAdapter
-
- getFooterViewsCount() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Returns the number of footer views in the list.
- getFooterViewsCount() - Method in class it.sephiroth.android.library.widget.HListView
-
- getHeadersCount() - Method in class it.sephiroth.android.library.widget.HeaderViewListAdapter
-
- getHeaderViewsCount() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Returns the number of header views in the list.
- getHeaderViewsCount() - Method in class it.sephiroth.android.library.widget.HListView
-
- getHorizontalScrollbarHeight() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- getHorizontalScrollFactor() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Gets a scale factor that determines the distance the view should scroll vertically in response to
MotionEvent.ACTION_SCROLL.
- getItem(int) - Method in class it.sephiroth.android.library.widget.HeaderViewListAdapter
-
- getItemAtPosition(int) - Method in class it.sephiroth.android.library.widget.AdapterView
-
Gets the data associated with the specified position in the list.
- getItemId(int) - Method in class it.sephiroth.android.library.widget.HeaderViewListAdapter
-
- getItemIdAtPosition(int) - Method in class it.sephiroth.android.library.widget.AdapterView
-
- getItemsCanFocus() - Method in class it.sephiroth.android.library.widget.HListView
-
- getItemViewType(int) - Method in class it.sephiroth.android.library.widget.HeaderViewListAdapter
-
- getLastVisiblePosition() - Method in class it.sephiroth.android.library.widget.AdapterView
-
Returns the position within the adapter's data set for the last item displayed on screen.
- getLeftFadingEdgeStrength() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- getListPaddingBottom() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
List padding is the maximum of the normal view's padding and the padding of the selector.
- getListPaddingLeft() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
List padding is the maximum of the normal view's padding and the padding of the selector.
- getListPaddingRight() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
List padding is the maximum of the normal view's padding and the padding of the selector.
- getListPaddingTop() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
List padding is the maximum of the normal view's padding and the padding of the selector.
- getMaxScrollAmount() - Method in class it.sephiroth.android.library.widget.HListView
-
- getOnItemClickListener() - Method in class it.sephiroth.android.library.widget.AdapterView
-
- getOnItemLongClickListener() - Method in class it.sephiroth.android.library.widget.AdapterView
-
- getOnItemSelectedListener() - Method in class it.sephiroth.android.library.widget.AdapterView
-
- getOverscrollFooter() - Method in class it.sephiroth.android.library.widget.HListView
-
- getOverscrollHeader() - Method in class it.sephiroth.android.library.widget.HListView
-
- getPackedPositionChild(long) - Static method in class it.sephiroth.android.library.widget.ExpandableHListView
-
- getPackedPositionForChild(int, int) - Static method in class it.sephiroth.android.library.widget.ExpandableHListView
-
Returns the packed position representation of a child's position.
- getPackedPositionForGroup(int) - Static method in class it.sephiroth.android.library.widget.ExpandableHListView
-
Returns the packed position representation of a group's position.
- getPackedPositionGroup(long) - Static method in class it.sephiroth.android.library.widget.ExpandableHListView
-
Gets the group position from a packed position.
- getPackedPositionType(long) - Static method in class it.sephiroth.android.library.widget.ExpandableHListView
-
Gets the type of a packed position.
- getPositionForView(View) - Method in class it.sephiroth.android.library.widget.AdapterView
-
Get the position within the adapter's data set for the view, where view is a an adapter item or a descendant of an adapter
item.
- getRightFadingEdgeStrength() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- getSelectedId() - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
Gets the ID of the currently selected group or child.
- getSelectedItem() - Method in class it.sephiroth.android.library.widget.AdapterView
-
- getSelectedItemId() - Method in class it.sephiroth.android.library.widget.AdapterView
-
- getSelectedItemPosition() - Method in class it.sephiroth.android.library.widget.AdapterView
-
Return the position of the currently selected item within the adapter's data set
- getSelectedPosition() - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
Gets the position of the currently selected group or child (along with
its type).
- getSelectedView() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- getSelectedView() - Method in class it.sephiroth.android.library.widget.AdapterView
-
- getSelector() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Returns the selector Drawable that is used to draw the selection in the list.
- getSolidColor() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- getStartX() - Method in class it.sephiroth.android.library.widget.OverScroller
-
Returns the start X offset in the scroll.
- getStartY() - Method in class it.sephiroth.android.library.widget.OverScroller
-
Returns the start Y offset in the scroll.
- getTranscriptMode() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Returns the current transcript mode.
- getView(int, View, ViewGroup) - Method in class it.sephiroth.android.library.widget.HeaderViewListAdapter
-
- getViewTypeCount() - Method in class it.sephiroth.android.library.widget.HeaderViewListAdapter
-
- getWrappedAdapter() - Method in class it.sephiroth.android.library.widget.HeaderViewListAdapter
-
- id - Variable in class it.sephiroth.android.library.widget.AdapterView.AdapterContextMenuInfo
-
The col id of the item for which the context menu is being displayed.
- id - Variable in class it.sephiroth.android.library.widget.ExpandableHListView.ExpandableListContextMenuInfo
-
The ID of the item (group or child) for which the context menu is
being displayed.
- INVALID_COL_ID - Static variable in class it.sephiroth.android.library.widget.AdapterView
-
Represents an empty or invalid col id
- INVALID_POSITION - Static variable in class it.sephiroth.android.library.widget.AdapterView
-
Represents an invalid position.
- invalidateParentIfNeeded() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- invalidateViews() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Causes all the views to be rebuilt and redrawn.
- invokeOnItemScrollListener() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Notify our scroll listener (if there is one) of a change in scroll state
- isEmpty() - Method in class it.sephiroth.android.library.widget.HeaderViewListAdapter
-
- isEnabled(int) - Method in class it.sephiroth.android.library.widget.HeaderViewListAdapter
-
- isFinished() - Method in class it.sephiroth.android.library.widget.EdgeEffect
-
Reports if this EdgeEffect's animation is finished.
- isFinished() - Method in class it.sephiroth.android.library.widget.OverScroller
-
Returns whether the scroller has finished scrolling.
- isGroupExpanded(int) - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
Whether the given group is currently expanded.
- isHardwareAccelerated() - Method in class it.sephiroth.android.library.util.v14.ViewHelper14
-
- isHardwareAccelerated() - Method in class it.sephiroth.android.library.util.ViewHelperFactory.ViewHelper
-
- isHardwareAccelerated() - Method in class it.sephiroth.android.library.util.ViewHelperFactory.ViewHelperDefault
-
- isItemChecked(int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Returns the checked state of the specified position.
- isOpaque() - Method in class it.sephiroth.android.library.widget.HListView
-
- isOverScrolled() - Method in class it.sephiroth.android.library.widget.OverScroller
-
Returns whether the current Scroller is currently returning to a valid position.
- isScrollingCacheEnabled() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Indicates whether the children's drawing cache is used during a scroll.
- isScrollingInDirection(float, float) - Method in class it.sephiroth.android.library.widget.OverScroller
-
- isSelectable - Variable in class it.sephiroth.android.library.widget.HListView.FixedViewInfo
-
true if the fixed view should be selectable in the list
- isSmoothScrollbarEnabled() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Returns the current state of the fast scroll feature.
- isStackFromRight() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Indicates whether the content of this view is pinned to, or stacked from, the bottom edge.
- it.sephiroth.android.library.util - package it.sephiroth.android.library.util
-
- it.sephiroth.android.library.util.v11 - package it.sephiroth.android.library.util.v11
-
- it.sephiroth.android.library.util.v14 - package it.sephiroth.android.library.util.v14
-
- it.sephiroth.android.library.util.v16 - package it.sephiroth.android.library.util.v16
-
- it.sephiroth.android.library.widget - package it.sephiroth.android.library.widget
-
- ITEM_VIEW_TYPE_HEADER_OR_FOOTER - Static variable in class it.sephiroth.android.library.widget.AdapterView
-
The item view type returned by Adapter.getItemViewType(int) when the item is a header or footer.
- ITEM_VIEW_TYPE_IGNORE - Static variable in class it.sephiroth.android.library.widget.AdapterView
-
The item view type returned by Adapter.getItemViewType(int) when the adapter does not want the item's view recycled.
- itemId - Variable in class it.sephiroth.android.library.widget.AbsHListView.LayoutParams
-
The ID the view represents
- mAdapter - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
The adapter containing the data to be displayed by this view
- mag(float, float) - Static method in class it.sephiroth.android.library.util.MathUtils
-
- mag(float, float, float) - Static method in class it.sephiroth.android.library.util.MathUtils
-
- map(float, float, float, float, float) - Static method in class it.sephiroth.android.library.util.MathUtils
-
- markChildrenDirty() - Method in class it.sephiroth.android.library.widget.AbsHListView.RecycleBin
-
- MathUtils - Class in it.sephiroth.android.library.util
-
A class that contains utility methods related to numbers.
- max(float, float) - Static method in class it.sephiroth.android.library.util.MathUtils
-
- max(int, int) - Static method in class it.sephiroth.android.library.util.MathUtils
-
- max(float, float, float) - Static method in class it.sephiroth.android.library.util.MathUtils
-
- max(int, int, int) - Static method in class it.sephiroth.android.library.util.MathUtils
-
- mBlockLayoutRequests - Variable in class it.sephiroth.android.library.widget.AdapterView
-
When set to true, calls to requestLayout() will not propagate up the parent hierarchy.
- mCachingActive - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
- mCachingStarted - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
When the view is scrolling, this flag is set to true to indicate subclasses that the drawing cache was enabled on the children
- mCheckStates - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
Running state of which positions are currently checked
- mChoiceActionMode - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
Controls CHOICE_MODE_MULTIPLE_MODAL.
- mChoiceMode - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
Controls if/how the user may choose/check items in the list
- mDataChanged - Variable in class it.sephiroth.android.library.widget.AdapterView
-
True if the data has changed since the last layout
- mDataSetObserver - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
Should be used by subclasses to listen to changes in the dataset
- measureChild(View) - Method in class it.sephiroth.android.library.widget.HListView
-
- mFirstPosition - Variable in class it.sephiroth.android.library.widget.AdapterView
-
The position of the first child displayed
- mHeightMeasureSpec - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
Subclasses must retain their measure spec from onMeasure() into this member
- min(float, float) - Static method in class it.sephiroth.android.library.util.MathUtils
-
- min(int, int) - Static method in class it.sephiroth.android.library.util.MathUtils
-
- min(float, float, float) - Static method in class it.sephiroth.android.library.util.MathUtils
-
- min(int, int, int) - Static method in class it.sephiroth.android.library.util.MathUtils
-
- mInLayout - Variable in class it.sephiroth.android.library.widget.AdapterView
-
Indicates that this view is currently being laid out.
- mIsAttached - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
Track if we are currently attached to a window.
- mIsScrap - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
- mItemCount - Variable in class it.sephiroth.android.library.widget.AdapterView
-
The number of items in the current adapter.
- mLayoutMode - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
Controls how the next layout will happen
- mListPadding - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
This view's padding
- mMotionPosition - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
The position of the view that received the down motion event
- mNeedSync - Variable in class it.sephiroth.android.library.widget.AdapterView
-
True if we need to sync to mSyncColId
- mNextSelectedColId - Variable in class it.sephiroth.android.library.widget.AdapterView
-
The item id of the item to select during the next layout.
- mNextSelectedPosition - Variable in class it.sephiroth.android.library.widget.AdapterView
-
The position within the adapter's data set of the item to select during the next layout.
- mOldItemCount - Variable in class it.sephiroth.android.library.widget.AdapterView
-
The number of items in the adapter before a data changed event occurred.
- mOldSelectedColId - Variable in class it.sephiroth.android.library.widget.AdapterView
-
The id of the last selected position we used when notifying
- mOldSelectedPosition - Variable in class it.sephiroth.android.library.widget.AdapterView
-
The last selected position we used when notifying
- mOverscrollMax - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
Maximum distance to record overscroll
- mPositionScrollAfterLayout - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
- mPositionScroller - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
Handles scrolling between positions within the list.
- mRecycler - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
The data set used to store unused views that should be reused during the next layout to avoid creating new ones
- mResurrectToPosition - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
The position to resurrect the selected position to.
- mSelectedColId - Variable in class it.sephiroth.android.library.widget.AdapterView
-
The item id of the currently selected item.
- mSelectedLeft - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
The offset in pixels form the top of the AdapterView to the top of the currently selected view.
- mSelectedPosition - Variable in class it.sephiroth.android.library.widget.AdapterView
-
The position within the adapter's data set of the currently selected item.
- mSelectorRect - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
Defines the selector's location and dimension at drawing time
- mSpecificLeft - Variable in class it.sephiroth.android.library.widget.AdapterView
-
The offset in pixels from the left of the AdapterView to the left of the view to select during the next layout.
- mStackFromRight - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
Indicates whether the list is stacked from the bottom edge or the top edge.
- mSyncColId - Variable in class it.sephiroth.android.library.widget.AdapterView
-
Col id to look for when data has changed
- mSyncPosition - Variable in class it.sephiroth.android.library.widget.AdapterView
-
Position from which to start looking for mSyncRowId
- mSyncWidth - Variable in class it.sephiroth.android.library.widget.AdapterView
-
Width of the view when mSyncPosition and mSyncColId where set
- mTouchMode - Variable in class it.sephiroth.android.library.widget.AbsHListView
-
One of TOUCH_MODE_REST, TOUCH_MODE_DOWN, TOUCH_MODE_TAP, TOUCH_MODE_SCROLL, or TOUCH_MODE_DONE_WAITING
- MultiChoiceModeListener - Interface in it.sephiroth.android.library.util.v11
-
- MultiChoiceModeWrapper - Class in it.sephiroth.android.library.util.v11
-
- MultiChoiceModeWrapper(AbsHListView) - Constructor for class it.sephiroth.android.library.util.v11.MultiChoiceModeWrapper
-
- obtainView(int, boolean[]) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Get a view and have it show the data associated with the specified position.
- offsetChildrenLeftAndRight(int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Why the hell Google guys set public methods hidden??? fuck you
- onAbsorb(int) - Method in class it.sephiroth.android.library.widget.EdgeEffect
-
Call when the effect absorbs an impact at the given velocity.
- onActionItemClicked(ActionMode, MenuItem) - Method in class it.sephiroth.android.library.util.v11.MultiChoiceModeWrapper
-
- onAttachedToWindow() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- onChanged() - Method in class it.sephiroth.android.library.widget.AbsHListView.AdapterDataSetObserver
-
- onChildClick(ExpandableHListView, View, int, int, long) - Method in interface it.sephiroth.android.library.widget.ExpandableHListView.OnChildClickListener
-
Callback method to be invoked when a child in this expandable list has
been clicked.
- onCreateActionMode(ActionMode, Menu) - Method in class it.sephiroth.android.library.util.v11.MultiChoiceModeWrapper
-
- onCreateDrawableState(int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- onCreateInputConnection(EditorInfo) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Return an InputConnection for editing of the filter text.
- onDestroyActionMode(ActionMode) - Method in class it.sephiroth.android.library.util.v11.MultiChoiceModeWrapper
-
- onDetachedFromWindow() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- onDetachedFromWindow() - Method in class it.sephiroth.android.library.widget.AdapterView
-
- onFinishInflate() - Method in class it.sephiroth.android.library.widget.HListView
-
- onFocusChanged(boolean, int, Rect) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- onFocusChanged(boolean, int, Rect) - Method in class it.sephiroth.android.library.widget.HListView
-
- onGenericMotionEvent(MotionEvent) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- onGlobalLayout() - Method in class it.sephiroth.android.library.widget.HListView
-
- onGroupClick(ExpandableHListView, View, int, long) - Method in interface it.sephiroth.android.library.widget.ExpandableHListView.OnGroupClickListener
-
Callback method to be invoked when a group in this expandable list has
been clicked.
- onGroupCollapse(int) - Method in interface it.sephiroth.android.library.widget.ExpandableHListView.OnGroupCollapseListener
-
Callback method to be invoked when a group in this expandable list has
been collapsed.
- onGroupExpand(int) - Method in interface it.sephiroth.android.library.widget.ExpandableHListView.OnGroupExpandListener
-
Callback method to be invoked when a group in this expandable list has
been expanded.
- onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class it.sephiroth.android.library.widget.AdapterView
-
- onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
- onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class it.sephiroth.android.library.widget.HListView
-
- onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class it.sephiroth.android.library.widget.AdapterView
-
- onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
- onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class it.sephiroth.android.library.widget.HListView
-
- onInterceptTouchEvent(MotionEvent) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- onInvalidated() - Method in class it.sephiroth.android.library.widget.AbsHListView.AdapterDataSetObserver
-
- onItemCheckedStateChanged(ActionMode, int, long, boolean) - Method in interface it.sephiroth.android.library.util.v11.MultiChoiceModeListener
-
- onItemCheckedStateChanged(ActionMode, int, long, boolean) - Method in class it.sephiroth.android.library.util.v11.MultiChoiceModeWrapper
-
- onItemClick(AdapterView<?>, View, int, long) - Method in interface it.sephiroth.android.library.widget.AdapterView.OnItemClickListener
-
Callback method to be invoked when an item in this AdapterView has been clicked.
- onItemLongClick(AdapterView<?>, View, int, long) - Method in interface it.sephiroth.android.library.widget.AdapterView.OnItemLongClickListener
-
Callback method to be invoked when an item in this view has been clicked and held.
- onItemSelected(AdapterView<?>, View, int, long) - Method in interface it.sephiroth.android.library.widget.AdapterView.OnItemSelectedListener
-
Callback method to be invoked when an item in this view has been selected.
- onKeyDown(int, KeyEvent) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- onKeyDown(int, KeyEvent) - Method in class it.sephiroth.android.library.widget.HListView
-
- onKeyMultiple(int, int, KeyEvent) - Method in class it.sephiroth.android.library.widget.HListView
-
- onKeyUp(int, KeyEvent) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- onKeyUp(int, KeyEvent) - Method in class it.sephiroth.android.library.widget.HListView
-
- onLayout(boolean, int, int, int, int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- onLayout(boolean, int, int, int, int) - Method in class it.sephiroth.android.library.widget.AdapterView
-
- onMeasure(int, int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- onMeasure(int, int) - Method in class it.sephiroth.android.library.widget.HListView
-
- onMovedToScrapHeap(View) - Method in interface it.sephiroth.android.library.widget.AbsHListView.RecyclerListener
-
Indicates that the specified View was moved into the recycler's scrap heap.
- onNothingSelected(AdapterView<?>) - Method in interface it.sephiroth.android.library.widget.AdapterView.OnItemSelectedListener
-
Callback method to be invoked when the selection disappears from this view.
- onOverScrolled(int, int, boolean, boolean) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- onPrepareActionMode(ActionMode, Menu) - Method in class it.sephiroth.android.library.util.v11.MultiChoiceModeWrapper
-
- onPull(float) - Method in class it.sephiroth.android.library.widget.EdgeEffect
-
A view should call this when content is pulled away from an edge by the user.
- onRelease() - Method in class it.sephiroth.android.library.widget.EdgeEffect
-
Call when the object is released after being pulled.
- onRequestSendAccessibilityEvent(View, AccessibilityEvent) - Method in class it.sephiroth.android.library.widget.AdapterView
-
- onRestoreInstanceState(Parcelable) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- onRestoreInstanceState(Parcelable) - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
- onRtlPropertiesChanged(int) - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
- onSaveInstanceState() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- onSaveInstanceState() - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
- onScroll(AbsHListView, int, int, int) - Method in interface it.sephiroth.android.library.widget.AbsHListView.OnScrollListener
-
Callback method to be invoked when the list or grid has been scrolled.
- onScrollStateChanged(AbsHListView, int) - Method in interface it.sephiroth.android.library.widget.AbsHListView.OnScrollListener
-
Callback method to be invoked while the list view or grid view is being scrolled.
- onSizeChanged(int, int, int, int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- onSizeChanged(int, int, int, int) - Method in class it.sephiroth.android.library.widget.HListView
-
- onTouchEvent(MotionEvent) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- onTouchModeChanged(boolean) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- onWindowFocusChanged(boolean) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- OVERSCROLL_LIMIT_DIVISOR - Static variable in class it.sephiroth.android.library.widget.AbsHListView
-
Content height divided by this is the overscroll limit.
- OverScroller - Class in it.sephiroth.android.library.widget
-
This class encapsulates scrolling with the ability to overshoot the bounds
of a scrolling operation.
- OverScroller(Context) - Constructor for class it.sephiroth.android.library.widget.OverScroller
-
Creates an OverScroller with a viscous fluid scroll interpolator and flywheel.
- OverScroller(Context, Interpolator) - Constructor for class it.sephiroth.android.library.widget.OverScroller
-
Creates an OverScroller with flywheel enabled.
- OverScroller(Context, Interpolator, boolean) - Constructor for class it.sephiroth.android.library.widget.OverScroller
-
Creates an OverScroller.
- OverScroller(Context, Interpolator, float, float) - Constructor for class it.sephiroth.android.library.widget.OverScroller
-
Creates an OverScroller with flywheel enabled.
- OverScroller(Context, Interpolator, float, float, boolean) - Constructor for class it.sephiroth.android.library.widget.OverScroller
-
Creates an OverScroller.
- scrapActiveViews() - Method in class it.sephiroth.android.library.widget.AbsHListView.RecycleBin
-
Move all views remaining in mActiveViews to mScrapViews.
- scrappedFromPosition - Variable in class it.sephiroth.android.library.widget.AbsHListView.LayoutParams
-
The position the view was removed from when pulled out of the scrap heap.
- SCROLL_STATE_FLING - Static variable in interface it.sephiroth.android.library.widget.AbsHListView.OnScrollListener
-
The user had previously been scrolling using touch and had performed a fling.
- SCROLL_STATE_IDLE - Static variable in interface it.sephiroth.android.library.widget.AbsHListView.OnScrollListener
-
The view is not scrolling.
- SCROLL_STATE_TOUCH_SCROLL - Static variable in interface it.sephiroth.android.library.widget.AbsHListView.OnScrollListener
-
The user is scrolling using touch, and their finger is still on the screen
- sendAccessibilityEvent(int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- setAdapter(ListAdapter) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Sets the adapter that provides the data and the views to represent the data in this widget.
- setAdapter(T) - Method in class it.sephiroth.android.library.widget.AdapterView
-
Sets the adapter that provides the data and the views to represent the data in this widget.
- setAdapter(ListAdapter) - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
- setAdapter(ExpandableListAdapter) - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
Sets the adapter that provides data to this view.
- setAdapter(ListAdapter) - Method in class it.sephiroth.android.library.widget.HListView
-
Sets the data behind this ListView.
- setCacheColorHint(int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
When set to a non-zero value, the cache color hint indicates that this list is always drawn on top of a solid, single-color,
opaque background.
- setCacheColorHint(int) - Method in class it.sephiroth.android.library.widget.HListView
-
- setChildDivider(Drawable) - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
Sets the drawable that will be drawn adjacent to every child in the list.
- setChildIndicator(Drawable) - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
Sets the indicator to be drawn next to a child.
- setChoiceMode(int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Defines the choice behavior for the List.
- setDivider(Drawable) - Method in class it.sephiroth.android.library.widget.HListView
-
Sets the drawable that will be drawn between each item in the list.
- setDividerWidth(int) - Method in class it.sephiroth.android.library.widget.HListView
-
Sets the height of the divider that will be drawn between each item in the list.
- setDrawSelectorOnTop(boolean) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Controls whether the selection highlight drawable should be drawn on top of the item or behind it.
- setEmptyView(View) - Method in class it.sephiroth.android.library.widget.AdapterView
-
Sets the view to show if the adapter is empty
- setFinalX(int) - Method in class it.sephiroth.android.library.widget.OverScroller
-
Deprecated.
OverScroller's final position may change during an animation.
Instead of setting a new final position and extending
the duration of an existing scroll, use startScroll
to begin a new animation.
- setFinalY(int) - Method in class it.sephiroth.android.library.widget.OverScroller
-
Deprecated.
OverScroller's final position may change during an animation.
Instead of setting a new final position and extending
the duration of an existing scroll, use startScroll
to begin a new animation.
- setFocusable(boolean) - Method in class it.sephiroth.android.library.widget.AdapterView
-
- setFocusableInTouchMode(boolean) - Method in class it.sephiroth.android.library.widget.AdapterView
-
- setFooterDividersEnabled(boolean) - Method in class it.sephiroth.android.library.widget.HListView
-
Enables or disables the drawing of the divider for footer views.
- setFriction(float) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
The amount of friction applied to flings.
- setFriction(float) - Method in class it.sephiroth.android.library.widget.OverScroller
-
The amount of friction applied to flings.
- setGroupIndicator(Drawable) - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
Sets the indicator to be drawn next to a group.
- setHeaderDividersEnabled(boolean) - Method in class it.sephiroth.android.library.widget.HListView
-
Enables or disables the drawing of the divider for header views.
- setItemChecked(int, boolean) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Sets the checked state of the specified position.
- setItemsCanFocus(boolean) - Method in class it.sephiroth.android.library.widget.HListView
-
Indicates that the views created by the ListAdapter can contain focusable items.
- setMultiChoiceModeListener(MultiChoiceModeListener) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- setNextSelectedPositionInt(int) - Method in class it.sephiroth.android.library.widget.AdapterView
-
Utility to keep mNextSelectedPosition and mNextSelectedColId in sync
- setOnChildClickListener(ExpandableHListView.OnChildClickListener) - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
- setOnClickListener(View.OnClickListener) - Method in class it.sephiroth.android.library.widget.AdapterView
-
- setOnGroupClickListener(ExpandableHListView.OnGroupClickListener) - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
- setOnGroupCollapseListener(ExpandableHListView.OnGroupCollapseListener) - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
- setOnGroupExpandListener(ExpandableHListView.OnGroupExpandListener) - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
- setOnItemClickListener(AdapterView.OnItemClickListener) - Method in class it.sephiroth.android.library.widget.AdapterView
-
Register a callback to be invoked when an item in this AdapterView has been clicked.
- setOnItemClickListener(AdapterView.OnItemClickListener) - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
Register a callback to be invoked when an item has been clicked and the
caller prefers to receive a ListView-style position instead of a group
and/or child position.
- setOnItemLongClickListener(AdapterView.OnItemLongClickListener) - Method in class it.sephiroth.android.library.widget.AdapterView
-
Register a callback to be invoked when an item in this AdapterView has been clicked and held
- setOnItemSelectedListener(AdapterView.OnItemSelectedListener) - Method in class it.sephiroth.android.library.widget.AdapterView
-
Register a callback to be invoked when an item in this AdapterView has been selected.
- setOnScrollListener(AbsHListView.OnScrollListener) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Set the listener that will receive notifications every time the list scrolls.
- setOverScrollEffectPadding(int, int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- setOverscrollFooter(Drawable) - Method in class it.sephiroth.android.library.widget.HListView
-
Sets the drawable that will be drawn below all other list content.
- setOverscrollHeader(Drawable) - Method in class it.sephiroth.android.library.widget.HListView
-
Sets the drawable that will be drawn above all other list content.
- setOverScrollMode(int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- setPosition(int, int) - Method in class it.sephiroth.android.library.widget.EdgeEffect
-
Set the position of this edge effect in pixels.
- setRecyclerListener(AbsHListView.RecyclerListener) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Sets the recycler listener to be notified whenever a View is set aside in the recycler for later reuse.
- setScrollIndicators(View, View) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- setScrollingCacheEnabled(boolean) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Enables or disables the children's drawing cache during a scroll.
- setScrollX(int) - Method in class it.sephiroth.android.library.util.v14.ViewHelper14
-
- setScrollX(int) - Method in class it.sephiroth.android.library.util.ViewHelperFactory.ViewHelper
-
- setScrollX(int) - Method in class it.sephiroth.android.library.util.ViewHelperFactory.ViewHelperDefault
-
- setSelectedChild(int, int, boolean) - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
Sets the selection to the specified child.
- setSelectedGroup(int) - Method in class it.sephiroth.android.library.widget.ExpandableHListView
-
Sets the selection to the specified group.
- setSelectedPositionInt(int) - Method in class it.sephiroth.android.library.widget.AdapterView
-
Utility to keep mSelectedPosition and mSelectedColId in sync
- setSelection(int) - Method in class it.sephiroth.android.library.widget.AdapterView
-
Sets the currently selected item.
- setSelection(int) - Method in class it.sephiroth.android.library.widget.HListView
-
Sets the currently selected item.
- setSelectionAfterHeaderView() - Method in class it.sephiroth.android.library.widget.HListView
-
setSelectionAfterHeaderView set the selection to be the first list item after the header views.
- setSelectionFromLeft(int, int) - Method in class it.sephiroth.android.library.widget.HListView
-
Sets the selected item and positions the selection x pixels from the left edge of the ListView.
- setSelectionInt(int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Makes the item at the supplied position selected.
- setSelectionInt(int) - Method in class it.sephiroth.android.library.widget.HListView
-
Makes the item at the supplied position selected.
- setSelector(int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Set a Drawable that should be used to highlight the currently selected item.
- setSelector(Drawable) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- setSize(int, int) - Method in class it.sephiroth.android.library.widget.EdgeEffect
-
Set the size of this edge effect in pixels.
- setSmoothScrollbarEnabled(boolean) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
When smooth scrollbar is enabled, the position and size of the scrollbar thumb is computed based on the number of visible
pixels in the visible items.
- setStackFromRight(boolean) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
When stack from bottom is set to true, the list fills its content starting from the bottom of the view.
- setTranscriptMode(int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Puts the list or grid into transcript mode.
- setVelocityScale(float) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Sets a scale factor for the fling velocity.
- setViewTypeCount(int) - Method in class it.sephiroth.android.library.widget.AbsHListView.RecycleBin
-
- setVisibleRangeHint(int, int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Hints the RemoteViewsAdapter, if it exists, about which views are currently being displayed by the AbsListView.
- setWrapped(MultiChoiceModeListener) - Method in class it.sephiroth.android.library.util.v11.MultiChoiceModeWrapper
-
- shouldRecycleViewType(int) - Method in class it.sephiroth.android.library.widget.AbsHListView.RecycleBin
-
- shouldShowSelector() - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Indicates whether this view is in a state where the selector should be drawn.
- showContextMenu(float, float, int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- showContextMenuForChild(View) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- smoothScrollBy(int, int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Smoothly scroll by distance pixels over duration milliseconds.
- smoothScrollBy(int, int, boolean) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
- smoothScrollByOffset(int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Allows RemoteViews to scroll relatively to a position.
- smoothScrollByOffset(int) - Method in class it.sephiroth.android.library.widget.HListView
-
Smoothly scroll to the specified adapter position offset.
- smoothScrollToPosition(int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Smoothly scroll to the specified adapter position.
- smoothScrollToPosition(int, int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Smoothly scroll to the specified adapter position.
- smoothScrollToPosition(int) - Method in class it.sephiroth.android.library.widget.HListView
-
Smoothly scroll to the specified adapter position.
- smoothScrollToPositionFromLeft(int, int, int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Smoothly scroll to the specified adapter position.
- smoothScrollToPositionFromLeft(int, int) - Method in class it.sephiroth.android.library.widget.AbsHListView
-
Smoothly scroll to the specified adapter position.
- springBack(int, int, int, int, int, int) - Method in class it.sephiroth.android.library.widget.OverScroller
-
Call this when you want to 'spring back' into a valid coordinate range.
- sq(float) - Static method in class it.sephiroth.android.library.util.MathUtils
-
- startScroll(int, int, int, int) - Method in class it.sephiroth.android.library.widget.OverScroller
-
Start scrolling by providing a starting point and the distance to travel.
- startScroll(int, int, int, int, int) - Method in class it.sephiroth.android.library.widget.OverScroller
-
Start scrolling by providing a starting point and the distance to travel.
- STATESET_NOTHING - Static variable in class it.sephiroth.android.library.widget.AbsHListView
-
- stop() - Method in class it.sephiroth.android.library.widget.AbsHListView.PositionScroller
-
- tan(float) - Static method in class it.sephiroth.android.library.util.MathUtils
-
- targetView - Variable in class it.sephiroth.android.library.widget.AdapterView.AdapterContextMenuInfo
-
The child view for which the context menu is being displayed.
- targetView - Variable in class it.sephiroth.android.library.widget.ExpandableHListView.ExpandableListContextMenuInfo
-
The view for which the context menu is being displayed.
- timePassed() - Method in class it.sephiroth.android.library.widget.OverScroller
-
Returns the time elapsed since the beginning of the scrolling.
- TOUCH_MODE_DONE_WAITING - Static variable in class it.sephiroth.android.library.widget.AbsHListView
-
Indicates we have waited for everything we can wait for, but the user's finger is still down
- TOUCH_MODE_DOWN - Static variable in class it.sephiroth.android.library.widget.AbsHListView
-
Indicates we just received the touch event and we are waiting to see if the it is a tap or a scroll gesture.
- TOUCH_MODE_FLING - Static variable in class it.sephiroth.android.library.widget.AbsHListView
-
Indicates the view is in the process of being flung
- TOUCH_MODE_OVERFLING - Static variable in class it.sephiroth.android.library.widget.AbsHListView
-
Indicates the view is being flung outside of normal content bounds and will spring back.
- TOUCH_MODE_OVERSCROLL - Static variable in class it.sephiroth.android.library.widget.AbsHListView
-
Indicates the touch gesture is an overscroll - a scroll beyond the beginning or end.
- TOUCH_MODE_REST - Static variable in class it.sephiroth.android.library.widget.AbsHListView
-
Indicates that we are not in the middle of a touch gesture
- TOUCH_MODE_SCROLL - Static variable in class it.sephiroth.android.library.widget.AbsHListView
-
Indicates the touch gesture is a scroll
- TOUCH_MODE_TAP - Static variable in class it.sephiroth.android.library.widget.AbsHListView
-
Indicates the touch has been recognized as a tap and we are now waiting to see if the touch is a longpress
- TRANSCRIPT_MODE_ALWAYS_SCROLL - Static variable in class it.sephiroth.android.library.widget.AbsHListView
-
The list will automatically scroll to the bottom, no matter what items are currently visible.
- TRANSCRIPT_MODE_DISABLED - Static variable in class it.sephiroth.android.library.widget.AbsHListView
-
Disables the transcript mode.
- TRANSCRIPT_MODE_NORMAL - Static variable in class it.sephiroth.android.library.widget.AbsHListView
-
The list will automatically scroll to the bottom when a data set change notification is received and only if the last item is
already visible on screen.