Home
last modified time | relevance | path

Searched refs:alphaId (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
DNavStateController.java178 private float getAlphaFromResource(int alphaId) { in getAlphaFromResource() argument
180 mContext.getResources().getValue(alphaId, typedValue, true); in getAlphaFromResource()
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/
DNavStateController.java176 private float getAlphaFromResource(int alphaId) { in getAlphaFromResource() argument
178 mContext.getResources().getValue(alphaId, typedValue, true); in getAlphaFromResource()
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java1188 TextMessage alphaId = mStkContext[slotId].mCurrentCmd.geTextMessage(); in handleCmd() local
1189 if ((alphaId == null) || TextUtils.isEmpty(alphaId.text)) { in handleCmd()
1197 launchConfirmationDialog(alphaId, slotId); in handleCmd()