OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fraction
(Results
501 - 525
of
1230
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/base/core/java/android/animation/
PropertyValuesHolder.java
657
* @param
fraction
The elapsed, interpolated
fraction
of the animation.
659
void calculateValue(float
fraction
) {
660
mAnimatedValue = mKeyframeSet.getValue(
fraction
);
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java
54
public static float ALPHA_FADE_START = 0f; //
fraction
of thumbnail width
56
static final float ALPHA_FADE_END = 0.5f; //
fraction
of thumbnail width
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttributeInfo.java
32
import static com.android.ide.common.api.IAttributeInfo.Format.
FRACTION
;
348
if (mFormats.contains(
FRACTION
)) {
/frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs
582
static float
fraction
= 0.0f;
590
fraction
= max(s,
fraction
);
598
fraction
= min(s,
fraction
);
601
fraction
= 0.0f;
604
*scale = one +
fraction
* SELECTED_SCALE_FACTOR;
[
all
...]
/bootable/recovery/
verifier_test.cpp
113
void SetProgress(float
fraction
) { }
/cts/tests/res/values/
attrs.xml
44
<attr name="type10" format="
fraction
"/>
/device/generic/goldfish/camera/
EmulatedFakeCamera3.h
261
// Rate of converging AE to new target value, as
fraction
of difference between
/device/generic/goldfish/camera/fake-pipeline2/
Scene.h
135
// as a
fraction
of a scene tile, and relative magnitudes for the frequencies
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DerUTCTimeEDTest.java
59
assertEquals("no
fraction
", "041202093934Z", rep);
/external/bison/lib/
frexp.c
1
/* Split a double into
fraction
and mantissa.
printf-frexp.c
1
/* Split a double into
fraction
and mantissa, for hexadecimal printf.
/external/chromium/chrome/browser/ui/cocoa/location_bar/
bubble_decoration.mm
119
fraction
:1.0
keyword_hint_decoration.mm
143
fraction
:1.0
/external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc
26
// What
fraction
of the frame height to move downward from the frame center.
/external/chromium/chrome/browser/ui/views/download/
download_started_animation_win.cc
24
// What
fraction
of the frame height to move downward from the frame center.
/external/chromium/chrome/common/
thumbnail_score.cc
98
// is better." Then we can decrease the score by dividing by a
fraction
.
/external/chromium_org/base/memory/
discardable_memory_android.cc
217
// might want to make it a
fraction
of kMinAshmemRegionSize and also
/external/chromium_org/chrome/browser/password_manager/
password_manager.h
128
// of users so we want to include a larger
fraction
of these users than the
/external/chromium_org/chrome/browser/prefs/
chrome_pref_service_factory.cc
86
// We'd like to see what
fraction
of our users have the preferences
/external/chromium_org/chrome/browser/resources/
about_memory_linux.html
62
Accounts for each page of memory as a
fraction
based on the number of
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_textfield.mm
228
fraction
:1.0
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_drag_drop_cocoa.mm
121
fraction
:0.7];
/external/chromium_org/chrome/browser/ui/cocoa/download/
download_show_all_cell.mm
167
fraction
:[self isEnabled] ? 1.0 : 0.5
/external/chromium_org/chrome/browser/ui/cocoa/
fullscreen_mode_controller.mm
162
// When hiding the tabstrip, invert the
fraction
.
image_button_cell.mm
97
fraction
:alpha
Completed in 409 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>