Searched refs:mConstructorArgs (Results 1 – 4 of 4) sorted by relevance
127 final Object[] mConstructorArgs = new Object[2]; field in LayoutInflater627 synchronized (mConstructorArgs) { in inflate()632 Context lastContext = (Context) mConstructorArgs[0]; in inflate()633 mConstructorArgs[0] = inflaterContext; in inflate()710 mConstructorArgs[0] = lastContext; in inflate()711 mConstructorArgs[1] = null; in inflate()769 Context context = (Context) mConstructorArgs[0]; in createView()845 Object lastContext = mConstructorArgs[0]; in createView()846 mConstructorArgs[0] = viewContext; in createView()847 Object[] args = mConstructorArgs; in createView()[all …]
119 mConstructorArgs[0] = context; in BridgeInflater()329 final Object lastContext = mConstructorArgs[0]; in createViewFromTag()330 mConstructorArgs[0] = context; in createViewFromTag()345 mConstructorArgs[0] = lastContext; in createViewFromTag()414 mConstructorArgs[1] = attrs; in loadCustomView()417 mLayoutlibCallback.loadClass(name, mConstructorSignature, mConstructorArgs) in loadCustomView()418 : mLayoutlibCallback.loadView(name, mConstructorSignature, mConstructorArgs); in loadCustomView()
61 private final Object[] mConstructorArgs = new Object[2]; field in GenericInflater300 synchronized (mConstructorArgs) { in inflate()302 mConstructorArgs[0] = mContext; in inflate()390 Object[] args = mConstructorArgs; in createItem()
54192 Landroid/preference/GenericInflater;->mConstructorArgs:[Ljava/lang/Object;