Home | History | Annotate | Download | only in view

Lines Matching refs:newContext

196      * @param newContext The new Context to use.
198 protected LayoutInflater(LayoutInflater original, Context newContext) {
199 mContext = newContext;
224 * @param newContext The new Context to associate with the new LayoutInflater.
230 public abstract LayoutInflater cloneInContext(Context newContext);