Home | History | Annotate | Download | only in camera

Lines Matching refs:valueId

188     private static void setDetailsValue(View d, String text, int valueId) {
189 ((TextView) d.findViewById(valueId)).setText(text);