Home
last modified time | relevance | path

Searched refs:labelView (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
DSpeechActivity.java333 final View labelView = labelsListView.getChildAt(labelIndex - 2); in recognize()
339 colorAnimation.setTarget(labelView); in recognize()
/external/libchrome/base/android/java/src/org/chromium/base/
DApiCompatibilityUtils.java183 public static void setLabelFor(View labelView, int id) { in setLabelFor() argument
185 labelView.setLabelFor(id); in setLabelFor()