Searched refs:mConstructorArgs (Results 1 – 3 of 3) sorted by relevance
78 final Object[] mConstructorArgs = new Object[2]; field in LayoutInflater425 synchronized (mConstructorArgs) { in inflate()427 Context lastContext = (Context)mConstructorArgs[0]; in inflate()428 mConstructorArgs[0] = mContext; in inflate()519 mConstructorArgs[0] = lastContext; in inflate()520 mConstructorArgs[1] = null; in inflate()584 Object[] args = mConstructorArgs; in createView()
53 private final Object[] mConstructorArgs = new Object[2]; field in GenericInflater292 synchronized (mConstructorArgs) { in inflate()294 mConstructorArgs[0] = mContext; in inflate()381 Object[] args = mConstructorArgs; in createItem()
75 mConstructorArgs[0] = context; in BridgeInflater()205 mConstructorArgs[1] = attrs; in loadCustomView()208 mConstructorArgs); in loadCustomView()