/frameworks/base/core/java/android/animation/ |
IntEvaluator.java | 35 * @return A linear interpolation between the start and end values, given the
|
TypeEvaluator.java | 39 * @return A linear interpolation between the start and end values, given the
|
/frameworks/base/core/java/com/android/internal/widget/ |
LinearLayoutWithDefaultTouchRecepient.java | 28 * Like a normal linear layout, but supports dispatching all otherwise unhandled
|
/frameworks/base/core/tests/coretests/res/layout/ |
baseline_0width_and_weight.xml | 29 <android.widget.layout.linear.ExceptionTextView
|
linear_layout_listview_height.xml | 26 <!-- Outer linear layout providing vertical layout -->
|
remote_view_test_good.xml | 22 android:id="@+id/linear"
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/ |
LLOfTwoFocusableInTouchMode.java | 17 package android.widget.layout.linear;
|
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/ |
FocusableInTouchModeClickTest.java | 19 import android.widget.layout.linear.LLOfTwoFocusableInTouchMode;
|
StartInTouchWithViewInFocusTest.java | 19 import android.widget.layout.linear.LLEditTextThenButton;
|
/frameworks/base/include/utils/ |
LinearTransform.h | 26 // system B (and back again). Values in A and in B are 64 bit, the linear
|
/frameworks/base/libs/hwui/ |
PathCache.cpp | 36 // TODO: Linear search...
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
screen_info.h | 24 /* VESA graphic mode -- linear frame buffer */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
UnwrapRefactoringTest.java | 40 checkRefactoring("unwrap.xml", "@+id/linear");
|
/external/chromium/chrome/browser/resources/file_manager/ |
slideshow.html | 20 background: -webkit-linear-gradient(transparent, white); 44 background: -webkit-linear-gradient(#323232, #070707); 98 background: -webkit-linear-gradient(#6a7eac, #000000);
|
/external/chromium/chrome/browser/resources/ |
print_preview.css | 64 -webkit-linear-gradient(#dcdcdc, #f0f0f0); 353 background-image: -webkit-linear-gradient(#fafafa, #dcdcdc); 372 background-image: -webkit-linear-gradient(#ffffff, #e6e6e6); 393 background: -webkit-linear-gradient(#fafafa, #dcdcdc); 406 background: -webkit-linear-gradient(#ffffff, #e6e6e6); 412 background: -webkit-linear-gradient(#f0f0f0, #bebebe); 453 background: -webkit-linear-gradient(#fafafa, #dcdcdc); 465 background: -webkit-linear-gradient(#ffffff, #e6e6e6); 471 background: -webkit-linear-gradient(#f0f0f0, #bebebe); 507 background: -webkit-linear-gradient(#fafafa, #dcdcdc) [all...] |
safe_browsing_malware_block.html | 76 background: -webkit-linear-gradient(#83c260, #71b44c 44%, #549d2c); 95 background: -webkit-linear-gradient(#8bc968, #7bbc57 44%, #4f9727); 102 background: -webkit-linear-gradient(#83c260, #71b44c 44%, #549d2c);
|
safe_browsing_phishing_block.html | 70 background: -webkit-linear-gradient(#83c260, #71b44c 44%, #549d2c); 89 background: -webkit-linear-gradient(#8bc968, #7bbc57 44%, #4f9727); 96 background: -webkit-linear-gradient(#83c260, #71b44c 44%, #549d2c);
|
slideshow.html | 20 background: -webkit-linear-gradient(transparent, white); 44 background: -webkit-linear-gradient(#323232, #070707); 98 background: -webkit-linear-gradient(#6a7eac, #000000);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
helpScreen.css | 67 background: -webkit-gradient(linear, left top, right top, from(rgb(128, 128, 128)), to(rgb(128, 128, 128)), color-stop(40%, rgb(96, 96, 96))); 74 background: -webkit-gradient(linear, left top, right top, from(rgb(176, 176, 176)), to(rgb(176, 176, 176)), color-stop(40%, rgb(144, 144, 144))); 78 background: -webkit-gradient(linear, left top, right top, from(rgb(10, 10, 10)), to(rgb(32, 32, 32)), color-stop(25%, rgb(32, 32, 32)));
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
Canvas2DLayerChromium.cpp | 75 // Set the min-mag filters to linear and wrap modes to GraphicsContext3D::CLAMP_TO_EDGE 77 context->texParameteri(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MIN_FILTER, GraphicsContext3D::LINEAR); 78 context->texParameteri(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MAG_FILTER, GraphicsContext3D::LINEAR);
|
TextureManager.cpp | 151 // Do basic linear filtering on resize. 152 GLC(m_context.get(), m_context->texParameteri(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MIN_FILTER, GraphicsContext3D::LINEAR)); 153 GLC(m_context.get(), m_context->texParameteri(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MAG_FILTER, GraphicsContext3D::LINEAR));
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_DecodeBlockCoef_Intra.c | 60 * short_video_header; shortVideoHeader==1 selects linear intra DC 61 * mode, and shortVideoHeader==0 selects non linear intra DC mode. 209 /* Placing the linear array into the destination plane and clipping
|
/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
BiDiTestActivity.java | 107 addItem(result, "Linear LTR", BiDiTestLinearLayoutLtr.class, R.id.linear_layout_ltr); 108 addItem(result, "Linear RTL", BiDiTestLinearLayoutRtl.class, R.id.linear_layout_rtl); 109 addItem(result, "Linear LOC", BiDiTestLinearLayoutLocale.class, R.id.linear_layout_locale);
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
GenericWaveRS.java | 20 import static android.renderscript.Sampler.Value.LINEAR; 177 samplerBuilder.setMinification(LINEAR); 178 samplerBuilder.setMagnification(LINEAR);
|
/external/neven/Embedded/common/src/b_TensorEm/ |
RBFMap2D.h | 47 * A is a possibly linear tranformation of type altTypeE 48 * R is the rbf ( non-linear ) transformation of type typeE 63 * bts_RBF_LINEAr : linear, i.e. ||r|| 73 /** type of linear transformation (enum bts_AltType) */ 76 /** affine linear transformation */
|