OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShadowLayout
(Results
1 - 2
of
2
) sorted by null
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
ShadowLayout.java
37
public class
ShadowLayout
extends RelativeLayout {
47
public
ShadowLayout
(Context context, AttributeSet attrs, int defStyle) {
52
public
ShadowLayout
(Context context, AttributeSet attrs) {
57
public
ShadowLayout
(Context context) {
PictureDetailsActivity.java
65
private
ShadowLayout
mShadowLayout;
74
mShadowLayout = (
ShadowLayout
) findViewById(R.id.
shadowLayout
);
Completed in 271 milliseconds