/frameworks/wilhelm/src/itf/ |
D | IPlaybackRate.c | 72 static SLresult IPlaybackRate_SetPropertyConstraints(SLPlaybackRateItf self, SLuint32 constraints) in IPlaybackRate_SetPropertyConstraints() argument 77 if (constraints & ~(SL_RATEPROP_SILENTAUDIO | SL_RATEPROP_STAGGEREDAUDIO | in IPlaybackRate_SetPropertyConstraints() 81 } else if (!(thiz->mCapabilities & constraints)) { in IPlaybackRate_SetPropertyConstraints() 91 constraints); in IPlaybackRate_SetPropertyConstraints() 99 thiz->mProperties = constraints; in IPlaybackRate_SetPropertyConstraints()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | RecyclerViewAnimationsTest.java | 824 final PositionConstraint... constraints) throws Throwable { in positionStatesTest() argument 826 adapterChanges, constraints); in positionStatesTest() 830 final PositionConstraint... constraints) throws Throwable { in positionStatesTest() argument 840 final int[] ids = new int[constraints.length]; in positionStatesTest() 841 for (int i = 0; i < constraints.length; i++) { in positionStatesTest() 842 ids[i] = constraints[i].mPreLayoutPos; in positionStatesTest() 846 for (PositionConstraint constraint : constraints) { in positionStatesTest() 859 final int[] ids = new int[constraints.length]; in positionStatesTest() 860 for (int i = 0; i < constraints.length; i++) { in positionStatesTest() 861 ids[i] = constraints[i].mPostLayoutPos; in positionStatesTest() [all …]
|
/frameworks/base/docs/html/google/play/licensing/ |
D | index.jd | 15 an application can apply custom constraints based on the licensing status obtained from Google Play. 16 For example, an application can check the licensing status and then apply custom constraints 18 restrict use of the application to a specific device, in addition to any other constraints. </p>
|
D | licensing-reference.jd | 158 <td><em>Allow access according to {@code Policy} constraints.</em></td> 166 <td><em>Optionally allow access according to {@code Policy} constraints.</em>
|
D | overview.jd | 141 response and apply other constraints, if needed. The implementation also lets
|
/frameworks/wilhelm/src/android/ |
D | AudioPlayer_to_android.h | 75 SLpermille rate, SLuint32 constraints);
|
D | AudioPlayer_to_android.cpp | 1796 SLuint32 constraints) { in android_audioPlayer_setPlaybackRateAndConstraints() argument 1803 assert(constraints & SL_RATEPROP_NOPITCHCORAUDIO); in android_audioPlayer_setPlaybackRateAndConstraints() 1815 assert(constraints & SL_RATEPROP_NOPITCHCORAUDIO); in android_audioPlayer_setPlaybackRateAndConstraints()
|
/frameworks/base/drm/jni/ |
D | android_drm_DrmManagerClient.cpp | 261 jobject constraints = NULL; in android_drm_DrmManagerClient_getConstraintsFromContent() local 265 constraints = env->NewObject(localRef, ContentValues_constructor); in android_drm_DrmManagerClient_getConstraintsFromContent() 278 env->CallVoidMethod(constraints, ContentValues_putByteArray, in android_drm_DrmManagerClient_getConstraintsFromContent() 285 env->CallVoidMethod(constraints, ContentValues_putString, in android_drm_DrmManagerClient_getConstraintsFromContent() 293 return constraints; in android_drm_DrmManagerClient_getConstraintsFromContent()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/ |
D | ARM_DELIVERY.TXT | 36 By accepting a Beta release, the recipient agrees to these constraints and
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/ |
D | ARM_DELIVERY.TXT | 36 By accepting a Beta release, the recipient agrees to these constraints and
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/ |
D | ARM_DELIVERY.TXT | 36 By accepting a Beta release, the recipient agrees to these constraints and
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | UiCollection.jd | 84 …<div class="jd-descrdiv">Searches for child UI element within the constraints of this <code><a hr… 103 …<div class="jd-descrdiv">Searches for child UI element within the constraints of this <code><a hr… 121 …<div class="jd-descrdiv">Searches for child UI element within the constraints of this <code><a hr… 1067 …<div class="jd-tagdata jd-tagdescr"><p>Searches for child UI element within the constraints of thi… 1130 …<div class="jd-tagdata jd-tagdescr"><p>Searches for child UI element within the constraints of thi… 1193 …<div class="jd-tagdata jd-tagdescr"><p>Searches for child UI element within the constraints of thi…
|
D | UiScrollable.jd | 727 …<div class="jd-descrdiv">Searches for child UI element within the constraints of this UiCollection… 746 …<div class="jd-descrdiv">Searches for child UI element within the constraints of this UiCollection… 765 …<div class="jd-descrdiv">Searches for child UI element within the constraints of this UiCollection…
|
/frameworks/base/docs/html/training/wearables/ui/ |
D | layouts.jd | 25 with specific constraints. Do not port functionality and the UI from a handheld app and expect a 139 you create layouts for handheld apps, but taking into account the constraints of wearable devices.
|
/frameworks/base/docs/html/tools/help/ |
D | monkey.jd | 25 <li>Operational constraints, such as restricting the test to a single package.</li> 180 For best results, combine with -v, one or more package constraints, and a non-zero throttle to keep…
|
D | adt.jd | 485 If other widgets have layout constraints pointing to your widget, wrapping the widget causes 486 these constraints to point to the parent instead.</dd>
|
/frameworks/base/docs/html/design/building-blocks/ |
D | progress.jd | 97 <p>If you find that the standard indicators aren't meeting your needs (due to space constraints, st…
|
/frameworks/compile/libbcc/ |
D | README.rst | 17 design constraints.
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | how-android-draws.jd | 56 measured height values must respect the constraints imposed by the
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | recreating.jd | 40 the activity due to system constraints (rather than normal app behavior), then although the actual
|
/frameworks/base/docs/html/design/patterns/ |
D | widgets.jd | 90 …ows users to adjust the height and/or the width of a widget within the constraints of the home pan…
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | widget_design.jd | 117 <code>minHeight</code> constraints.</strong> As we discuss in <a href="#design">Designing Widget
|
/frameworks/base/docs/html/guide/topics/appwidgets/ |
D | host.jd | 281 cells that satisfy the {@code minWidth} and {@code minHeight} constraints.</li>
|
/frameworks/base/docs/html/training/articles/ |
D | memory.jd | 182 <p>You should consider RAM constraints throughout all phases of development, including during app 213 running. Not only will it increase the risk of your app performing poorly due to RAM constraints,
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 1074 SLuint32 constraints
|