В xml я часто делаю это, чтобы эмулировать эффект onClick:
<android.support.v7.widget.CardView
android:id="@+id/cardView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:foreground="?selectableItemBackground">
...
</android.support.v7.widget.CardView>
Есть ли способ доступа к ?selectableItemBackground в java?