Home
last modified time | relevance | path

Searched refs:smooth (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/docs/html/training/improving-layouts/
Dindex.jd34 lessons here, you will be able to implement smooth scrolling interfaces with a minimum memory
55 <dt><b><a href="smooth-scrolling.html">Making ListView Scrolling Smooth</a></b></dt>
58 lesson provides some tips about how you can make your scrolling performance more smooth.</dd>
Dloading-ondemand.jd9 next.link=smooth-scrolling.html
/frameworks/base/docs/html/training/
Dbest-performance.jd7 <p>These classes and articles help you build an app that's smooth, responsive,
/frameworks/base/docs/html/training/accessibility/
Dindex.jd44 that can be interpreted by an accessibility service to facilitate a smooth
/frameworks/native/opengl/libagl/
Darray.cpp1094 GLboolean smooth = GL_FALSE; in validate_arrays() local
1097 smooth = c->point.smooth; in validate_arrays()
1102 smooth = c->line.smooth; in validate_arrays()
1105 if (((enables & GGL_ENABLE_AA)?1:0) != smooth) in validate_arrays()
1106 c->rasterizer.procs.enableDisable(c, GGL_AA, smooth); in validate_arrays()
Dstate.cpp147 c->point.smooth = enabled; in enable_disable()
150 c->line.smooth = enabled; in enable_disable()
Dcontext.h159 GLboolean smooth; member
164 GLboolean smooth; member
/frameworks/base/docs/html/tools/debugging/
Dsystrace.jd200 smooth on screen. If an application drops out of this rhythm, the display can become jerky or slow
225 <p>Regular, rhythmic execution of the <strong>SurfaceFlinger</strong> process is essential to smooth
230 can help you detect display problems and build a smooth-running, high-performance application.
/frameworks/base/tools/orientationplot/
DREADME.txt41 less than about 1Hz, then the filtered accelorometer data becomes too smooth
/frameworks/base/docs/html/training/custom-views/
Dmaking-interactive.jd208 enough to make the scrolling animation look smooth. There are two ways to do this:</p>
262 Android 3.0, makes smooth transitions easy.</p>
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt41 performance tuning, often leading to occasional pauses in otherwise smooth
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_status_bar.jd106 backdrop</strong>, with alpha blending used for smooth edges and internal texture where
454 …td>Disabled detail:</td><td>grey gradient from palette<br>+ inner bevel: smooth | depth 1% | direc…
/frameworks/base/docs/html/training/gestures/
Dscroll.jd81 scrolling animation look smooth.</p>
/frameworks/base/docs/html/training/displaying-bitmaps/
Dcache-bitmap.jd307 You want to avoid having to process all your images again so the user has a smooth and fast
/frameworks/base/docs/html/design/style/
Diconography.jd189 <p>Pictographic, flat, not too detailed, with smooth curves or sharp shapes. If the graphic is thin,
/frameworks/base/docs/html/distribute/googleplay/quality/
Dcore.jd403 …Music and video playback is smooth, without crackle, stutter, or other artifacts, during normal ap…
/frameworks/base/docs/html/guide/topics/graphics/
Dhardware-accel.jd669 your application and do not obtain the smooth results you want, consider enabling hardware layers on
/frameworks/base/docs/html/about/versions/
Djelly-bean.jd1425 <p>Extending vsync across the Android framework leads to a more consistent framerate and a smooth, …
1523 <li>Better HTML5 video user experience, including touch-to-play/pause and smooth transition from in…
Dandroid-3.0.jd764 to enable smooth transitions when panning and zooming. When enabled, WebView will choose a solution
Dkitkat.jd107 smooth, and responsively on a much broader range of devices than ever before
/frameworks/base/docs/html/guide/topics/resources/
Ddrawable-resource.jd207 bitmap is shrunk or stretched to smooth its apperance.</dd>
/frameworks/base/docs/html/
Dsitemap.txt482 http://developer.android.com/training/improving-layouts/smooth-scrolling.html