Searched defs:tx (Results 1 – 3 of 3) sorted by relevance
138 float tx = Math.round((imageViewWidth - imageWidth)/2f); in centerMatrix() local176 float tx = Math.round((imageViewWidth - width) / 2f); in centerCropMatrix() local198 float tx = (imageViewWidth - width) / 2f; in fitCenterMatrix() local236 float tx = imageViewWidth - width; in fitEndMatrix() local
468 StartAddAccountSessionTx tx = params.<StartAddAccountSessionTx>getParcelable( in validateStartAddAccountSessionParameters() local479 StartUpdateCredentialsSessionTx tx = in validateStartUpdateCredentialsSessionParameters() local
56 public static void setTx(Parcelable tx) { in setTx()