Searched defs:setType (Results 1 - 25 of 46) sorted by relevance

12

/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.cpp22 void Daltonizer::setType(ColorBlindnessType type) { function in class:android::Daltonizer
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphOutputTarget.java21 public void setType(FrameType type) { method in class:GraphOutputTarget
/frameworks/base/core/java/android/net/
H A DWifiLinkQualityInfo.java86 public void setType(int type) { method in class:WifiLinkQualityInfo
/frameworks/native/opengl/tools/glgen/src/
H A DCFunc.java49 public void setType(CType ftype) { method in class:CFunc
138 cfunc.setType(ftype);
H A DJFunc.java52 public void setType(JType ftype) { method in class:JFunc
125 jfunc.setType(JType.convert(cfunc.getType(), false));
/frameworks/base/core/java/android/view/
H A DSurfaceHolder.java179 public void setType(int type); method in interface:SurfaceHolder
H A DActionMode.java39 * Use with {@link #setType}.
44 * Use with {@link #setType}.
185 public void setType(int type) { method in class:ActionMode
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DHumanInteractionClassifier.java116 public void setType(int type) { method in class:HumanInteractionClassifier
201 setType(Classifier.GENERIC);
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h54 void setType(FileType v) { m_Value = v; } function in class:mcld::sys::fs::FileStatus
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h47 void setType(unsigned int pType) { m_Type = pType; } function in class:mcld::ELFAttributeValue
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp126 void Relocation::setType(Type pType) { function in class:mcld::Relocation
/frameworks/opt/net/lowpan/libandroid_net_lowpan/
H A DLowpanBeaconInfo.cpp57 LowpanBeaconInfo::Builder& LowpanBeaconInfo::Builder::setType(const std::string& value) { function in class:android::net::lowpan::LowpanBeaconInfo::Builder
58 mIdentityBuilder.setType(value);
62 LowpanBeaconInfo::Builder& LowpanBeaconInfo::Builder::setType(const ::android::String16& value) { function in class:android::net::lowpan::LowpanBeaconInfo::Builder
63 mIdentityBuilder.setType(value);
H A DLowpanIdentity.cpp82 LowpanIdentity::Builder& LowpanIdentity::Builder::setType(const std::string& value) { function in class:android::net::lowpan::LowpanIdentity::Builder
87 LowpanIdentity::Builder& LowpanIdentity::Builder::setType(const ::android::String16& value) { function in class:android::net::lowpan::LowpanIdentity::Builder
88 return setType(String8(value).string());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUUSInfo.java89 public void setType(int uusType) { method in class:UUSInfo
/frameworks/support/wear/src/main/java/androidx/wear/widget/
H A DConfirmationOverlay.java63 * .setType(ConfirmationOverlay.OPEN_ON_PHONE_ANIMATION)
75 * .setType(ConfirmationOverlay.FAILURE_ANIMATION)
152 public ConfirmationOverlay setType(@OverlayType int type) { method in class:ConfirmationOverlay
/frameworks/base/core/java/android/metrics/
H A DLogMaker.java77 public LogMaker setType(int type) { method in class:LogMaker
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java137 public void setType(int type) { method in class:BaseSurfaceHolder
/frameworks/base/location/java/android/location/
H A DGnssNavigationMessage.java182 public void setType(@GnssNavigationMessageType int value) { method in class:GnssNavigationMessage
374 navigationMessage.setType(parcel.readInt());
H A DGpsNavigationMessage.java121 public void setType(byte value) { method in class:GpsNavigationMessage
252 navigationMessage.setType(parcel.readByte());
/frameworks/base/lowpan/java/android/net/lowpan/
H A DLowpanBeaconInfo.java75 public Builder setType(String x) { method in class:LowpanBeaconInfo.Builder
76 mIdentityBuilder.setType(x);
H A DLowpanIdentity.java70 setType(x.getType());
118 public Builder setType(@NonNull String x) { method in class:LowpanIdentity.Builder
243 builder.setType(in.readString());
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
H A DSensorLoggerSession.java56 public void setType(int type) { method in class:SensorLoggerSession
108 proto.setType(mType);
119 proto.setType(eventType);
126 proto.setType(ev.sensor.getType());
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h130 void setType(uint32_t type) { m_Type = type; } function in class:mcld::LDSection
/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h71 void setType(unsigned int pType) { m_Type = pType; } function in class:mcld::Input
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp91 void ResolveInfo::setType(uint32_t pType) { function in class:mcld::ResolveInfo

Completed in 392 milliseconds

12