Searched refs:setAlphaOnViewBackground (Results 1 – 2 of 2) sorted by relevance
69 if (mAlphaLayer == this) ContactDisplayUtils.setAlphaOnViewBackground(this, 0.0f); in setAlphaLayer()79 ContactDisplayUtils.setAlphaOnViewBackground(mAlphaLayer, mAlpha); in setAlphaLayerValue()
349 public static void setAlphaOnViewBackground(View view, float alpha) { in setAlphaOnViewBackground() method in ContactDisplayUtils