Home
last modified time | relevance | path

Searched refs:childViewId (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/autofill/
DCharSequenceTransformation.java78 int childViewId) throws Exception { in apply() argument
81 if (sDebug) Log.d(TAG, size + " fields on id " + childViewId); in apply()
107 Log.d(TAG, "Converting text on child " + childViewId + " to " + converted.length() in apply()
109 parentTemplate.setCharSequence(childViewId, "setText", converted); in apply()
DImageTransformation.java74 int childViewId) throws Exception { in apply() argument
82 Log.d(TAG, size + " multiple options on id " + childViewId + " to compare against"); in apply()
90 parentTemplate.setImageViewResource(childViewId, option.resId); in apply()
92 parentTemplate.setContentDescription(childViewId, in apply()
DDateTransformation.java68 int childViewId) throws Exception { in apply() argument
84 parentTemplate.setCharSequence(childViewId, "setText", transformed); in apply()
DInternalTransformation.java49 int childViewId) throws Exception; in apply() argument