Searched refs:smooth (Results 1 - 11 of 11) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBaseRowFragment.java127 * Sets the selected row position with smooth animation.
136 public void setSelectedPosition(int position, boolean smooth) { argument
139 if (smooth) {
H A DBaseRowSupportFragment.java129 * Sets the selected row position with smooth animation.
138 public void setSelectedPosition(int position, boolean smooth) { argument
141 if (smooth) {
H A DBrowseFragment.java173 void post(int position, int type, boolean smooth) { argument
182 mSmooth = smooth;
766 private void setSelection(int position, boolean smooth) { argument
768 mRowsFragment.setSelectedPosition(position, smooth);
769 mHeadersFragment.setSelectedPosition(position, smooth);
775 * Sets the selected row position with smooth animation.
784 public void setSelectedPosition(int position, boolean smooth) { argument
786 position, SetSelectionRunnable.TYPE_USER_REQUEST, smooth);
H A DBrowseSupportFragment.java175 void post(int position, int type, boolean smooth) { argument
184 mSmooth = smooth;
768 private void setSelection(int position, boolean smooth) { argument
770 mRowsSupportFragment.setSelectedPosition(position, smooth);
771 mHeadersSupportFragment.setSelectedPosition(position, smooth);
777 * Sets the selected row position with smooth animation.
786 public void setSelectedPosition(int position, boolean smooth) { argument
788 position, SetSelectionRunnable.TYPE_USER_REQUEST, smooth);
H A DDetailsFragment.java297 * Sets the selected row position with smooth animation.
306 public void setSelectedPosition(int position, boolean smooth) { argument
308 mSetSelectionRunnable.mSmooth = smooth;
H A DDetailsSupportFragment.java299 * Sets the selected row position with smooth animation.
308 public void setSelectedPosition(int position, boolean smooth) { argument
310 mSetSelectionRunnable.mSmooth = smooth;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java1372 // avoid lots of childSelected events during a long smooth scrolling and
1706 // position smooth scroller: kill the animation and stop at final position.
1707 // pending smooth scroller: stop and scroll to current focus position.
2096 public void setSelection(RecyclerView parent, int position, int subposition, boolean smooth, argument
2100 scrollToSelection(parent, position, subposition, smooth, primaryScrollExtra);
2105 boolean smooth, int primaryScrollExtra) {
2111 scrollToView(view, smooth);
2120 if (smooth) {
2354 private void scrollToView(View view, boolean smooth) { argument
2355 scrollToView(view, view == null ? null : view.findFocus(), smooth);
2104 scrollToSelection(RecyclerView parent, int position, int subposition, boolean smooth, int primaryScrollExtra) argument
2361 scrollToView(View view, View childView, boolean smooth) argument
2500 scrollGrid(int scrollPrimary, int scrollSecondary, boolean smooth) argument
[all...]
/frameworks/native/opengl/libagl/
H A Darray.cpp1098 GLboolean smooth = GL_FALSE; local
1101 smooth = c->point.smooth;
1106 smooth = c->line.smooth;
1109 if (((enables & GGL_ENABLE_AA)?1:0) != smooth)
1110 c->rasterizer.procs.enableDisable(c, GGL_AA, smooth);
H A Dcontext.h163 GLboolean smooth; member in struct:android::gl::point_size_t
168 GLboolean smooth; member in struct:android::gl::line_width_t
H A Dstate.cpp147 c->point.smooth = enabled;
150 c->line.smooth = enabled;
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1431 "How to build custom UI widgets that are interactive and smooth."
1790 <li><a href="<?cs var:toroot ?>training/improving-layouts/smooth-scrolling.html">

Completed in 7374 milliseconds