HomeSort by relevance Sort by last modified time
    Searched refs:createCard (Results 1 - 4 of 4) 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,
ListViewAnimation.cpp 47 cards.push_back(createCard(cards.size(), y));
120 sp<RenderNode> createCard(int cardId, int top) {

Completed in 56 milliseconds