Searched refs:mType (Results 251 - 273 of 273) sorted by relevance

<<11

/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2532 private int mType; field in class:EditStyledText.EditStyledTextSpans.MarqueeSpan
2536 mType = type;
2546 return mType;
2550 mMarqueeColor = getMarqueeColor(mType, bgc);
/frameworks/rs/cpp/
H A DrsCppStructs.h575 sp<const Type> mType; member in class:android::RSC::Allocation
622 return mType;
975 return mType;
1447 RsDataType mType; member in class:android::RSC::Element
/frameworks/rs/
H A DrsApiStubs.h48 extern "C" RsElement rsElementCreate (RsContext rsc, RsDataType mType, RsDataKind mKind, bool mNormalized, uint32_t mVectorSize);
H A DrsApiStubs.cpp284 extern "C" RsElement rsElementCreate (RsContext ctxWrapper, RsDataType mType, RsDataKind mKind, argument
287 return RS_DISPATCH(ctxWrapper, ElementCreate, mType, mKind, mNormalized, mVectorSize);
/frameworks/av/media/libmediaplayer2/
H A Dmediaplayer2.cpp496 ALOGV("setDataSource type(%d), srcId(%lld)", dsd->mType, (long long)dsd->mId);
546 ALOGV("prepareNextDataSource type(%d), srcId(%lld)", dsd->mType, (long long)dsd->mId);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DHalDeviceManagerTest.java2787 private int mType; field in class:HalDeviceManagerTest.RemoveXxxIfaceAnswer
2791 mType = type;
2809 return removeIface(mType, ifname);
2826 private int mType; field in class:HalDeviceManagerTest.GetTypeAnswer
2829 mType = type;
2833 cb.onValues(mStatusOk, mType);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1675 protected final int mType; field in class:BatteryStatsImpl.Timer
1726 mType = type;
1739 if (DEBUG) Log.i(TAG, "**** READ TIMER #" + mType + ": mTotalTime=" + mTotalTime);
1744 mType = type;
1771 if (DEBUG) Log.i(TAG, "**** WRITING TIMER #" + mType + ": mTotalTime="
1784 if (DEBUG && mType < 0) {
1785 Log.v(TAG, "unplug #" + mType + ": realtime=" + baseRealtime
1791 if (DEBUG && mType < 0) {
1792 Log.v(TAG, "unplug #" + mType
1800 if (DEBUG && mType <
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java1079 int type = pointer.mType;
3896 public int mType; field in class:GLLogWrapper.PointerInfo
3899 * sizeof(mType)
3910 mType = type;
3933 return mStride > 0 ? mStride : sizeof(mType) * mSize;
/frameworks/rs/rsov/driver/
H A DrsovAllocation.cpp222 mType(type),
/frameworks/rs/script_api/
H A DSpecification.cpp387 spec->mType = scanner->getValue();
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DBaseRecyclerViewInstrumentationTest.java773 int mType = 0; field in class:BaseRecyclerViewInstrumentationTest.Item
856 return getItemAt(position).mType;
H A DRecyclerViewAnimationsTest.java473 target.mBoundItem.mType += 2;
H A DRecyclerViewLayoutTest.java2458 testAdapter.mItems.get(2).mType += 2;
/frameworks/av/services/audioflinger/
H A DEffects.cpp2326 desc->mType = *type;
2405 types.add(&mSuspendedEffects.valueAt(i)->mType);
H A DAudioFlinger.cpp3318 if (t->mType == ThreadBase::OFFLOAD) {
/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp1187 switch (mType) {
/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
H A DVectorDrawableCompat.java1531 result += nodes[i].mType + ":";
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java4594 public final int mType; field in class:AudioService.WiredDeviceConnectionState
4602 mType = type;
5622 onSetWiredDeviceConnectionState(connectState.mType, connectState.mState,
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2.cpp280 switch (dsd->mType) {
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp1566 if (mPlaylist->getTypeURI(item.mPlaylistIndex, mStreams[i].mType, &URIs[i])) {
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1403 info.mType = String8(getTypeId());
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 983 milliseconds

<<11