OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getcontext
(Results
701 - 725
of
4335
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CameraPolicyTest.java
56
mDevicePolicyManager = (DevicePolicyManager)
getContext
()
58
mCameraManager = (CameraManager)
getContext
().getSystemService(Context.CAMERA_SERVICE);
/cts/tests/accessibility/src/android/view/accessibility/cts/
ServiceControlUtils.java
49
Context context = instrumentation.
getContext
();
121
.
getContext
().getSystemService(Context.ACCESSIBILITY_SERVICE);
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
AuthenticatorContentProvider.java
80
Context context =
getContext
();
98
Context context =
getContext
();
/cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteFtsTest.java
46
mDatabase =
getContext
().openOrCreateDatabase("CTS_FTS", Context.MODE_PRIVATE, null);
110
final Resources res =
getContext
().getResources();
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
RippleDrawableTest.java
52
(RippleDrawable)
getContext
().getDrawable(R.drawable.rippledrawable_radius);
57
final Resources res =
getContext
().getResources();
/cts/tests/tests/hardware/src/android/hardware/consumerir/cts/
ConsumerIrTest.java
39
mHasConsumerIr =
getContext
().getPackageManager().hasSystemFeature(
42
mCIR = (ConsumerIrManager)
getContext
().getSystemService(
/cts/tests/tests/media/src/android/media/cts/
MediaScannerConnectionTest.java
51
File dir =
getContext
().getExternalFilesDir(null);
72
mMediaScannerConnection = new MockMediaScannerConnection(
getContext
(),
/cts/tests/tests/os/src/android/os/cts/
RequiredComponentsTest.java
53
List<ResolveInfo> installers = InstrumentationRegistry.
getContext
()
83
PackageManager packageManager = InstrumentationRegistry.
getContext
()
/cts/tests/tests/permission/src/android/permission/cts/
NoSystemFunctionPermissionTest.java
117
Vibrator vibrator = (Vibrator)
getContext
().getSystemService(Context.VIBRATOR_SERVICE);
150
if (!
getContext
().getPackageManager().hasSystemFeature(PackageManager.FEATURE_TELEPHONY)) {
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
RefocusTest.java
58
Context ctx =
getContext
();
102
Context context =
getContext
().getApplicationContext();
/cts/tests/tests/rscpp/src/android/cts/rscpp/
RSBlurTest.java
55
blurTest(this.
getContext
().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, true);
84
blurTest(this.
getContext
().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, false);
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/presenter/
CardPresenter.java
50
ImageCardView cardView = new ImageCardView(parent.
getContext
()) {
82
Glide.with(viewHolder.view.
getContext
())
/developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardStreamLinearLayout.java
242
animator = mAnimators.getDisappearingAnimator(
getContext
());
245
animator = mAnimators.getAppearingAnimator(
getContext
());
276
mSwipeSlop = ViewConfiguration.get(
getContext
()).getScaledTouchSlop();
379
mAnimators.getAppearingAnimator(
getContext
()) );
381
mAnimators.getDisappearingAnimator(
getContext
()) );
400
TypedArray a =
getContext
().obtainStyledAttributes(attrs,
434
mSwipeSlop = ViewConfiguration.get(
getContext
()).getScaledTouchSlop();
469
ObjectAnimator animator = mAnimators.getInitalAnimator(
getContext
());
/developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
BackgroundPickers.java
59
LayoutInflater inflater = LayoutInflater.from(mContainer.
getContext
());
86
Context context = mContainer.
getContext
();
/developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/cardstream/
CardStreamLinearLayout.java.ftl
242
animator = mAnimators.getDisappearingAnimator(
getContext
());
245
animator = mAnimators.getAppearingAnimator(
getContext
());
276
mSwipeSlop = ViewConfiguration.get(
getContext
()).getScaledTouchSlop();
379
mAnimators.getAppearingAnimator(
getContext
()) );
381
mAnimators.getDisappearingAnimator(
getContext
()) );
400
TypedArray a =
getContext
().obtainStyledAttributes(attrs,
434
mSwipeSlop = ViewConfiguration.get(
getContext
()).getScaledTouchSlop();
469
ObjectAnimator animator = mAnimators.getInitalAnimator(
getContext
());
/developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
BackgroundPickers.java
59
LayoutInflater inflater = LayoutInflater.from(mContainer.
getContext
());
86
Context context = mContainer.
getContext
();
/development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java
119
return mLoader.
getContext
().getResources().getDrawable(
192
mLoader.
getContext
().registerReceiver(this, filter);
197
mLoader.
getContext
().registerReceiver(this, sdFilter);
221
// context returned by
getContext
().
222
mPm =
getContext
().getPackageManager();
239
final Context context =
getContext
();
303
boolean configChange = mLastConfig.applyNewConfig(
getContext
().getResources());
349
getContext
().unregisterReceiver(mPackageObserver);
/development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
AccessibilityDelegateSupportActivity.java
80
event.getText().add(
getContext
().getString(
91
info.setText(
getContext
().getString(
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java
121
return mLoader.
getContext
().getResources().getDrawable(
194
mLoader.
getContext
().registerReceiver(this, filter);
199
mLoader.
getContext
().registerReceiver(this, sdFilter);
223
// context returned by
getContext
().
224
mPm =
getContext
().getPackageManager();
241
final Context context =
getContext
();
305
boolean configChange = mLastConfig.applyNewConfig(
getContext
().getResources());
351
getContext
().unregisterReceiver(mPackageObserver);
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardStreamLinearLayout.java
242
animator = mAnimators.getDisappearingAnimator(
getContext
());
245
animator = mAnimators.getAppearingAnimator(
getContext
());
276
mSwipeSlop = ViewConfiguration.get(
getContext
()).getScaledTouchSlop();
379
mAnimators.getAppearingAnimator(
getContext
()) );
381
mAnimators.getDisappearingAnimator(
getContext
()) );
400
TypedArray a =
getContext
().obtainStyledAttributes(attrs,
434
mSwipeSlop = ViewConfiguration.get(
getContext
()).getScaledTouchSlop();
469
ObjectAnimator animator = mAnimators.getInitalAnimator(
getContext
());
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
BackgroundPickers.java
59
LayoutInflater inflater = LayoutInflater.from(mContainer.
getContext
());
86
Context context = mContainer.
getContext
();
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java
70
LayoutInflater inflater = ((Activity)
getContext
()).getLayoutInflater();
85
imgView.setImageBitmap(getCroppedBitmap(BitmapFactory.decodeResource(
getContext
()
/external/libunwind/include/
libunwind-mips.h
150
/* There is no
getcontext
() on MIPS. Use a stub version which only saves GP
153
#define unw_tdep_getcontext UNW_ARCH_OBJ(
getcontext
)
/external/libunwind/src/ia64/
Ginit_local.c
103
/* On HP-UX, the context created by
getcontext
() points to the
104
getcontext
() system call stub. Step over it: */
/external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp
36
SmallDataSection =
getContext
().getELFSection(
38
SmallBSSSection =
getContext
().getELFSection(".sbss", ELF::SHT_NOBITS,
Completed in 4961 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>