OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fraction
(Results
76 - 100
of
2010
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/animation/res/animator/
value_animator_pvh_kf2.xml
19
<keyframe android:
fraction
="0" android:value="0"></keyframe>
20
<keyframe android:
fraction
="1" android:value="1"/>
/device/google/marlin/overlay/packages/apps/Settings/res/values/
dimens.xml
19
<item name="fingerprint_sensor_location_fraction_x" type="
fraction
">50.35%</item>
20
<item name="fingerprint_sensor_location_fraction_y" type="
fraction
">30.5%</item>
/device/huawei/angler/overlay/packages/apps/Settings/res/values/
dimens.xml
19
<item name="fingerprint_sensor_location_fraction_x" type="
fraction
">50.35%</item>
20
<item name="fingerprint_sensor_location_fraction_y" type="
fraction
">30.5%</item>
/device/lge/bullhead/overlay/packages/apps/Settings/res/values/
dimens.xml
19
<item name="fingerprint_sensor_location_fraction_x" type="
fraction
">50.35%</item>
20
<item name="fingerprint_sensor_location_fraction_y" type="
fraction
">29.5%</item>
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
and_constructor.h
26
range.
fraction
= (long)((float)(x-(long)x)*PRECISION); \
30
x += ((float)range.
fraction
/PRECISION); \
/packages/apps/DeskClock/src/com/android/deskclock/
AnimatorUtils.java
95
public static void setAnimatedFraction(ValueAnimator animator, float
fraction
) {
97
animator.setCurrentFraction(
fraction
);
102
// try to set the animated
fraction
directly so that it isn't affected by the
111
sAnimateValue.invoke(animator,
fraction
);
122
animator.setCurrentPlayTime(Math.round(
fraction
* animator.getDuration()));
127
final float
fraction
= animator.getAnimatedFraction();
local
128
if (
fraction
> 0.0f) {
130
setAnimatedFraction(animator, 1.0f -
fraction
);
/packages/apps/Launcher3/res/values-land/
dimens.xml
19
<item name="container_margin" format="
fraction
" type="
fraction
">12%</item>
/development/samples/ApiDemos/res/anim/
object_animator_pvh_kf_interpolated.xml
23
<keyframe android:
fraction
="0" android:value="800" />
24
<keyframe android:
fraction
=".2"
27
<keyframe android:
fraction
="1"
33
<keyframe android:
fraction
=".2"
value_animator_pvh_kf.xml
23
<keyframe android:
fraction
="0" android:value="1"/>
24
<keyframe android:
fraction
=".2" android:value=".4"/>
25
<keyframe android:
fraction
="1" android:value="0"/>
/frameworks/base/packages/SystemUI/res/values-sw600dp-land/
dimens.xml
19
<
fraction
name="keyguard_clock_y_fraction_max">37%</
fraction
>
20
<
fraction
name="keyguard_clock_y_fraction_min">20%</
fraction
>
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1-expected-completion55.txt
2
android:fromXDelta : [float,
fraction
]
3
android:toXDelta : [float,
fraction
]
4
android:fromYDelta : [float,
fraction
]
5
android:toYDelta : [float,
fraction
]
/packages/inputmethods/LatinIME/java/res/xml/
kbd_armenian_phonetic.xml
24
latin:verticalGap="@
fraction
/config_key_vertical_gap_5row"
25
latin:keyLetterSize="@
fraction
/config_key_letter_ratio_5row"
26
latin:keyShiftedLetterHintRatio="@
fraction
/config_key_shifted_letter_hint_ratio_5row"
kbd_emoji_recents.xml
23
latin:keyWidth="@
fraction
/config_emoji_keyboard_key_width"
24
latin:keyLetterSize="@
fraction
/config_emoji_keyboard_key_letter_size"
26
latin:rowHeight="@
fraction
/config_emoji_keyboard_row_height"
kbd_khmer.xml
24
latin:verticalGap="@
fraction
/config_key_vertical_gap_5row"
25
latin:keyLetterSize="@
fraction
/config_key_letter_ratio_5row"
26
latin:keyShiftedLetterHintRatio="@
fraction
/config_key_shifted_letter_hint_ratio_5row"
kbd_lao.xml
24
latin:verticalGap="@
fraction
/config_key_vertical_gap_5row"
25
latin:keyLetterSize="@
fraction
/config_key_letter_ratio_5row"
26
latin:keyShiftedLetterHintRatio="@
fraction
/config_key_shifted_letter_hint_ratio_5row"
kbd_pcqwerty.xml
24
latin:verticalGap="@
fraction
/config_key_vertical_gap_5row"
25
latin:keyLetterSize="@
fraction
/config_key_letter_ratio_5row"
26
latin:keyShiftedLetterHintRatio="@
fraction
/config_key_shifted_letter_hint_ratio_5row"
kbd_thai.xml
24
latin:verticalGap="@
fraction
/config_key_vertical_gap_5row"
25
latin:keyLetterSize="@
fraction
/config_key_letter_ratio_5row"
26
latin:keyShiftedLetterHintRatio="@
fraction
/config_key_shifted_letter_hint_ratio_5row"
/developers/build/prebuilts/gradle/Flashlight/Wearable/src/main/java/com/example/android/wearable/flashlight/
PartyLightView.java
102
private int getColor(float
fraction
, int colorStart, int colorEnd) {
115
return (startA + (int)(
fraction
* (endA - startA))) << 24 |
116
(startR + (int)(
fraction
* (endR - startR))) << 16 |
117
(startG + (int)(
fraction
* (endG - startG))) << 8 |
118
((startB + (int)(
fraction
* (endB - startB))));
/developers/samples/android/wearable/wear/Flashlight/Wearable/src/main/java/com/example/android/wearable/flashlight/
PartyLightView.java
102
private int getColor(float
fraction
, int colorStart, int colorEnd) {
115
return (startA + (int)(
fraction
* (endA - startA))) << 24 |
116
(startR + (int)(
fraction
* (endR - startR))) << 16 |
117
(startG + (int)(
fraction
* (endG - startG))) << 8 |
118
((startB + (int)(
fraction
* (endB - startB))));
/development/samples/browseable/Flashlight/src/com.example.android.wearable.flashlight/
PartyLightView.java
102
private int getColor(float
fraction
, int colorStart, int colorEnd) {
115
return (startA + (int)(
fraction
* (endA - startA))) << 24 |
116
(startR + (int)(
fraction
* (endR - startR))) << 16 |
117
(startG + (int)(
fraction
* (endG - startG))) << 8 |
118
((startB + (int)(
fraction
* (endB - startB))));
/frameworks/base/core/java/android/animation/
FloatArrayEvaluator.java
52
* Interpolates the value at each index by the
fraction
. If
57
* @param
fraction
The
fraction
from the starting to the ending values
64
public float[] evaluate(float
fraction
, float[] startValue, float[] endValue) {
73
array[i] = start + (
fraction
* (end - start));
IntArrayEvaluator.java
52
* Interpolates the value at each index by the
fraction
. If {@link #IntArrayEvaluator(int[])}
56
* @param
fraction
The
fraction
from the starting to the ending values
63
public int[] evaluate(float
fraction
, int[] startValue, int[] endValue) {
71
array[i] = (int) (start + (
fraction
* (end - start)));
PointFEvaluator.java
56
* end PointF values, with <code>
fraction
</code> representing the proportion
65
* @param
fraction
The
fraction
from the starting to the ending values
69
* <code>
fraction
</code> parameter.
72
public PointF evaluate(float
fraction
, PointF startValue, PointF endValue) {
73
float x = startValue.x + (
fraction
* (endValue.x - startValue.x));
74
float y = startValue.y + (
fraction
* (endValue.y - startValue.y));
/frameworks/base/packages/SystemUI/res/values-sw720dp/
dimens.xml
32
<!-- The
fraction
of the screen height where the clock on the Keyguard has its center. The
35
<
fraction
name="keyguard_clock_y_fraction_max">35%</
fraction
>
36
<
fraction
name="keyguard_clock_y_fraction_min">25%</
fraction
>
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
log2.c
52
* 5-
fraction
= table[i]<<16 - (table[i] - table[i+1]) * a * 2
60
Word16 *
fraction
/* (o) : Fractional part of Log2. (range: 0<=val<1) */
68
*
fraction
= 0;
75
a = (Word16)(L_x); /* Extract b10-b24 of
fraction
*/
81
*
fraction
= extract_h (L_y);
101
Word16 *
fraction
/* (o) : Fractional part of Log2. (range: 0<=val<1) */
107
Log2_norm ((L_x << exp), exp, exponent,
fraction
);
Completed in 471 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>