/packages/apps/Contacts/src/com/android/contacts/widget/ |
AlphaTouchInterceptorOverlay.java | 31 * Also supports an alpha layer to dim the content underneath. By default, the 32 * alpha layer is the same View as the touch-interceptor layer. However, for 34 * intercepted (for example, {@link CarouselTab}'s label appears above the alpha 35 * layer). In this case, you can specify the View to use as the alpha layer via 37 * the alpha-layer with respect to your other sub-views. 60 * Set the View that the overlay will use as its alpha-layer. If 62 * some child views need to appear above the alpha-layer but below 68 // We're no longer the alpha-layer, so make ourself invisible. 75 /** Sets the alpha value on the alpha layer. * [all...] |
FrameLayoutWithOverlay.java | 27 * If necessary, you can specify your own alpha-layer and manually manage its z-order. 49 * Delegate to overlay: set the View that it will use as its alpha-layer. 50 * If none is set, the overlay will use its own alpha layer. Only 52 * alpha-layer. 58 /** Delegate to overlay: set the alpha value on the alpha layer. */ 59 public void setAlphaLayerValue(float alpha) { 60 mOverlay.setAlphaLayerValue(alpha);
|
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-20/ |
plexus-containers-1.0-alpha-20.pom | 12 <version>1.0-alpha-20</version> 18 <connection>scm:svn:http://svn.codehaus.org/plexus/plexus-containers/tags/plexus-containers-1.0-alpha-20</connection> 19 <developerConnection>scm:svn:https://svn.codehaus.org/plexus/plexus-containers/tags/plexus-containers-1.0-alpha-20</developerConnection> 20 <url>http://fisheye.codehaus.org/browse/plexus/plexus-containers/tags/plexus-containers-1.0-alpha-20</url> 35 <version>1.2-alpha-7</version> 40 <version>1.0-alpha-19</version>
|
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-30/ |
plexus-containers-1.0-alpha-30.pom | 12 <version>1.0-alpha-30</version> 18 <connection>scm:svn:http://svn.codehaus.org/plexus/plexus-containers/tags/plexus-containers-1.0-alpha-30</connection> 19 <developerConnection>scm:svn:https://svn.codehaus.org/plexus/plexus-containers/tags/plexus-containers-1.0-alpha-30</developerConnection> 20 <url>http://fisheye.codehaus.org/browse/plexus/plexus-containers/tags/plexus-containers-1.0-alpha-30</url> 35 <version>1.2-alpha-9</version> 45 <version>1.0-alpha-30</version>
|
/toolchain/binutils/binutils-2.25/bfd/ |
cpu-alpha.c | 1 /* BFD support for the Alpha architecture. 32 "alpha", \ 47 N (64, 64, bfd_mach_alpha_ev4, "alpha:ev4", FALSE, NN(1)), 48 N (64, 64, bfd_mach_alpha_ev5, "alpha:ev5", FALSE, NN(2)), 49 N (64, 64, bfd_mach_alpha_ev6, "alpha:ev6", FALSE, 0), 53 N (64, 64, 0, "alpha", TRUE, NN(0));
|
/tools/loganalysis/tests/src/com/android/loganalysis/util/ |
ArrayUtilTest.java | 44 List<String> list = Arrays.asList("alpha", "beta", "gamma"); 45 final String expected = "alpha, beta, gamma"; 54 String[] ary = new String[] {"alpha", "beta", "gamma"}; 55 final String expected = "alpha, beta, gamma"; 64 final String expected = "alpha, beta, gamma"; 65 String str = ArrayUtil.join(", ", "alpha", "beta", "gamma");
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
ArrayUtilTest.java | 44 List<String> list = Arrays.asList("alpha", "beta", "gamma"); 45 final String expected = "alpha, beta, gamma"; 54 String[] ary = new String[] {"alpha", "beta", "gamma"}; 55 final String expected = "alpha, beta, gamma"; 64 final String expected = "alpha, beta, gamma"; 65 String str = ArrayUtil.join(", ", "alpha", "beta", "gamma");
|
/external/cblas/src/ |
cblas_saxpy.c | 12 void cblas_saxpy( const int N, const float alpha, const float *X, 22 F77_saxpy( &F77_N, &alpha, X, &F77_incX, Y, &F77_incY);
|
cblas_sdsdot.c | 12 float cblas_sdsdot( const int N, const float alpha, const float *X, 23 dot = F77_sdsdot( &F77_N, &alpha, X, &F77_incX, Y, &F77_incY);
|
/external/clang/test/Analysis/ |
cxx-method-names.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix,osx,alpha.unix,alpha.security.taint -analyzer-store region -verify %s
|
/external/eigen/lapack/ |
clarfg.f | 21 * SUBROUTINE CLARFG( N, ALPHA, X, INCX, TAU ) 25 * COMPLEX ALPHA, TAU 40 *> H**H * ( alpha ) = ( beta ), H**H * H = I. 43 *> where alpha and beta are scalars, with beta real, and x is an 52 *> If the elements of x are all zero and alpha is real, then tau = 0 67 *> \param[in,out] ALPHA 69 *> ALPHA is COMPLEX 70 *> On entry, the value alpha. 107 SUBROUTINE CLARFG( N, ALPHA, X, INCX, TAU ) 116 COMPLEX ALPHA, TA [all...] |
zlarfg.f | 21 * SUBROUTINE ZLARFG( N, ALPHA, X, INCX, TAU ) 25 * COMPLEX*16 ALPHA, TAU 40 *> H**H * ( alpha ) = ( beta ), H**H * H = I. 43 *> where alpha and beta are scalars, with beta real, and x is an 52 *> If the elements of x are all zero and alpha is real, then tau = 0 67 *> \param[in,out] ALPHA 69 *> ALPHA is COMPLEX*16 70 *> On entry, the value alpha. 107 SUBROUTINE ZLARFG( N, ALPHA, X, INCX, TAU ) 116 COMPLEX*16 ALPHA, TA [all...] |
/external/mesa3d/src/gallium/docs/source/cso/ |
dsa.rst | 1 .. _depth,stencil,&alpha: 3 Depth, Stencil, & Alpha 6 These three states control the depth, stencil, and alpha tests, used to 14 * Alpha 53 Alpha Members 57 Whether the alpha test is enabled. 59 The alpha test function. One of PIPE_FUNC. 61 Alpha test reference value; used for certain functions.
|
/external/strace/ |
hostname.c | 26 #if defined(ALPHA) 38 #endif /* ALPHA */
|
/frameworks/base/core/java/android/view/animation/ |
AlphaAnimation.java | 24 * An animation that controls the alpha level of an object. 26 * changing the alpha property of a {@link Transformation} 54 * @param fromAlpha Starting alpha value for the animation, where 1.0 means 56 * @param toAlpha Ending alpha value for the animation. 64 * Changes the alpha property of the supplied {@link Transformation} 68 final float alpha = mFromAlpha; local 69 t.setAlpha(alpha + ((mToAlpha - alpha) * interpolatedTime));
|
/frameworks/rs/cpu_ref/ |
rsCpuBLASDispatch.h | 26 const float alpha, const float *A, const int lda, 31 const int KL, const int KU, const float alpha, 59 const double alpha, const double *A, const int lda, 64 const int KL, const int KU, const double alpha, 92 const void *alpha, const void *A, const int lda, 97 const int KL, const int KU, const void *alpha, 125 const void *alpha, const void *A, const int lda, 130 const int KL, const int KU, const void *alpha, 161 const int N, const float alpha, const float *A, 165 const int N, const int K, const float alpha, const float *A [all...] |
/packages/apps/Dialer/java/com/android/incallui/commontheme/res/animator/ |
disabled_alpha.xml | 7 android:propertyName="alpha" 16 android:propertyName="alpha"
|
/prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/ |
BUILD | 6 jars = ["protobuf-javanano-3.0.0-alpha-5.jar"], 14 source = "protobuf-javanano-3.0.0-alpha-5.pom",
|
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/ |
BUILD | 6 jars = ["plexus-container-default-1.0-alpha-9-stable-1.jar"], 14 source = "plexus-container-default-1.0-alpha-9-stable-1.pom",
|
/system/core/libpixelflinger/ |
col32cb16blend_neon.S | 25 // This function alpha blends a fixed color into a destination scanline, using 32 // a is the alpha channel of the source color. 46 vmov.u16 q15, #256 // create alpha constant 57 // d6 = 8 equal alpha values 62 vshr.u8 d7, d6, #7 // extract top bit of alpha 63 vaddl.u8 q3, d6, d7 // add top bit into alpha 64 vsub.u16 q3, q15, q3 // invert alpha 83 vmul.u16 q8, q8, q3 // multiply dst red0 by src alpha 85 vmul.u16 q9, q9, q3 // multiply dst green0 by src alpha 87 vmul.u16 q10, q10, q3 // multiply dst blue0 by src alpha [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
weakref1g.d | 5 # ecoff (OSF/alpha) lacks .weak support 7 #not-target: alpha*-*-osf* *-*-ecoff pdp11-*-aout
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/ |
elf-reloc-1.d | 2 #name: alpha elf-reloc-1 4 .*: file format elf64-alpha.*
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-alpha/ |
tlsbin.td | 7 #target: alpha*-*-* 9 .*: +file format elf64-alpha
|
tlspic.sd | 7 #target: alpha*-*-* 9 .*: +file format elf64-alpha
|
tlspic.td | 7 #target: alpha*-*-* 9 .*: +file format elf64-alpha
|