Searched refs:overview (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/docs/html/guide/
H A Dguide_toc.cs45 <!-- quick overview of what it's like to develop on Android -->
459 <li><a href="<?cs var:toroot?>guide/market/licensing/overview.html">
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java634 * Set whether the WebView loads a page with overview mode.
636 public void setLoadWithOverviewMode(boolean overview) { argument
637 mLoadWithOverviewMode = overview;
641 * Returns true if this WebView loads page with overview mode
/frameworks/base/docs/html/resources/
H A Dresources-data.js132 en: 'This article provides an overview of GLSurfaceView, a class that makes it easy to implement 2D or 3D OpenGL rendering inside of an Android application.'
222 en: 'The Input Method Framework (IMF) allows users to take advantage of on-screen input methods, such as software keyboards. This article provides an overview of Input Method Editors (IMEs) and how applications interact with them.'
322 en: 'The text-to-speech API lets your application "speak" to users, in any of several languages. This article provides an overview of the TTS API and how you use to add speech capabilities to your application.'
382 en: 'The Android SDK includes a tool called zipalign that optimizes the way an application is packaged. Running zipalign against your application enables Android to interact with it more efficiently at run time and thus has the potential to make it and the overall system run faster. This article provides a high-level overview of the zipalign tool and its use.'
/frameworks/base/
H A DAndroid.mk403 -overview $(LOCAL_PATH)/core/java/overview.html

Completed in 134 milliseconds