MCPcopy Create free account

hub / github.com/bulletnoid/StaggeredGridView / functions

Functions472 in github.com/bulletnoid/StaggeredGridView

↓ 15 callersMethodshowFooterLoadingLayout
@return true if this mode wants the Loading Layout Footer to be shown
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1417
↓ 15 callersMethodshowHeaderLoadingLayout
@return true if this mode wants the Loading Layout Header to be shown
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1410
↓ 13 callersMethodaddView
(View child, int index, ViewGroup.LayoutParams params)
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:121
↓ 13 callersMethodsetState
(State state, final boolean... params)
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:531
↓ 11 callersMethodclear
()
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:2007
↓ 11 callersMethodgetPullToRefreshScrollDirection
@return Either {@link Orientation#VERTICAL} or {@link Orientation#HORIZONTAL} depending on the scroll direction.
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:529
↓ 9 callersMethodsmoothScrollTo
Smooth Scroll to position using the default duration of {@value #SMOOTH_SCROLL_DURATION_MS} ms. @param scrollValue - Position to scroll to
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:986
↓ 8 callersMethodgetLoadingLayoutProxy
()
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:159
↓ 8 callersMethodrequestLayout
()
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:929
↓ 7 callersMethodgetCount
()
src/com/bulletnoid/android/widget/StaggeredGridViewDemo/STGVAdapter.java:47
↓ 7 callersMethodgetShowIndicatorInternal
()
src/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:364
↓ 7 callersMethodisEmpty
()
src/com/bulletnoid/android/widget/StaggeredGridView/HeaderFooterListAdapter.java:192
↓ 7 callersMethodoverScrollBy
Helper method for Overscrolling that encapsulates all of the necessary function. <p/> This should only be used on AdapterView's such as ListView as it
src/com/handmark/pulltorefresh/library/OverscrollHelper.java:50
↓ 7 callersMethodsetEmptyView
Should call PullToRefreshBase.setEmptyView() which will then automatically call through to setEmptyViewInternal() @param emptyView - to set as Empty
src/com/handmark/pulltorefresh/library/internal/EmptyViewMethodAccessor.java:41
↓ 6 callersMethodgetItemId
(int position)
src/com/bulletnoid/android/widget/StaggeredGridViewDemo/STGVAdapter.java:57
↓ 6 callersMethodisRefreshing
()
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:207
↓ 6 callersMethodpopulate
(boolean clearData)
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:973
↓ 6 callersMethodsetHeaderScroll
Helper method which just calls scrollTo() in the correct scrolling direction. @param value - New Scroll value
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:940
↓ 5 callersMethodgetCount
()
src/com/bulletnoid/android/widget/StaggeredGridView/HeaderFooterListAdapter.java:102
↓ 5 callersMethodgetFooterSize
()
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:626
↓ 5 callersMethodgetHeaderSize
()
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:634
↓ 5 callersMethodgetIntValue
()
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1421
↓ 5 callersMethodgetMode
Get the mode that this view has been set to. If this returns <code>Mode.BOTH</code>, you can use <code>getCurrentMode()</code> to check which mode the
src/com/handmark/pulltorefresh/library/IPullToRefresh.java:89
↓ 5 callersMethodgetRefreshableView
Get the Wrapped Refreshable View. Anything returned here has already been added to the content view. @return The View which is currently wrapped
src/com/handmark/pulltorefresh/library/IPullToRefresh.java:97
↓ 5 callersMethodisEnabled
(int position)
src/com/bulletnoid/android/widget/StaggeredGridView/HeaderFooterListAdapter.java:72
↓ 5 callersMethodpositionSelector
(int position, View sel)
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:2269
↓ 5 callersMethodreset
()
src/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:260
↓ 5 callersMethodsetOnRefreshListener
Set OnRefreshListener for the Widget @param listener - Listener to be used when the Widget is set to Refresh
src/com/handmark/pulltorefresh/library/IPullToRefresh.java:183
↓ 5 callersMethodupdateSelectorState
()
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:2585
↓ 4 callersMethodaddLayout
This allows you to add extra LoadingLayout instances to this proxy. This is only necessary if you keep your own instances, and want to have them inclu
src/com/handmark/pulltorefresh/library/LoadingLayoutProxy.java:26
↓ 4 callersMethodaddScrap
(View v)
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:2023
↓ 4 callersMethodcreateLoadingLayout
(Context context, Mode mode, TypedArray attrs)
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:578
↓ 4 callersMethodgetAdapter
()
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:1736
↓ 4 callersMethodgetCurrentMode
Get the mode that this view is currently in. This is only really useful when using <code>Mode.BOTH</code>. @return Mode that the view is currently in
src/com/handmark/pulltorefresh/library/IPullToRefresh.java:41
↓ 4 callersMethodgetRefreshableViewWrapper
()
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:646
↓ 4 callersMethodinit
(Context context, AttributeSet attrs)
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1065
↓ 4 callersMethodisReadyForPullEnd
Implemented by derived class to return whether the View is in a state where the user can Pull to Refresh by scrolling from the end. @return true if t
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:666
↓ 4 callersMethodisReadyForPullStart
Implemented by derived class to return whether the View is in a state where the user can Pull to Refresh by scrolling from the start. @return true if
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:675
↓ 4 callersMethodisVisible
()
src/com/handmark/pulltorefresh/library/internal/IndicatorLayout.java:94
↓ 4 callersMethodpullToRefresh
()
src/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:225
↓ 4 callersMethodreleaseToRefresh
()
src/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:251
↓ 4 callersMethodsetOnScrollListener
(OnScrollListener listener)
src/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:210
↓ 3 callersMethodabortAnimation
Stops the animation. Contrary to {@link #forceFinished(boolean)}, aborting the animating cause the scroller to move to the final x and y position
src/com/bulletnoid/android/widget/StaggeredGridView/ScrollerCompat.java:178
↓ 3 callersMethodaddViewInternal
Used internally for adding view. Need because we override addView to pass-through to the Refreshable View
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:566
↓ 3 callersMethodfrom
(Context context)
src/com/bulletnoid/android/widget/StaggeredGridView/ScrollerCompat.java:43
↓ 3 callersMethodgenerateDefaultLayoutParams
()
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:1813
↓ 3 callersMethodgetDefault
()
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1389
↓ 3 callersMethodgetMoreItem
()
src/com/bulletnoid/android/widget/StaggeredGridViewDemo/STGVAdapter.java:28
↓ 3 callersMethodinvalidateLayoutRecordsAfterPosition
(int position)
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:1191
↓ 3 callersMethodisFinished
Returns whether the scroller has finished scrolling. @return True if the scroller has finished scrolling, false otherwise.
src/com/bulletnoid/android/widget/StaggeredGridView/ScrollerCompat.java:59
↓ 3 callersMethodisReadyForPull
()
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1137
↓ 3 callersMethodisRefreshing
Returns whether the Widget is currently in the Refreshing mState @return true if the Widget is currently refreshing
src/com/handmark/pulltorefresh/library/IPullToRefresh.java:134
↓ 3 callersMethodlayoutChildren
Measure and layout all currently visible children. @param queryAdapter true to requery the adapter for view data
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:1048
↓ 3 callersMethodmapIntToValue
Maps an int to a specific mode. This is needed when saving state, or inflating the view from XML where the mode is given through a attr int. @param m
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1378
↓ 3 callersMethodobtainView
Obtain a populated view from the adapter. If optScrap is non-null and is not reused it will be placed in the recycle bin. @param position position to
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:1694
↓ 3 callersMethodonPull
(float scaleOfLayout)
src/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:219
↓ 3 callersMethodrefreshing
()
src/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:234
↓ 3 callersMethodsetLoadingDrawable
Set the drawable used in the loading layout. This is the same as calling <code>setLoadingDrawable(drawable, Mode.BOTH)</code> @param drawable - Drawa
src/com/handmark/pulltorefresh/library/ILoadingLayout.java:22
↓ 3 callersMethodsetPullLabel
Set Text to show when the Widget is being Pulled <code>setPullLabel(releaseLabel, Mode.BOTH)</code> @param pullLabel - CharSequence to display
src/com/handmark/pulltorefresh/library/ILoadingLayout.java:30
↓ 3 callersMethodsetRefreshingLabel
Set Text to show when the Widget is refreshing <code>setRefreshingLabel(releaseLabel, Mode.BOTH)</code> @param refreshingLabel - CharSequence to disp
src/com/handmark/pulltorefresh/library/ILoadingLayout.java:38
↓ 3 callersMethodstop
()
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1635
↓ 3 callersMethodupdateIndicatorViewsVisibility
()
src/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:445
↓ 3 callersMethodwarnDeprecation
(String depreacted, String replacement)
src/com/handmark/pulltorefresh/library/internal/Utils.java:9
↓ 2 callersMethodaddIndicatorViews
()
src/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:329
↓ 2 callersMethodcallRefreshListener
()
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1053
↓ 2 callersMethoddrawSelector
(Canvas canvas)
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:884
↓ 2 callersMethodensureMargins
()
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:248
↓ 2 callersMethodfillDown
Should be called with mPopulating set to true @param fromPosition Position to start filling from @param overhang the number of extra pixels to fi
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:1392
↓ 2 callersMethodfillUp
Should be called with mPopulating set to true @param fromPosition Position to start filling from @param overhang the number of extra pixels to fi
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:1207
↓ 2 callersMethodgetContentSize
()
src/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:194
↓ 2 callersMethodgetFooterLayout
()
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:622
↓ 2 callersMethodgetHeaderLayout
()
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:630
↓ 2 callersMethodgetMaximumPullScroll
()
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1219
↓ 2 callersMethodgetNextColumnDown
@return column that the next view filling downwards should occupy. This is the top-most position available.
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:1632
↓ 2 callersMethodgetNextColumnUp
@return column that the next view filling upwards should occupy. This is the bottom-most position available for a single-column item.
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:1569
↓ 2 callersMethodgetPullToRefreshScrollDuration
()
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:638
↓ 2 callersMethodgetRefreshableView
()
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:174
↓ 2 callersMethodgetState
@return - The state that the View is currently in.
src/com/handmark/pulltorefresh/library/IPullToRefresh.java:110
↓ 2 callersMethodhide
()
src/com/handmark/pulltorefresh/library/internal/IndicatorLayout.java:103
↓ 2 callersMethodinvalidateLayoutRecordsBeforePosition
(int position)
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:1183
↓ 2 callersMethodisPullToRefreshEnabled
()
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:196
↓ 2 callersMethodisPullToRefreshOverScrollEnabled
Gets whether Overscroll support is enabled. This is different to Android's standard Overscroll support (the edge-glow) which is available from GINGERB
src/com/handmark/pulltorefresh/library/IPullToRefresh.java:127
↓ 2 callersMethodonRefreshComplete
Mark the current Refresh as complete. Will Reset the UI and hide the Refreshing View
src/com/handmark/pulltorefresh/library/IPullToRefresh.java:148
↓ 2 callersMethodpermitsPullToRefresh
@return true if the mode permits Pull-to-Refresh
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1403
↓ 2 callersMethodpointToPosition
Maps a point to a position in the list. @param x X in local coordinate @param y Y in local coordinate @return The position of the item which contains
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:2709
↓ 2 callersMethodpostOnAnimation
(View view, Runnable runnable)
src/com/handmark/pulltorefresh/library/internal/ViewCompat.java:27
↓ 2 callersMethodrefreshLoadingViewsSize
Re-measure the Loading Views height, and adjust internal padding as necessary
src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:865
↓ 2 callersMethodrememberWindowAttachCount
()
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:2256
↓ 2 callersMethodremoveIndicatorViews
()
src/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:433
↓ 2 callersMethodresetStateForGridTop
Reset all internal state to be at the top of the grid.
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:1781
↓ 2 callersMethodsameWindow
()
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:2260
↓ 2 callersMethodsetAdapter
(ListAdapter adapter)
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:1740
↓ 2 callersMethodsetBackground
(View view, Drawable background)
src/com/handmark/pulltorefresh/library/internal/ViewCompat.java:35
↓ 2 callersMethodsetColumnCount
Set a fixed number of columns for this grid. Space will be divided evenly among all columns, respecting the item margin between columns. The default i
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:358
↓ 2 callersMethodsetFooterView
(View v)
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:2745
↓ 2 callersMethodsetHeaderView
(View v)
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:2737
↓ 2 callersMethodsetHeight
(int height)
src/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:182
↓ 2 callersMethodsetItemMargin
Set the margin between items in pixels. This margin is applied both vertically and horizontally. @param marginPixels Spacing between items in pixels
src/com/bulletnoid/android/widget/StaggeredGridView/StaggeredGridView.java:390
↓ 2 callersMethodsetLastUpdatedLabel
Set the Last Updated Text. This displayed under the ac_main label when Pulling @param label - Label to set
src/com/handmark/pulltorefresh/library/ILoadingLayout.java:14
↓ 2 callersMethodsetLayerType
(View view, int layerType)
src/com/handmark/pulltorefresh/library/internal/ViewCompat.java:43
next →1–100 of 472, ranked by callers