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.java79 int childViewId) throws Exception { in apply() argument
82 if (sDebug) Log.d(TAG, size + " fields on id " + childViewId); in apply()
108 Log.d(TAG, "Converting text on child " + childViewId + " to " + converted.length() in apply()
110 parentTemplate.setCharSequence(childViewId, "setText", converted); in apply()
DImageTransformation.java75 int childViewId) throws Exception { in apply() argument
83 Log.d(TAG, size + " multiple options on id " + childViewId + " to compare against"); in apply()
91 parentTemplate.setImageViewResource(childViewId, option.resId); in apply()
93 parentTemplate.setContentDescription(childViewId, in apply()
DDateTransformation.java67 int childViewId) throws Exception { in apply() argument
83 parentTemplate.setCharSequence(childViewId, "setText", transformed); in apply()
DInternalTransformation.java50 int childViewId) throws Exception; in apply() argument