/frameworks/base/graphics/java/android/graphics/ |
LinearGradient.java | 20 /** Create a shader that draws a linear gradient along a line. 44 /** Create a shader that draws a linear gradient along a line.
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_DecodeBlockCoef_Inter.c | 44 * short_video_header; shortVideoHeader==1 selects linear intra DC 45 * mode, and shortVideoHeader==0 selects non linear intra DC mode.
|
omxVCM4P2_QuantIntra_I.c | 38 * short_video_header; shortVideoHeader==1 selects linear intra DC 39 * mode, and shortVideoHeader==0 selects non linear intra DC mode.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
types.h | 88 /// Partial sum algorithms: recursive, linear. 92 LINEAR
|
/sdk/chimpchat/src/com/android/chimpchat/adb/ |
LinearInterpolator.java | 21 * Linear Interpolation class. 91 * Create a new linear Interpolator.
|
/cts/apps/CtsVerifier/jni/audioquality/ |
LinearityTest.h | 26 an amplitude range that is reasonably certain to be linear (e.g. at
|
/cts/tests/res/layout/ |
remote_view_test_good.xml | 22 android:id="@+id/linear"
|
/development/samples/ApiDemos/res/layout/ |
linear_layout_1.xml | 17 <!-- Demonstrates a simple linear layout. The height of the layout is the sum of its children. -->
|
linear_layout_2.xml | 17 <!-- Demonstrates a simple linear layout. The layout fills the screen, with the children stacked from the top. -->
|
linear_layout_3.xml | 18 Demonstrates a simple linear layout. The layout fills the screen, with the
|
linear_layout_7.xml | 18 Demonstrates a horizontal linear layout with equally sized columns.
|
linear_layout_8.xml | 18 Demonstrates a simple linear layout. The layout fills the screen, with the
|
/external/chromium/chrome/browser/resources/file_manager/ |
harness.html | 19 background-image: -webkit-linear-gradient(top, #c6c6c6, #888);
|
/external/chromium/chrome/browser/resources/shared/css/ |
list.css | 63 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8),
|
tabs.css | 8 background: -webkit-linear-gradient(white, rgb(243, 243, 243));
|
/external/llvm/test/CodeGen/ARM/ |
2011-04-27-IfCvtBug.ll | 5 ; that doesn't work when the CFG has infinite loops. Simply do a linear
|
/external/proguard/src/proguard/gui/splash/ |
LinearTiming.java | 50 // Compute the clamped linear interpolation.
|
SmoothTiming.java | 60 // Compute the linear interpolation.
|
/external/skia/include/utils/ |
SkTextBox.h | 29 Spacing is a linear equation used to compute the distance between lines
|
/external/skia/src/animator/ |
SkOperandInterpolator.h | 40 1 is a linear blend (default)
|
/external/speex/libspeex/ |
lpc.h | 4 @brief Functions for LPC (Linear Prediction Coefficients) analysis
|
/external/webkit/Source/WebCore/css/ |
CSSTimingFunctionValue.cpp | 35 return "linear";
|
/external/webkit/Source/WebCore/manual-tests/animation/ |
transitions-and-paused-animations.html | 28 -webkit-animation: fade 1s infinite linear alternate;
|
/external/webkit/Source/WebCore/webaudio/ |
AudioBuffer.idl | 37 attribute float gain; // linear gain (default 1.0)
|
/frameworks/base/core/java/android/animation/ |
FloatEvaluator.java | 35 * @return A linear interpolation between the start and end values, given the
|