HomeSort by relevance Sort by last modified time
    Searched full:parenttemplate (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/service/autofill/
CharSequenceTransformation.java 74 public void apply(@NonNull ValueFinder finder, @NonNull RemoteViews parentTemplate,
103 parentTemplate.setCharSequence(childViewId, "setText", converted);
ImageTransformation.java 72 public void apply(@NonNull ValueFinder finder, @NonNull RemoteViews parentTemplate,
89 parentTemplate.setImageViewResource(childViewId, option.second);

Completed in 67 milliseconds