/frameworks/base/core/java/com/android/internal/policy/ |
PhoneLayoutInflater.java | 47 protected PhoneLayoutInflater(LayoutInflater original, Context newContext) { 48 super(original, newContext); 71 public LayoutInflater cloneInContext(Context newContext) { 72 return new PhoneLayoutInflater(this, newContext);
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/ |
ItemInflater.java | 43 public ItemInflater cloneInContext(Context newContext) { 44 return new ItemInflater(newContext);
|
GenericInflater.java | 115 * @param newContext The new Context to use. 117 protected GenericInflater(GenericInflater<T> original, Context newContext) { 118 mContext = newContext; 128 * @param newContext The new Context to associate with the new inflater. 134 public abstract GenericInflater cloneInContext(Context newContext);
|
/frameworks/base/core/java/android/preference/ |
PreferenceInflater.java | 50 PreferenceInflater(GenericInflater<Preference, PreferenceGroup> original, PreferenceManager preferenceManager, Context newContext) { 51 super(original, newContext); 56 public GenericInflater<Preference, PreferenceGroup> cloneInContext(Context newContext) { 57 return new PreferenceInflater(this, mPreferenceManager, newContext);
|
GenericInflater.java | 119 * @param newContext The new Context to use. 121 protected GenericInflater(GenericInflater<T,P> original, Context newContext) { 122 mContext = newContext; 132 * @param newContext The new Context to associate with the new inflater. 138 public abstract GenericInflater cloneInContext(Context newContext);
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowLayoutInflater.java | 77 @Override public LayoutInflater cloneInContext(Context newContext) { 78 return bind(new MyLayoutInflater(newContext), newContext);
|
/packages/services/Car/car-lib/src/android/car/ |
CarAppContextManager.java | 214 int newContext; 220 newContext = activeContexts & mContextFilter; 222 listener.onAppContextChange(newContext);
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
BridgeInflater.java | 77 protected BridgeInflater(LayoutInflater original, Context newContext) { 78 super(original, newContext); 79 newContext = getBaseContext(newContext); 80 if (newContext instanceof BridgeContext) { 81 mLayoutlibCallback = ((BridgeContext) newContext).getLayoutlibCallback(); 316 public LayoutInflater cloneInContext(Context newContext) { 317 return new BridgeInflater(this, newContext);
|
/frameworks/support/v4/java/android/support/v4/view/ |
AsyncLayoutInflater.java | 133 public LayoutInflater cloneInContext(Context newContext) { 134 return new BasicInflater(newContext);
|
/external/icu/icu4c/source/test/cintltst/ |
tracetst.c | 225 const void *newContext = (const char *)originalTContext + 1; 231 utrace_setFunctions(newContext, testTraceEntry, testTraceExit, testTraceData); 236 TEST_ASSERT(context == newContext);
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetEncoderICU.java | 170 * newContext should remain the same since using a different newContext each time will negate the last 174 * @param newContext Object 177 public final void setFromUCallback(CoderResult err, CharsetCallback.Encoder newCallback, Object newContext) { 186 if (fromUContext == null || !fromUContext.equals(newContext)) { 187 setFromUContext(newContext); 194 * @param newContext Object 198 public final void setFromUContext(Object newContext) { 199 fromUContext = newContext; [all...] |
CharsetDecoderICU.java | 156 * newContext should remain the same since using a different newContext each time will negate the last 160 * @param newContext Object 163 public final void setToUCallback(CoderResult err, CharsetCallback.Decoder newCallback, Object newContext) { 172 if (toUContext == null || !toUContext.equals(newContext)) { 173 toUContext = newContext;
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/ |
SmaliCodeFragmentFactory.java | 269 final PsiElement newContext = codeFragment.findElementAt(offset); 270 if (newContext != null) { 271 newContext.putUserData(SMALI_LAZY_VALUES_KEY, lazyValues); 272 return newContext;
|
/external/replicaisland/src/com/replica/replicaisland/ |
GameRenderer.java | 324 public void setContext(Context newContext) { 325 mContext = newContext;
|
/libcore/luni/src/test/java/libcore/xml/ |
JaxenXPathTestSuite.java | 175 Node newContext = (Node) xpath.evaluate( 178 xpath.evaluate(valueOfSelect, newContext, XPathConstants.STRING));
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SSLContextTest.java | 74 SSLContext newContext = SSLContext.getInstance(protocol); 75 assertNotNull(newContext); 76 assertNotSame(oldContext, newContext); 77 SSLContext.setDefault(newContext); 78 assertSame(newContext, SSLContext.getDefault());
|
/external/icu/icu4c/source/common/unicode/ |
ucnv.h | [all...] |
ubidi.h | [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
LayoutInflaterTest.java | 414 public MockLayoutInflater(LayoutInflater original, Context newContext) { 415 super(original, newContext); 425 public LayoutInflater cloneInContext(Context newContext) {
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAToDFAConverter.java | 677 NFAContext newContext = new NFAContext(context, p); 682 closure(ruleTarget, alt, newContext, semanticContext, d, collectPredicates); 690 NFAContext newContext = context.parent; // "pop" invoking state 691 closure(continueState, alt, newContext, semanticContext, d, collectPredicates); [all...] |
/frameworks/base/core/java/android/view/ |
LayoutInflater.java | 217 * @param newContext The new Context to use. 219 protected LayoutInflater(LayoutInflater original, Context newContext) { 220 mContext = newContext; 245 * @param newContext The new Context to associate with the new LayoutInflater. 251 public abstract LayoutInflater cloneInContext(Context newContext); [all...] |
/external/icu/icu4c/source/common/ |
ucnv.c | 725 const void* newContext, 735 converter->toUContext = newContext; 741 const void* newContext, 751 converter->fromUContext = newContext; [all...] |
/external/clang/lib/Sema/ |
SemaDeclObjC.cpp | 755 TypeParamListContext newContext) { 766 << static_cast<unsigned>(newContext) 782 newContext != TypeParamListContext::Definition) { [all...] |
/prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/ |
antlr4-runtime-4.5.jar | |
/prebuilts/tools/common/offline-m2/com/tunnelvisionlabs/antlr4-runtime/4.5/ |
antlr4-runtime-4.5.jar | |