HomeSort by relevance Sort by last modified time
    Searched full:fraction (Results 101 - 125 of 2010) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/inputmethodservice/
CompactExtractEditLayout.java 67 private int applyFractionInt(@FractionRes int fraction, int whole) {
68 return Math.round(getResources().getFraction(fraction, whole, whole));
88 com.android.internal.R.fraction.input_extract_layout_height, screenHeightPx));
91 applyFractionInt(com.android.internal.R.fraction.input_extract_layout_padding_left,
94 applyFractionInt(com.android.internal.R.fraction.input_extract_layout_padding_right,
99 applyFractionInt(com.android.internal.R.fraction.input_extract_text_margin_bottom,
103 applyFractionInt(com.android.internal.R.fraction.input_extract_action_margin_bottom,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
ContinuedFraction.java 26 * provided the a and b coefficients to evaluate the continued fraction.
32 * Continued Fraction</a></li>
51 * Access the n-th a coefficient of the continued fraction. Since a can be
60 * Access the n-th b coefficient of the continued fraction. Since b can be
69 * Evaluates the continued fraction at the value x.
71 * @return the value of the continued fraction evaluated at x.
79 * Evaluates the continued fraction at the value x.
82 * @return the value of the continued fraction evaluated at x.
90 * Evaluates the continued fraction at the value x.
93 * @return the value of the continued fraction evaluated at x
    [all...]
  /packages/inputmethods/LatinIME/java/res/values/
themes-common.xml 27 <item name="horizontalGap">@fraction/config_key_horizontal_gap_holo</item>
28 <item name="verticalGap">@fraction/config_key_vertical_gap_holo</item>
30 <item name="keyboardTopPadding">@fraction/config_keyboard_top_padding_holo</item>
31 <item name="keyboardBottomPadding">@fraction/config_keyboard_bottom_padding_holo</item>
32 <item name="keyboardLeftPadding">@fraction/config_keyboard_left_padding</item>
33 <item name="keyboardRightPadding">@fraction/config_keyboard_right_padding</item>
47 <item name="keyPreviewTextRatio">@fraction/config_key_preview_text_ratio</item>
83 <item name="languageOnSpacebarTextRatio">@fraction/config_language_on_spacebar_text_ratio</item>
93 <item name="gestureDetectFastMoveSpeedThreshold">@fraction/config_gesture_detect_fast_move_speed_threshold</item>
97 <item name="gestureDynamicDistanceThresholdFrom">@fraction/config_gesture_dynamic_distance_threshold_from</item
    [all...]
  /frameworks/base/core/java/android/util/
PathParser.java 106 * <code>fraction</code>, and put the resulting path data into <code>outData</code>.
111 * @param fraction The fraction to interpolate.
114 float fraction) {
116 toData.mNativePathData, fraction);
127 long toDataPtr, float fraction);
  /cts/tests/tests/animation/src/android/animation/cts/
EvaluatorTest.java 39 float fraction = 0.5f; local
45 result = floatEvaluator.evaluate(fraction, start, end);
55 float fraction = 0.5f; local
62 result = evaluator.evaluate(fraction, start, end);
119 final float fraction = 0.5f; local
125 result = intEvaluator.evaluate(fraction, start, end);
135 float fraction = 0.5f; local
142 result = evaluator.evaluate(fraction, start, end);
155 final float fraction = 0.5f; local
163 result = evaluator.evaluate(fraction, start, end)
180 final float fraction = 0.5f; local
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
RayCastCallback.java 28 * this fixture and continue return 0: terminate the ray cast return fraction: clip the ray to this point return 1: don't clip
36 * @return -1 to filter, 0 to terminate, fraction to clip the ray for closest hit, 1 to continue **/
37 public float reportRayFixture (Fixture fixture, Vector2 point, Vector2 normal, float fraction);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
RayCastCallback.java 28 * this fixture and continue return 0: terminate the ray cast return fraction: clip the ray to this point return 1: don't clip
36 * @return -1 to filter, 0 to terminate, fraction to clip the ray for closest hit, 1 to continue **/
37 public float reportRayFixture (Fixture fixture, Vector2 point, Vector2 normal, float fraction);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btConvexCast.h 38 //virtual bool addRayResult(const btVector3& normal,btScalar fraction) = 0;
40 virtual void DebugDraw(btScalar fraction) {(void)fraction;}
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/callbacks/
RayCastCallback.java 45 * return fraction: clip the ray to this point
50 * @return -1 to filter, 0 to terminate, fraction to clip the ray for
52 * @param fraction
54 public float reportFixture(Fixture fixture, Vec2 point, Vec2 normal, float fraction);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiLayoutParams.java 43 mKeyVerticalGap = (int) res.getFraction(R.fraction.config_key_vertical_gap_holo,
45 mBottomPadding = (int) res.getFraction(R.fraction.config_keyboard_bottom_padding_holo,
47 mTopPadding = (int) res.getFraction(R.fraction.config_keyboard_top_padding_holo,
49 mKeyHorizontalGap = (int) (res.getFraction(R.fraction.config_key_horizontal_gap_holo,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion6.txt 12 @android:fraction/
  /cts/tests/tests/animation/res/animator/
object_animator_pvh_kf1.xml 20 <keyframe android:fraction="0" android:value="10"/>
21 <keyframe android:fraction="1" android:value="11"/>
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
package.html 20 Fraction number type and fraction number formatting.
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
log2.h 50 Word16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1)*/
57 Word16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
  /frameworks/base/core/java/android/animation/
TimeInterpolator.java 26 * Maps a value representing the elapsed fraction of an animation to a value that represents
27 * the interpolated fraction. This interpolated value is then multiplied by the change in
  /frameworks/base/core/res/res/values-w320dp/
dimens.xml 18 (the screen is in landscape). This may be either a fraction or a dimension.-->
21 (the screen is in portrait). This may be either a fraction or a dimension.-->
  /frameworks/base/libs/hwui/utils/
VectorDrawableUtils.h 33 const PathData& morphTo, float fraction);
36 float fraction);
  /frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
BitmapView.java 59 float fraction = (float) getBottom() / (mListView.getHeight() + getHeight()); local
60 drawable.setParallaxFraction(fraction);
  /frameworks/support/v7/mediarouter/res/values-sw600dp/
dimens.xml 19 (the screen is in landscape). This may be either a fraction or a dimension.-->
22 (the screen is in portrait). This may be either a fraction or a dimension.-->
  /frameworks/support/v7/mediarouter/res/values-sw720dp/
dimens.xml 19 (the screen is in landscape). This may be either a fraction or a dimension.-->
22 (the screen is in portrait). This may be either a fraction or a dimension.-->
  /packages/apps/PackageInstaller/res/values-watch/
attrs.xml 31 <attr name="circle_radius_percent" format="fraction" />
32 <attr name="circle_radius_pressed_percent" format="fraction" />
  /packages/inputmethods/LatinIME/java/res/xml/
kbd_emoji_category1.xml 23 latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
25 latin:rowHeight="@fraction/config_emoji_keyboard_row_height"
kbd_emoji_category10.xml 23 latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
25 latin:rowHeight="@fraction/config_emoji_keyboard_row_height"
kbd_emoji_category11.xml 23 latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
25 latin:rowHeight="@fraction/config_emoji_keyboard_row_height"
kbd_emoji_category12.xml 23 latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
25 latin:rowHeight="@fraction/config_emoji_keyboard_row_height"

Completed in 538 milliseconds

1 2 3 45 6 7 8 91011>>