/frameworks/wilhelm/src/itf/ |
D | IDynamicInterfaceManagement.c | 56 BoolHook expose = MPH_init_table[MPH].mExpose; in HandleAdd() local 58 if ((NULL == expose) || (*expose)(thisItf)) { in HandleAdd() 165 BoolHook expose = MPH_init_table[MPH].mExpose; in IDynamicInterfaceManagement_AddInterface() local 166 if ((NULL == expose) || (*expose)(thisItf)) { in IDynamicInterfaceManagement_AddInterface()
|
/frameworks/wilhelm/src/ |
D | entry.c | 115 BoolHook expose = mi->mExpose; in liCreateEngine() local 116 if ((NULL == expose) || (*expose)((char *) thiz + x->mOffset)) { in liCreateEngine()
|
D | sles.c | 558 BoolHook expose; in construct() local 559 state = (exposedMask & 1) && ((NULL == (expose = mi->mExpose)) || (*expose)(self)) ? in construct()
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | AndroidCamera2Capabilities.java | 125 for (int expose : p.get(CONTROL_AE_AVAILABLE_MODES)) { in buildFlashModes() 126 if (expose == CONTROL_AE_MODE_ON_AUTO_FLASH_REDEYE) { in buildFlashModes()
|
D | AndroidCamera2AgentImpl.java | 622 Camera2RequestSettingsSet expose = in handleMessage() local 624 expose.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, in handleMessage() 628 expose.createRequest(mCamera, CameraDevice.TEMPLATE_PREVIEW, in handleMessage()
|
/frameworks/base/docs/html/ndk/reference/ |
D | index.jd | 6 expose a variety of features otherwise only accessible via the Android framework.
|
/frameworks/base/location/lib/ |
D | README.txt | 10 ProviderRequest.java), but it must not expose them in any public method
|
/frameworks/base/media/lib/signer/ |
D | README.txt | 12 expose them in any public method (or by extending them via inheritance). This would
|
/frameworks/base/media/lib/remotedisplay/ |
D | README.txt | 10 expose them in any public method (or by extending them via inheritance). This would
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | touch.jd | 112 <p>The example code above requires that you expose the rotation angle through your renderer by 115 Here is the code to declare the variable and expose the getter and setter pair:</p>
|
/frameworks/base/docs/html/guide/practices/app-design/ |
D | seamlessness.jd | 10 <li><a href="#expose">Don't Expose Raw Data</a></li> 54 used by other applications, you should expose it via a ContentProvider, rather 87 <h2 id="expose">Don't Expose Raw Data</h2> 90 data. While it's possible to expose certain kinds of application to the world 95 <p>The "Android Way" is to create a ContentProvider to expose your data to other
|
/frameworks/base/docs/html/guide/practices/ |
D | seamlessness.jd | 11 <li><a href="#expose">Don't Expose Raw Data</a></li> 55 used by other applications, you should expose it via a ContentProvider, rather 88 <h2 id="expose">Don't Expose Raw Data</h2> 91 data. While it's possible to expose certain kinds of application to the world 96 <p>The "Android Way" is to create a ContentProvider to expose your data to other
|
/frameworks/base/docs/html/training/custom-views/ |
D | create-view.jd | 216 when the view is initialized. To provide dynamic behavior, expose a property getter and 251 <p>It's easy to forget to expose properties and events, especially when you're the only user 255 A good rule to follow is to always expose any property that affects the visible
|
/frameworks/base/docs/html/training/design-navigation/ |
D | screen-planning.jd | 38 …o navigate to and interact with the data. The set of screens we actually expose should generally v…
|
D | descendant-lateral.jd | 37 <p>One way of providing access to the full range of an application's screens is to expose hierarchi…
|
/frameworks/base/docs/html/guide/components/ |
D | aidl.jd | 163 <li>Only methods are supported; you cannot expose static fields in AIDL.</li> 251 <p>Once you've implemented the interface for your service, you need to expose it to 252 clients so they can bind to it. To expose the interface
|
/frameworks/base/docs/html/tv/adt-1/ |
D | safety.jd | 22 <li><p>Only use indoors and do not expose to rain, liquid, moisture, excessive heat, or
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.6-highlights.jd | 79 <p>The search framework also provides developers a way to easily expose relevant
|
D | lollipop.jd | 164 <p>Apps can expose their media content and <strong>browse media</strong> from other apps, then requ… 178 expose detailed information about the camera's properties and capabilities and
|
/frameworks/base/docs/html/guide/appendix/ |
D | glossary.jd | 68 <dd>A data-abstraction layer that you can use to safely expose your 185 {@link javax.microedition.khronos.opengles} packages expose
|
/frameworks/base/docs/html/training/articles/ |
D | security-tips.jd | 129 easier to add permissions later to expose new functionality than it is to take 391 <p>Also, make sure that you do not inadvertently expose user data to other 434 normally reserved for Android applications. If you use it, expose 543 actually want to expose functionality as IPC but you don’t want to rewrite
|
/frameworks/base/docs/html/design/patterns/ |
D | help.jd | 62 <p>In addition to help, you might want to expose other information, such as copyright info, credits…
|
D | widgets.jd | 108 <p>In this simple example the user can horizontally resize a weather widget in 4 steps and expose r…
|
D | app-structure.jd | 38 either show different representations of the same data or expose an altogether different functional
|
/frameworks/base/docs/html/guide/topics/text/ |
D | creating-input-method.jd | 419 Subtypes allow the IME to expose multiple input modes and languages supported by an IME. A 432 also expose a combination of these.
|