Searched refs:FloatType (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | RippleAnimationSession.java | 280 private final FloatType mProgress; 281 private FloatType mMaxRadius; 286 private FloatType mX; 287 private FloatType mY; 289 AnimationProperties(FloatType x, FloatType y, FloatType maxRadius, FloatType noisePhase, in AnimationProperties() 301 FloatType getProgress() { in getProgress() 309 void setOrigin(FloatType x, FloatType y) { in setOrigin() 314 FloatType getX() { in getX() 318 FloatType getY() { in getY() 322 FloatType getMaxRadius() { in getMaxRadius() [all …]
|
/aosp12/art/runtime/verifier/ |
H A D | reg_type-inl.h | 177 inline const FloatType* FloatType::GetInstance() { in GetInstance()
|
H A D | reg_type.cc | 49 const FloatType* FloatType::instance_ = nullptr; 114 std::string FloatType::Dump() const { in Dump() 198 const FloatType* FloatType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() 202 instance_ = new FloatType(klass, descriptor, cache_id); in CreateInstance() 206 void FloatType::Destroy() { in Destroy()
|
H A D | reg_type_cache-inl.h | 65 inline const FloatType& RegTypeCache::Float() { in Float() 66 return *FloatType::GetInstance(); in Float()
|
H A D | reg_type_cache.cc | 75 entries_.push_back(FloatType::GetInstance()); in FillPrimitiveAndSmallConstantTypes() 135 return *FloatType::GetInstance(); in RegTypeFromPrimitiveType() 323 FloatType::Destroy(); in ShutDown() 383 create_primitive_type_instance(TypeHelper<FloatType>("F")); in CreatePrimitiveAndSmallConstantTypes() 710 FloatType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
|
H A D | reg_type_cache.h | 49 class FloatType; variable 130 const FloatType& Float() REQUIRES_SHARED(Locks::mutator_lock_);
|
H A D | reg_type.h | 569 class FloatType final : public Cat1Type { 573 static const FloatType* CreateInstance(ObjPtr<mirror::Class> klass, 577 static const FloatType* GetInstance() PURE; 585 FloatType(ObjPtr<mirror::Class> klass, in FloatType() function 591 static const FloatType* instance_;
|