Home
last modified time | relevance | path

Searched refs:constraints (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/wilhelm/src/itf/
DIPlaybackRate.c72 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/
DRecyclerViewAnimationsTest.java824 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/
Dindex.jd15 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>
Dlicensing-reference.jd158 <td><em>Allow access according to {@code Policy} constraints.</em></td>
166 <td><em>Optionally allow access according to {@code Policy} constraints.</em>
Doverview.jd141 response and apply other constraints, if needed. The implementation also lets
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.h75 SLpermille rate, SLuint32 constraints);
DAudioPlayer_to_android.cpp1796 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/
Dandroid_drm_DrmManagerClient.cpp261 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/
DARM_DELIVERY.TXT36 By accepting a Beta release, the recipient agrees to these constraints and
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
DARM_DELIVERY.TXT36 By accepting a Beta release, the recipient agrees to these constraints and
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
DARM_DELIVERY.TXT36 By accepting a Beta release, the recipient agrees to these constraints and
/frameworks/base/docs/html/tools/help/uiautomator/
DUiCollection.jd84 …<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…
DUiScrollable.jd727 …<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/
Dlayouts.jd25 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/
Dmonkey.jd25 <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…
Dadt.jd485 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/
Dprogress.jd97 <p>If you find that the standard indicators aren't meeting your needs (due to space constraints, st…
/frameworks/compile/libbcc/
DREADME.rst17 design constraints.
/frameworks/base/docs/html/guide/topics/ui/
Dhow-android-draws.jd56 measured height values must respect the constraints imposed by the
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Drecreating.jd40 the activity due to system constraints (rather than normal app behavior), then although the actual
/frameworks/base/docs/html/design/patterns/
Dwidgets.jd90 …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/
Dwidget_design.jd117 <code>minHeight</code> constraints.</strong> As we discuss in <a href="#design">Designing Widget
/frameworks/base/docs/html/guide/topics/appwidgets/
Dhost.jd281 cells that satisfy the {@code minWidth} and {@code minHeight} constraints.</li>
/frameworks/base/docs/html/training/articles/
Dmemory.jd182 <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/
DOpenSLES.h1074 SLuint32 constraints

12