Searched refs:getFloat (Results 101 - 125 of 154) sorted by last modified time

1234567

/frameworks/base/core/java/android/transition/
H A DArcMotion.java66 float minimumVerticalAngle = a.getFloat(R.styleable.ArcMotion_minimumVerticalAngle,
69 float minimumHorizontalAngle = a.getFloat(R.styleable.ArcMotion_minimumHorizontalAngle,
72 float maximumAngle = a.getFloat(R.styleable.ArcMotion_maximumAngle,
/frameworks/base/core/java/android/util/
H A DEventLog.java165 return mBuffer.getFloat();
H A DKeyValueListParser.java107 public float getFloat(String key, float def) { method in class:KeyValueListParser
H A DTypedValue.java223 public final float getFloat() { method in class:TypedValue
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java352 (int) (255 * a.getFloat(R.styleable.Lighting_ambientShadowAlpha, 0) + 0.5f);
353 mSpotShadowAlpha = (int) (255 * a.getFloat(R.styleable.Lighting_spotShadowAlpha, 0) + 0.5f);
H A DView.java4780 setAlpha(a.getFloat(attr, 1f));
4805 rotation = a.getFloat(attr, 0);
4809 rotationX = a.getFloat(attr, 0);
4813 rotationY = a.getFloat(attr, 0);
4817 sx = a.getFloat(attr, 1f);
4821 sy = a.getFloat(attr, 1f);
/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java111 return Secure.getFloat(
/frameworks/base/core/java/android/view/animation/
H A DAccelerateInterpolator.java71 mFactor = a.getFloat(R.styleable.AccelerateInterpolator_factor, 1.0f);
H A DAlphaAnimation.java45 mFromAlpha = a.getFloat(com.android.internal.R.styleable.AlphaAnimation_fromAlpha, 1.0f);
46 mToAlpha = a.getFloat(com.android.internal.R.styleable.AlphaAnimation_toAlpha, 1.0f);
H A DAnimation.java1124 d.value = value.getFloat();
H A DAnticipateInterpolator.java63 mTension = a.getFloat(R.styleable.AnticipateInterpolator_tension, 2.0f);
H A DAnticipateOvershootInterpolator.java80 mTension = a.getFloat(AnticipateOvershootInterpolator_tension, 2.0f) *
81 a.getFloat(AnticipateOvershootInterpolator_extraTension, 1.5f);
H A DCycleInterpolator.java54 mCycles = a.getFloat(R.styleable.CycleInterpolator_cycles, 1.0f);
H A DDecelerateInterpolator.java64 mFactor = a.getFloat(R.styleable.DecelerateInterpolator_factor, 1.0f);
H A DOvershootInterpolator.java64 mTension = a.getFloat(R.styleable.OvershootInterpolator_tension, 2.0f);
H A DPathInterpolator.java126 float x1 = a.getFloat(R.styleable.PathInterpolator_controlX1, 0);
127 float y1 = a.getFloat(R.styleable.PathInterpolator_controlY1, 0);
140 float x2 = a.getFloat(R.styleable.PathInterpolator_controlX2, 0);
141 float y2 = a.getFloat(R.styleable.PathInterpolator_controlY2, 0);
H A DRotateAnimation.java54 mFromDegrees = a.getFloat(
56 mToDegrees = a.getFloat(com.android.internal.R.styleable.RotateAnimation_toDegrees, 0.0f);
H A DScaleAnimation.java76 mFromX = tv.getFloat();
88 mToX = tv.getFloat();
101 mFromY = tv.getFloat();
113 mToY = tv.getFloat();
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java143 mDisabledAlpha = ta.getFloat(R.styleable.Theme_disabledAlpha, 0.5f);
969 float value = arguments.getFloat(
H A DDatePickerCalendarDelegate.java212 final float disabledAlpha = ta.getFloat(0, 0.30f);
H A DGallery.java224 float unselectedAlpha = a.getFloat(
H A DGridLayout.java2161 float colWeight = a.getFloat(COLUMN_WEIGHT, Spec.DEFAULT_WEIGHT);
2166 float rowWeight = a.getFloat(ROW_WEIGHT, Spec.DEFAULT_WEIGHT);
H A DLinearLayout.java254 mWeightSum = a.getFloat(R.styleable.LinearLayout_weightSum, -1.0f);
1980 weight = a.getFloat(com.android.internal.R.styleable.LinearLayout_Layout_layout_weight, 0);
H A DRadialTimePickerView.java336 mDisabledAlpha = outValue.getFloat();
H A DRatingBar.java95 final float rating = a.getFloat(R.styleable.RatingBar_rating, -1);
96 final float stepSize = a.getFloat(R.styleable.RatingBar_stepSize, -1);

Completed in 253 milliseconds

1234567