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

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
AppCompatViewInflater.java 65 private final Object[] mConstructorArgs = new Object[2];
121 mConstructorArgs[0] = context;
122 mConstructorArgs[1] = attrs;
136 mConstructorArgs[0] = null;
137 mConstructorArgs[1] = null;
155 return constructor.newInstance(mConstructorArgs);
  /frameworks/base/core/java/android/preference/
GenericInflater.java 54 private final Object[] mConstructorArgs = new Object[2];
293 synchronized (mConstructorArgs) {
295 mConstructorArgs[0] = mContext;
383 Object[] args = mConstructorArgs;
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceInflater.java 50 private final Object[] mConstructorArgs = new Object[2];
143 synchronized (mConstructorArgs) {
145 mConstructorArgs[0] = mContext;
253 Object[] args = mConstructorArgs;
  /frameworks/base/core/java/android/view/
LayoutInflater.java 88 final Object[] mConstructorArgs = new Object[2];
452 synchronized (mConstructorArgs) {
457 Context lastContext = (Context) mConstructorArgs[0];
458 mConstructorArgs[0] = inflaterContext;
546 mConstructorArgs[0] = lastContext;
547 mConstructorArgs[1] = null;
616 Object[] args = mConstructorArgs;
758 final Object lastContext = mConstructorArgs[0];
759 mConstructorArgs[0] = context;
767 mConstructorArgs[0] = lastContext
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 91 milliseconds