HomeSort by relevance Sort by last modified time
    Searched defs:attachFunctor (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/view/
HardwareCanvas.java 134 abstract void attachFunctor(int functor);
GLES20Canvas.java 278 public void attachFunctor(int functor) {
    [all...]
HardwareRenderer.java 451 * @see #attachFunctor(android.view.View.AttachInfo, int)
466 abstract boolean attachFunctor(View.AttachInfo attachInfo, int functor);
    [all...]
ViewRootImpl.java 676 public boolean attachFunctor(int functor) {
679 return mAttachInfo.mHardwareRenderer.attachFunctor(mAttachInfo, functor);
    [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 271 void OpenGLRenderer::attachFunctor(Functor* functor) {
    [all...]

Completed in 68 milliseconds