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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBaseRowFragment.java118 * Sets the selected row position with smooth animation.
127 public void setSelectedPosition(int position, boolean smooth) { argument
130 if (smooth) {
H A DBaseRowSupportFragment.java120 * Sets the selected row position with smooth animation.
129 public void setSelectedPosition(int position, boolean smooth) { argument
132 if (smooth) {
H A DDetailsFragment.java190 * Sets the selected row position with smooth animation.
199 public void setSelectedPosition(int position, boolean smooth) { argument
201 mSetSelectionRunnable.mSmooth = smooth;
H A DDetailsSupportFragment.java192 * Sets the selected row position with smooth animation.
201 public void setSelectedPosition(int position, boolean smooth) { argument
203 mSetSelectionRunnable.mSmooth = smooth;
H A DBrowseFragment.java890 private void setSelection(int position, boolean smooth) { argument
892 mRowsFragment.setSelectedPosition(position, smooth);
893 mHeadersFragment.setSelectedPosition(position, smooth);
899 * Sets the selected row position with smooth animation.
908 public void setSelectedPosition(int position, boolean smooth) { argument
910 mSetSelectionRunnable.mSmooth = smooth;
H A DBrowseSupportFragment.java892 private void setSelection(int position, boolean smooth) { argument
894 mRowsSupportFragment.setSelectedPosition(position, smooth);
895 mHeadersSupportFragment.setSelectedPosition(position, smooth);
901 * Sets the selected row position with smooth animation.
910 public void setSelectedPosition(int position, boolean smooth) { argument
912 mSetSelectionRunnable.mSmooth = smooth;
/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/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java2019 public void setSelection(RecyclerView parent, int position, boolean smooth) { argument
2021 scrollToSelection(parent, position, smooth);
2025 private void scrollToSelection(RecyclerView parent, int position, boolean smooth) { argument
2029 scrollToView(view, smooth);
2037 if (smooth) {
2253 private void scrollToView(View view, boolean smooth) { argument
2277 scrollGrid(mTempDeltas[0], mTempDeltas[1], smooth);
2386 private void scrollGrid(int scrollPrimary, int scrollSecondary, boolean smooth) { argument
2400 if (smooth) {
2578 // for simple row, use LinearSmoothScroller to smooth animatio
[all...]
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1253 "How to build custom UI widgets that are interactive and smooth."
1615 <li><a href="<?cs var:toroot ?>training/improving-layouts/smooth-scrolling.html">

Completed in 917 milliseconds