HomeSort by relevance Sort by last modified time
    Searched full:getcontext (Results 476 - 500 of 3316) sorted by null

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/users/
EditUserPhotoController.java 86 mContext = view.getContext();
136 Context context = mImageView.getContext();
140 String title = mImageView.getContext().getString( R.string.user_image_take_photo);
186 return mImageView.getContext().getPackageManager().queryIntentActivities(
194 return mImageView.getContext().getPackageManager().queryIntentActivities(
299 .getInstance(mImageView.getContext(), mNewUserPhotoBitmap);
  /platform_testing/tests/jank/dialer/src/com/android/dialer/janktests/
DialerJankTests.java 85 PackageManager pm = getInstrumentation().getContext().getPackageManager();
88 getInstrumentation().getContext().startActivity(appIntent);
192 getInstrumentation().getContext().getContentResolver()
200 Cursor contactLookup = getInstrumentation().getContext().getContentResolver().query(
235 getInstrumentation().getContext().getContentResolver()
241 Cursor cursor = getInstrumentation().getContext().getContentResolver()
  /external/llvm/lib/IR/
ConstantFold.cpp 61 Type *Ty = IntegerType::get(CV->getContext(), 32);
95 IntegerType *FakeIntPtrTy = Type::getInt64Ty(DstTy->getContext());
115 Constant::getNullValue(Type::getInt32Ty(DPTy->getContext()));
175 return ConstantFP::get(DestTy->getContext(),
194 return ConstantInt::get(FP->getContext(),
227 return ConstantInt::get(CI->getContext(), V);
278 return Constant::getNullValue(IntegerType::get(CE->getContext(),
300 return Constant::getNullValue(IntegerType::get(CE->getContext(),
316 return Constant::getNullValue(IntegerType::get(CE->getContext(),
336 return ConstantExpr::getTrunc(Res, IntegerType::get(C->getContext(),
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 54 return getContext().GetOrCreateSymbol(StringRef("DW.ref.") +
66 MCSymbol *Label = getContext().GetOrCreateSymbol(NameData);
72 const MCSection *Sec = getContext().getELFSection(NameData,
80 const MCExpr *E = MCConstantExpr::Create(Size, getContext());
106 getTTypeReference(MCSymbolRefExpr::Create(SSym, getContext()),
218 return getContext().getELFSection(SectionName,
327 return selectELFSectionForGlobal(getContext(), GV, Kind, Mang, TM,
340 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(),
416 return getStaticStructorSection(getContext(), UseInitArray, true, Priority,
422 return getStaticStructorSection(getContext(), UseInitArray, false, Priority
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 362 if (CGM.getContext().getTargetInfo().getTriple().getArch()
674 const ASTContext &Context = getContext();
734 getContext().toCharUnitsFromBits(getContext().getFieldOffset(MPD));
    [all...]
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DeviceInfoInstrument.java 65 Context context = getContext();
117 intent.setClassName(this.getContext(), activityName);
  /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/leanbackjank/app/src/android/cts/jank/leanback/presenter/
CardPresenter.java 46 ImageCardView cardView = new ImageCardView(parent.getContext()) {
76 Glide.with(viewHolder.view.getContext())
  /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/hardware/src/android/hardware/consumerir/cts/
ConsumerIrTest.java 39 mHasConsumerIr = getContext().getPackageManager().hasSystemFeature(
42 mCIR = (ConsumerIrManager)getContext().getSystemService(
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorParameterRangeTest.java 59 mSensorManager = (SensorManager) getContext().getSystemService(Context.SENSOR_SERVICE);
60 mHasHifiSensors = getContext().getPackageManager().hasSystemFeature(
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerConnectionTest.java 53 File dir = getContext().getFilesDir();
72 mMediaScannerConnection = new MockMediaScannerConnection(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/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();

Completed in 1536 milliseconds

<<11121314151617181920>>