Searched refs:mSet (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/media/java/android/media/
H A DSyncParams.java163 private int mSet = 0; field in class:SyncParams
179 mSet |= SET_SYNC_SOURCE | SET_AUDIO_ADJUST_MODE | SET_TOLERANCE;
190 mSet |= SET_AUDIO_ADJUST_MODE;
200 if ((mSet & SET_AUDIO_ADJUST_MODE) == 0) {
213 mSet |= SET_SYNC_SOURCE;
223 if ((mSet & SET_SYNC_SOURCE) == 0) {
242 mSet |= SET_TOLERANCE;
254 if ((mSet & SET_TOLERANCE) == 0) {
269 mSet |= SET_FRAME_RATE;
282 if ((mSet
[all...]
H A DPlaybackParams.java92 private int mSet = 0; field in class:PlaybackParams
104 mSet = in.readInt();
122 mSet |= SET_AUDIO_FALLBACK_MODE | SET_AUDIO_STRETCH_MODE | SET_PITCH | SET_SPEED;
133 mSet |= SET_AUDIO_FALLBACK_MODE;
143 if ((mSet & SET_AUDIO_FALLBACK_MODE) == 0) {
158 mSet |= SET_AUDIO_STRETCH_MODE;
170 if ((mSet & SET_AUDIO_STRETCH_MODE) == 0) {
187 mSet |= SET_PITCH;
197 if ((mSet & SET_PITCH) == 0) {
210 mSet |
[all...]
/frameworks/rs/
H A DrsSignal.h38 bool mSet; member in class:android::renderscript::Signal
H A DrsSignal.cpp24 mSet = true;
56 mSet = true;
76 if (!mSet) {
81 mSet = false;
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DBucketTest.java43 Set<Integer> mSet; field in class:BucketTest
61 mSet = new HashSet<>();
64 if (!mSet.add(mArr.get(i))) {
79 assertEquals(mBucket.get(i), mSet.contains(i));
108 assertEquals(mSet.contains(j + 1), mBucket.get(j));
130 assertEquals(mSet.contains(j - 1), mBucket.get(j));
/frameworks/base/tests/JankBench/app/src/main/jni/
H A DWorkerPool.cpp31 mSet = true;
65 mSet = true;
88 if (!mSet) {
102 mSet = false;
H A DWorkerPool.h56 bool mSet; member in class:WorkerPool::Signal
/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.h90 explicit PropertyAnimatorSetListener(PropertyValuesAnimatorSet* set) : mSet(set) {}
94 PropertyValuesAnimatorSet* mSet; member in class:android::uirenderer::PropertyAnimatorSetListener
H A DPropertyValuesAnimatorSet.cpp183 mSet->onFinished(animator);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java1084 // mSet is only initialized in init(). So we need to check whether it is null before any
1086 private AnimatorSet mSet = null; field in class:AnimatedVectorDrawable.VectorDrawableAnimatorUI
1088 // Caching the listener in the case when listener operation is called before the mSet is
1099 if (mSet != null) {
1106 mSet = set.clone();
1107 mIsInfinite = mSet.getTotalDuration() == Animator.DURATION_INFINITE;
1112 mSet.addListener(mListenerArray.get(i));
1123 if (mSet == null || mSet.isStarted()) {
1126 mSet
[all...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DGridLayoutManager.java55 View[] mSet; field in class:GridLayoutManager
364 if (mSet == null || mSet.length != mSpanCount) {
365 mSet = new View[mSpanCount];
562 mSet[count] = view;
577 View view = mSet[i];
611 View view = mSet[i];
623 final View view = mSet[i];
670 View view = mSet[i];
699 Arrays.fill(mSet, nul
[all...]
/frameworks/base/tools/aapt/
H A DResource.cpp86 : mResType(resType), mSet(set), mSetPos(0), mGroupPos(0)
115 } else if (mSetPos < mSet->size()) {
116 mGroup = group = mSet->valueAt(mSetPos++);
165 const sp<ResourceTypeSet> mSet; member in class:ResourceDirIterator

Completed in 156 milliseconds