Home
last modified time | relevance | path

Searched refs:CARD_WIDTH (Results 1 – 2 of 2) sorted by relevance

/cts/tests/leanbackjank/app/src/android/leanbackjank/app/presenter/
DCardPresenter.java37 private static int CARD_WIDTH = 560; field in CardPresenter
71 cardView.setMainImageDimensions(CARD_WIDTH, CARD_HEIGHT); in onBindViewHolder()
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/
DGetWalletCardsResponseTest.java48 private static final int CARD_WIDTH = 70; field in GetWalletCardsResponseTest
94 Bitmap bitmap = Bitmap.createBitmap(CARD_WIDTH, CARD_HEIGHT, Bitmap.Config.ARGB_8888); in createBitmap()