Searched refs:InsetValue (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | InsetDrawable.java | 104 mState.mInsetLeft = new InsetValue(0f, insetLeft); in InsetDrawable() 105 mState.mInsetTop = new InsetValue(0f, insetTop); in InsetDrawable() 106 mState.mInsetRight = new InsetValue(0f, insetRight); in InsetDrawable() 107 mState.mInsetBottom = new InsetValue(0f, insetBottom); in InsetDrawable() 125 mState.mInsetLeft = new InsetValue(insetLeftFraction, 0); in InsetDrawable() 126 mState.mInsetTop = new InsetValue(insetTopFraction, 0); in InsetDrawable() 127 mState.mInsetRight = new InsetValue(insetRightFraction, 0); in InsetDrawable() 128 mState.mInsetBottom = new InsetValue(insetBottomFraction, 0); in InsetDrawable() 193 final InsetValue inset = getInset(a, R.styleable.InsetDrawable_inset, new InsetValue()); in updateStateFromTypedArray() 205 private InsetValue getInset(@NonNull TypedArray a, int index, InsetValue defaultValue) { in getInset() [all …]
|
/frameworks/base/config/ |
D | preloaded-classes | 1314 android.graphics.drawable.InsetDrawable$InsetValue
|
D | hiddenapi-greylist-max-o.txt | 19951 …awable/InsetDrawable$InsetState;->mInsetBottom:Landroid/graphics/drawable/InsetDrawable$InsetValue; 19952 …drawable/InsetDrawable$InsetState;->mInsetLeft:Landroid/graphics/drawable/InsetDrawable$InsetValue; 19953 …rawable/InsetDrawable$InsetState;->mInsetRight:Landroid/graphics/drawable/InsetDrawable$InsetValue; 19954 …/drawable/InsetDrawable$InsetState;->mInsetTop:Landroid/graphics/drawable/InsetDrawable$InsetValue; 19957 Landroid/graphics/drawable/InsetDrawable$InsetValue;-><init>()V 19958 Landroid/graphics/drawable/InsetDrawable$InsetValue;-><init>(FI)V 19959 Landroid/graphics/drawable/InsetDrawable$InsetValue;->getDimension(I)I 19960 Landroid/graphics/drawable/InsetDrawable$InsetValue;->mDimension:I 19961 Landroid/graphics/drawable/InsetDrawable$InsetValue;->mFraction:F 19962 Landroid/graphics/drawable/InsetDrawable$InsetValue;->scaleFromDensity(II)V [all …]
|
D | boot-image-profile.txt | 6535 …ay;ILandroid/graphics/drawable/InsetDrawable$InsetValue;)Landroid/graphics/drawable/InsetDrawable$… 33478 Landroid/graphics/drawable/InsetDrawable$InsetValue;
|