Searched refs:ViewStubProxy (Results 1 – 5 of 5) sorted by relevance
20 import android.databinding.ViewStubProxy;50 ViewStubProxy viewStubProxy = mBinder.viewStub; in testInflation()71 ViewStubProxy viewStubProxy = mBinder.viewStub; in testChangeValues()
16 import android.databinding.ViewStubProxy;110 ViewStubProxy viewStubProxy = mBinder.viewStub; in testInflateListener()
22 import android.databinding.ViewStubProxy;31 public static void setOnInflateListener(ViewStubProxy viewStubProxy, in setOnInflateListener()
28 public class ViewStubProxy { class52 public ViewStubProxy(ViewStub viewStub) { in ViewStubProxy() method in ViewStubProxy
1424 Views are final, a {@link android.databinding.ViewStubProxy} object takes the place of the1431 layout. Therefore, the <code>ViewStubProxy</code> must listen to the <code>ViewStub</code>'s1433 only one can exist, the <code>ViewStubProxy</code> allows the developer to set an