OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shadows
(Results
151 - 175
of
676
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
PeriodicSyncTest.java
1
package com.xtremelabs.robolectric.
shadows
;
PreferenceCategoryTest.java
1
package com.xtremelabs.robolectric.
shadows
;
RemoteCallbackListTest.java
1
package com.xtremelabs.robolectric.
shadows
;
ResolveInfoTest.java
1
package com.xtremelabs.robolectric.
shadows
;
ResultReceiverTest.java
1
package com.xtremelabs.robolectric.
shadows
;
ScanResultTest.java
1
package com.xtremelabs.robolectric.
shadows
;
ShadowEditTextTest.java
1
package com.xtremelabs.robolectric.
shadows
;
SslErrorHandlerTest.java
1
package com.xtremelabs.robolectric.
shadows
;
TabActivityTest.java
1
package com.xtremelabs.robolectric.
shadows
;
ToastTest.java
1
package com.xtremelabs.robolectric.
shadows
;
UriTest.java
1
package com.xtremelabs.robolectric.
shadows
;
ViewAnimatorTest.java
1
package com.xtremelabs.robolectric.
shadows
;
WifiInfoTest.java
1
package com.xtremelabs.robolectric.
shadows
;
UriMatcherTest.java
1
package com.xtremelabs.robolectric.
shadows
;
7
import com.xtremelabs.robolectric.
shadows
.ShadowUriMatcher.MatchNode;
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Shadows.java
23
public class
Shadows
extends TestBase {
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Shadows.java
20
public class
Shadows
extends TestBase {
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Shadows.java
23
public class
Shadows
extends TestBase {
/external/clang/test/Parser/
cxx-template-decl.cpp
64
typename T> // expected-error{{declaration of 'T'
shadows
template parameter}}
68
void shadow2(int T); // expected-error{{declaration of 'T'
shadows
template parameter}}
71
class T { // expected-error{{declaration of 'T'
shadows
template parameter}}
75
void shadow3(int Size); // expected-error{{declaration of 'Size'
shadows
template parameter}}
80
int T; // expected-error{{
shadows
}}
85
int T(int, float); // expected-error{{
shadows
}}
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
ShadowLayout.java
79
* The "depth" factor determines the offset distance and opacity of the shadow (
shadows
that
92
* Overriding onDraw allows us to draw
shadows
behind every child of this container.
94
*
shadows
will be drawn first, behind the children (which is what we want).
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
PssmShadowRenderer.java
71
* <code>FilterMode</code> specifies how
shadows
are filtered
76
*
Shadows
are not filtered. Nearest sample is used, causing in blocky
77
*
shadows
.
91
* 4x4 percentage-closer filtering is used.
Shadows
will be smoother
96
* 8x8 percentage-closer filtering is used.
Shadows
will be smoother
163
* @param postShadowMat the material used for post
shadows
if you need to override it *
324
* Sets the light direction to use to compute
shadows
471
* a low value give a more linear repartition resulting in a constant quality in the shadow over the extends, but near
shadows
could look very jagged
472
* a high value give a more logarithmic repartition resulting in a high quality for near
shadows
, but the quality quickly decrease over the extend.
481
* How far the
shadows
are rendered in the vie
[
all
...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPath.java
1
package com.xtremelabs.robolectric.
shadows
;
10
import static com.xtremelabs.robolectric.
shadows
.ShadowPath.Point.Type.LINE_TO;
11
import static com.xtremelabs.robolectric.
shadows
.ShadowPath.Point.Type.MOVE_TO;
ShadowAlarmManager.java
1
package com.xtremelabs.robolectric.
shadows
;
15
*
Shadows
the {@code android.app.AlarmManager} class.
ShadowCamera.java
1
package com.xtremelabs.robolectric.
shadows
;
16
*
Shadows
the Android {@code Camera} class.
ShadowComponentName.java
1
package com.xtremelabs.robolectric.
shadows
;
13
*
Shadows
the {@code android.content.ComponentName} class.
ShadowMediaPlayer.java
1
package com.xtremelabs.robolectric.
shadows
;
14
*
Shadows
the Android {@code MediaPlayer} class.
Completed in 1659 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>