Searched refs:mIndex (Results 51 - 75 of 89) sorted by relevance

1234

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioGain.h64 int mIndex; member in class:android::AudioGain
H A DVolumeCurve.h37 mIndex(index), mAttenuationInMb(attenuationInMb) {}
38 uint32_t mIndex; member in struct:android::CurvePoint
44 return lhs.mIndex < rhs.mIndex;
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DBasicPipeline.java55 scriptC_rasterize.set_index(state.mCubeScreen.mIndex);
/frameworks/rs/
H A DrsFileA3D.h94 Vector<A3DIndexEntry*> mIndex; member in class:android::renderscript::FileA3D
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragment.java59 final int mIndex; field in class:FragmentState
75 mIndex = frag.mIndex;
88 mIndex = in.readInt();
114 mInstance.setIndex(mIndex, parent);
140 dest.writeInt(mIndex);
210 int mIndex = -1; field in class:Fragment
492 mIndex = index;
494 mWho = parent.mWho + ":" + mIndex;
496 mWho = "android:fragment:" + mIndex;
[all...]
H A DBackStackRecord.java41 final int mIndex; field in class:BackStackState
66 mOps[pos++] = op.fragment != null ? op.fragment.mIndex : -1;
75 mOps[pos++] = op.removed.get(i).mIndex;
85 mIndex = bse.mIndex;
99 mIndex = in.readInt();
148 bse.mIndex = mIndex;
171 dest.writeInt(mIndex);
238 int mIndex field in class:BackStackRecord
[all...]
H A DFragmentManager.java678 if (fragment.mIndex < 0) {
682 bundle.putInt(key, fragment.mIndex);
710 if (fragment.mIndex < 0) {
1325 if (f.mIndex >= 0) {
1338 mActive.set(f.mIndex, f);
1344 if (f.mIndex < 0) {
1349 mActive.set(f.mIndex, null);
1353 mAvailIndices.add(f.mIndex);
1755 if (id >= 0 && id == bss.mIndex) {
1769 || (id >= 0 && id == bss.mIndex)) {
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioGain.cpp37 mIndex = index;
44 config->index = mIndex;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRow.java52 private int mIndex; field in class:PlaybackControlsRow.MultiAction
131 setIndex(mIndex < getActionCount() - 1 ? mIndex + 1 : 0);
138 mIndex = index;
140 setIcon(mDrawables[mIndex]);
143 setLabel1(mLabels[mIndex]);
146 setLabel2(mLabels2[mIndex]);
154 return mIndex;
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h65 size_t mIndex; member in struct:android::SimplePlayer::BufferInfo
H A DSimplePlayer.cpp441 &info.mIndex,
530 state->mCodec->releaseOutputBuffer(info->mIndex);
534 state->mBuffers[1].itemAt(info->mIndex);
545 info->mIndex);
/frameworks/base/core/java/android/app/
H A DFragment.java62 final int mIndex; field in class:FragmentState
78 mIndex = frag.mIndex;
91 mIndex = in.readInt();
117 mInstance.setIndex(mIndex, parent);
140 dest.writeInt(mIndex);
392 int mIndex = -1; field in class:Fragment
657 mIndex = index;
659 mWho = parent.mWho + ":" + mIndex;
661 mWho = "android:fragment:" + mIndex;
[all...]
H A DBackStackRecord.java47 final int mIndex; field in class:BackStackState
74 mOps[pos++] = op.fragment != null ? op.fragment.mIndex : -1;
83 mOps[pos++] = op.removed.get(i).mIndex;
93 mIndex = bse.mIndex;
107 mIndex = in.readInt();
160 bse.mIndex = mIndex;
181 dest.writeInt(mIndex);
245 int mIndex field in class:BackStackRecord
[all...]
H A DFragmentManager.java647 if (fragment.mIndex < 0) {
651 bundle.putInt(key, fragment.mIndex);
674 if (fragment.mIndex < 0) {
1201 if (f.mIndex >= 0) {
1214 mActive.set(f.mIndex, f);
1220 if (f.mIndex < 0) {
1225 mActive.set(f.mIndex, null);
1229 mAvailIndices.add(f.mIndex);
1650 if (id >= 0 && id == bss.mIndex) {
1664 || (id >= 0 && id == bss.mIndex)) {
[all...]
H A DVoiceInteractor.java401 final int mIndex; field in class:VoiceInteractor.PickOptionRequest.Option
414 mIndex = -1;
428 mIndex = index;
454 return mIndex;
485 mIndex = in.readInt();
498 dest.writeInt(mIndex);
566 writer.print(prefix); writer.print(" mIndex="); writer.println(op.mIndex);
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java287 private final int mIndex; field in class:PdfRenderer.Page
298 mIndex = index;
310 return mIndex;
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DManualActivity.java162 private final int mIndex; field in class:ManualActivity.DisplayModifierSpinner
166 mIndex = index;
172 DisplayModifier.setIndex(mIndex, position);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java80 private int mIndex; field in class:ImageShader.VertexAttribute
92 mIndex = index;
126 GLES20.glVertexAttrib1fv(mIndex, mValues);
129 GLES20.glVertexAttrib2fv(mIndex, mValues);
132 GLES20.glVertexAttrib3fv(mIndex, mValues);
135 GLES20.glVertexAttrib4fv(mIndex, mValues);
140 GLES20.glDisableVertexAttribArray(mIndex);
147 GLES20.glVertexAttribPointer(mIndex,
155 GLES20.glVertexAttribPointer(mIndex,
162 GLES20.glEnableVertexAttribArray(mIndex);
[all...]
/frameworks/native/include/input/
H A DVelocityTracker.h189 uint32_t mIndex; member in class:android::LeastSquaresVelocityTrackerStrategy
263 uint32_t mIndex; member in class:android::LegacyVelocityTrackerStrategy
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java352 if (mSpansToCheck.get(lp.mSpan.mIndex)) {
356 mSpansToCheck.clear(lp.mSpan.mIndex);
386 if (lp.mSpan.mIndex - nextLp.mSpan.mIndex < 0 != preferredSpanDir < 0) {
762 int newOffset = -(mSpanCount - 1 - lp.mSpan.mIndex) * mSizePerSpan;
763 int prevOffset = -(mSpanCount - 1 - lp.mSpan.mIndex) * before;
766 int newOffset = lp.mSpan.mIndex * mSizePerSpan;
767 int prevOffset = lp.mSpan.mIndex * before;
1578 Log.d(TAG, "assigned " + currentSpan.mIndex + " for " + position);
1648 - (mSpanCount - 1 - currentSpan.mIndex) * mSizePerSpa
2411 final int mIndex; field in class:StaggeredGridLayoutManager.Span
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaConnection.java55 int mIndex; // index in GsmCdmaCallTracker.connections[], -1 if unassigned field in class:GsmCdmaConnection
139 mIndex = index;
172 mIndex = -1;
212 mIndex = -1;
691 if (mIndex >= 0) {
692 return mIndex + 1;
725 mIndex = -1;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp238 mAudioTrack.mIndex = i;
251 mVideoTrack.mIndex = i;
659 track->mIndex = trackIndex;
1060 return track->mIndex;
1105 if (mSubtitleTrack.mSource != NULL && trackIndex == mSubtitleTrack.mIndex) {
1108 } else if (mTimedTextTrack.mSource != NULL && trackIndex == mTimedTextTrack.mIndex) {
1128 if (track->mSource != NULL && track->mIndex == trackIndex) {
1131 track->mIndex = trackIndex;
1176 if (track->mSource != NULL && track->mIndex == trackIndex) {
1321 meta->setInt32("trackIndex", mSubtitleTrack.mIndex);
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.cpp937 mIndex(0) { }
941 size_t mIndex;
948 mIndex = index;
1054 mVisibleRegions->editItemAt(mIndex) = reg;
1056 mVisibleRegions->itemAt(mIndex).getArray(
1071 mSurfaceDamageRegions->editItemAt(mIndex) = reg;
1073 mSurfaceDamageRegions->itemAt(mIndex).getArray(
1101 // Only the Region at mIndex corresponds to this Layer.
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1298 private int mIndex; field in class:SQLiteConnection.OperationLog
1303 final int index = (mIndex + 1) % MAX_RECENT_OPERATIONS;
1340 mIndex = index;
1412 final Operation operation = mOperations[mIndex];
1425 int index = mIndex;
/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp59 size_t mIndex; member in struct:android::ARTPConnection::StreamInfo
201 CHECK(msg->findSize("index", &info->mIndex));
631 srcId, info->mSessionDesc, info->mIndex, info->mNotifyMsg);

Completed in 652 milliseconds

1234