Searched refs:surfaceTransaction (Results 1 – 1 of 1) sorted by relevance
179 final Matrix matrix = surfaceTransaction.getMatrix(); in apply()181 if (surfaceTransaction.mPosition != null) { in apply()183 surfaceTransaction.mPosition.x, surfaceTransaction.mPosition.y); in apply()185 if (surfaceTransaction.mWindowCrop != null) { in apply()186 tx.setWindowCrop(surfaceControl, surfaceTransaction.mWindowCrop); in apply()188 if (surfaceTransaction.hasCornerRadiusSet()) { in apply()189 tx.setCornerRadius(surfaceControl, surfaceTransaction.mCornerRadius); in apply()191 if (surfaceTransaction.hasShadowRadiusSet()) { in apply()192 tx.setShadowRadius(surfaceControl, surfaceTransaction.mShadowRadius); in apply()194 if (surfaceTransaction.mAlpha != NOT_SET) { in apply()[all …]