Home
last modified time | relevance | path

Searched defs:attachTo (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DViewOnDrawExecutor.java46 public void attachTo(Launcher launcher) { in attachTo() method in ViewOnDrawExecutor
50 public void attachTo(Launcher launcher, View attachedView, boolean waitForLoadAnimation) { in attachTo() method in ViewOnDrawExecutor
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DEchoingTextWatcher.java49 public static void attachTo(final EditText editText) { in attachTo() method in EchoingTextWatcher