OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createCard
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/tests/common/scenes/
ShadowGrid2Animation.cpp
37
sp<RenderNode> card =
createCard
(x, y, dp(50), dp(50));
54
sp<RenderNode>
createCard
(int x, int y, int width, int height) {
ShadowGridAnimation.cpp
37
sp<RenderNode> card =
createCard
(x, y, dp(100), dp(100));
54
sp<RenderNode>
createCard
(int x, int y, int width, int height) {
RecentsAnimation.cpp
50
sp<RenderNode> card =
createCard
(x, y, cardsize, cardsize, thumb);
71
sp<RenderNode>
createCard
(int x, int y, int width, int height,
Completed in 92 milliseconds