Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DViewOnDrawExecutor.java46 public void attachTo(Launcher launcher) { in attachTo() method in ViewOnDrawExecutor
47 attachTo(launcher, launcher.getWorkspace(), true /* waitForLoadAnimation */); in attachTo()
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
DEditTextVariations.java121 EchoingTextWatcher.attachTo(e); in onCreate()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java2306 executor.attachTo(this); in executeOnNextDraw()