Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java3393 private final DrawableRecipientChip mChip; field in RecipientEditTextView.RecipientChipShadow
3396 mChip = chip; in RecipientChipShadow()
3402 Rect rect = mChip.getBounds(); in onProvideShadowMetrics()
3409 mChip.draw(canvas); in onDrawShadow()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DHalDeviceManagerTest.java2824 private IWifiChip mChip; field in HalDeviceManagerTest.GetChipAnswer
2828 mChip = chip; in GetChipAnswer()
2832 cb.onValues(mStatus, mChip); in answer()