Searched
full:getcontext (Results
326 -
350 of
3316) sorted by null
<<11121314151617181920>>
/cts/tests/tests/preference2/src/android/preference2/cts/ |
CustomDialogPreference.java | 44 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
|
CustomEditTextPreference.java | 48 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
|
CustomPreferenceGroup.java | 45 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
|
CustomSwitchPreference.java | 49 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
|
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContractIntentsTest.java | 32 List<ResolveInfo> resolveInfoList = getContext()
|
/cts/tests/tests/security/src/android/security/cts/ |
IntentSenderRemovalTest.java | 39 PackageManager pm = getContext().getPackageManager();
|
MMapExecutableTest.java | 31 assertTrue(mmapExecutable(getContext().getApplicationInfo().sourceDir));
|
VoldExploitTest.java | 29 final StorageManager sm = (StorageManager) getContext().getSystemService(
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
CarrierServiceTest.java | 37 Intent intent = new Intent(getContext(), TestCarrierService.class);
|
/cts/tests/tests/text/src/android/text/cts/ |
ClipboardManagerTest.java | 34 mContext = getInstrumentation().getContext();
|
/cts/tests/tests/widget/src/android/widget/cts/ |
AdapterView_AdapterContextMenuInfoTest.java | 28 View testView = new View(getContext());
|
ExpandableListView_ExpandableListContextMenuInfoTest.java | 31 ListView listview = new ListView(getContext());
|
Gallery_LayoutParamsTest.java | 38 new LayoutParams(getContext(), p);
|
/development/apps/launchperf/src/com/android/launchperf/ |
ComplexActivityLaunchPerformance.java | 41 mIntent.setClassName(getContext(), "com.android.launchperf.ComplexActivity");
|
EmptyActivityLaunchPerformance.java | 40 mIntent.setClassName(getContext(), "com.android.launchperf.EmptyActivity");
|
SimpleActivityLaunchPerformance.java | 40 mIntent.setClassName(getContext(), "com.android.launchperf.SimpleActivity");
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Typefaces.java | 39 mFace = Typeface.createFromAsset(getContext().getAssets(),
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
UrlIntentListener.java | 36 final Context context = parent.getContext();
|
/external/chromium-trace/trace-viewer/tracing/tracing/extras/chrome/cc/ |
picture_as_image_data.html | 58 var ctx = canvas.getContext('2d');
|
/external/compiler-rt/test/lsan/TestCases/ |
swapcontext.cc | 33 getcontext(&child_context);
|
/external/conscrypt/src/main/java/org/conscrypt/ |
OpenSSLBIOSink.java | 54 public long getContext() {
|
/external/deqp/modules/gles2/ |
tes2TestPackage.cpp | 74 DE_ASSERT(m_testPackage.getContext()); 75 glu::resetState(m_testPackage.getContext()->getRenderContext()); 80 tcu::TestContext& testCtx = m_testPackage.getContext()->getTestContext(); 81 glu::RenderContext& renderCtx = m_testPackage.getContext()->getRenderContext();
|
/external/deqp/modules/gles3/ |
tes3TestPackage.cpp | 73 DE_ASSERT(m_testPackage.getContext()); 74 glu::resetState(m_testPackage.getContext()->getRenderContext()); 79 tcu::TestContext& testCtx = m_testPackage.getContext()->getTestContext(); 80 glu::RenderContext& renderCtx = m_testPackage.getContext()->getRenderContext();
|
/external/deqp/modules/gles31/ |
tes31TestPackage.cpp | 69 DE_ASSERT(m_testPackage.getContext()); 70 glu::resetState(m_testPackage.getContext()->getRenderContext()); 75 tcu::TestContext& testCtx = m_testPackage.getContext()->getTestContext(); 81 m_testPackage.getContext()->getRenderContext().postIterate();
|
/external/droiddriver/src/io/appium/droiddriver/uiautomation/ |
UiAutomationUiDevice.java | 55 protected UiAutomationContext getContext() {
|
Completed in 900 milliseconds
<<11121314151617181920>>