Home
last modified time | relevance | path

Searched defs:t (Results 1 – 16 of 16) sorted by relevance

/core/core-ktx/src/androidTest/java/androidx/core/graphics/
DRectTest.kt35 val (l, t, r, b) = Rect(4, 8, 16, 24) in destructuringInt() constant
44 val (l, t, r, b) = RectF(4.0f, 8.0f, 16.0f, 24.0f) in destructuringFloat() constant
53 val (l, t, r, b) = Rect(0, 0, 4, 4) + Rect(-1, -1, 6, 6) in unionInt() constant
62 val (l, t, r, b) = Rect(0, 0, 4, 4) or Rect(-1, -1, 6, 6) in unionAsOrInt() constant
71 val (l, t, r, b) = RectF(0.0f, 0.0f, 4.0f, 4.0f) + RectF(-1.0f, -1.0f, 6.0f, 6.0f) in unionFloat() constant
80 val (l, t, r, b) = RectF(0.0f, 0.0f, 4.0f, 4.0f) or RectF(-1.0f, -1.0f, 6.0f, 6.0f) in unionAsOrFloat() constant
101 val (l, t, r, b) = Rect(0, 0, 4, 4) and Rect(2, 2, 6, 6) in intersectionAsAndInt() constant
110 val (l, t, r, b) = RectF(0.0f, 0.0f, 4.0f, 4.0f) and RectF(2.0f, 2.0f, 6.0f, 6.0f) in intersectionAsAndFloat() constant
133 val (l, t, r, b) = Rect(0, 0, 2, 2) + 2 in offsetInt() constant
142 val (l, t, r, b) = Rect(0, 0, 2, 2) + Point(1, 2) in offsetPoint() constant
[all …]
DMatrixTest.kt61 val t = translationMatrix(2.0f, 3.0f) in multiply() constant
/core/core-animation/src/main/java/androidx/core/animation/
DBounceInterpolator.java32 private static float bounce(float t) { in bounce()
45 float t = 1.1226f * input; in getInterpolation() local
DAnticipateOvershootInterpolator.java91 private static float a(float t, float s) { in a()
95 private static float o(float t, float s) { in o()
/core/core/src/main/java/androidx/core/graphics/
DTypefaceCompatBaseImpl.java59 int getWeight(T t); in getWeight()
61 boolean isItalic(T t); in isItalic()
/core/core/src/main/java/androidx/core/util/
DPredicate.java39 boolean test(T t); in test()
/core/core/src/main/java/androidx/core/view/animation/
DPathInterpolatorApi14.java65 public float getInterpolation(float t) { in getInterpolation()
/core/core/src/main/java/androidx/core/provider/
DRequestExecutor.java144 T t; in run() local
/core/core/src/main/java/androidx/core/text/util/
DLinkifyCompat.java161 CharSequence t = text.getText(); in addLinks() local
368 private static void addLinkMovementMethod(@NonNull TextView t) { in addLinkMovementMethod()
/core/core/src/main/java/androidx/core/content/res/
DCamColor.java260 float t = p1 * (float) Math.sqrt(a * a + b * b) / (u + 0.305f); in fromColorInViewingConditions() local
355 float t = (float) Math.pow(alpha / Math.pow(1.64 in viewed() local
/core/core/src/main/java/androidx/core/graphics/drawable/
DDrawableCompat.java454 static void applyTheme(Drawable drawable, Resources.Theme t) { in applyTheme()
/core/core/src/androidTest/java/androidx/core/graphics/
DTypefaceCompatTest.java556 final Typeface t = TypefaceCompat.create(mContext, family, weight, false); in doTypefaceCreate() local
/core/core-i18n/src/main/java/androidx/core/i18n/messageformat_icu/simple/
DPluralRules.java400 t, enumConstant
734 public static Operand getOperand(String t) { in getOperand()
1189 String t = tokens[x++]; in parseConstraint() local
/core/core-i18n/src/main/java/androidx/core/i18n/messageformat_icu/text/
DMessagePattern.java552 private Part(Type t, int i, int l, int v) { in Part()
/core/core/src/main/java/androidx/core/widget/
DNestedScrollView.java642 protected void onScrollChanged(int l, int t, int oldl, int oldt) { in onScrollChanged()
2285 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
/core/core/src/main/java/androidx/core/view/
DViewCompat.java585 @Nullable AttributeSet attrs, @NonNull TypedArray t, int defStyleAttr, in saveAttributeDataForStyleable()