Searched refs:context (Results 251 - 275 of 1275) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/view/animation/
H A DDecelerateInterpolator.java43 public DecelerateInterpolator(Context context, AttributeSet attrs) { argument
45 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.DecelerateInterpolator);
H A DLayoutAnimationController.java98 * @param context the Context the view group is running in, through which
103 public LayoutAnimationController(Context context, AttributeSet attrs) { argument
104 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.LayoutAnimation);
114 setAnimation(context, resource);
119 setInterpolator(context, resource);
175 * @param context the context from which the animation must be inflated
183 public void setAnimation(Context context, int resourceID) { argument
184 setAnimation(AnimationUtils.loadAnimation(context, resourceID));
220 * @param context th
228 setInterpolator(Context context, int resourceID) argument
[all...]
H A DOvershootInterpolator.java43 public OvershootInterpolator(Context context, AttributeSet attrs) { argument
44 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/android/webkit/
H A DKeyStoreHandler.java51 public void installCert(Context context) { argument
73 CertTool.addCertificate(context, type, cert);
H A DPluginList.java109 public synchronized void pluginClicked(Context context, int position) { argument
112 plugin.dispatchClickEvent(context);
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothRebootStressTest.java39 Context context = getInstrumentation().getTargetContext();
40 mTestUtils = new BluetoothTestUtils(context, TAG, OUTPUT_FILE);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DRemoteReceiver.java32 public void onReceive(Context context, Intent intent) argument
37 context.sendOrderedBroadcast(newIntent, null);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DLockPatternKeyguardViewProperties.java45 public KeyguardViewBase createKeyguardView(Context context, argument
49 return new LockPatternKeyguardView(context, callback, updateMonitor,
/frameworks/base/services/java/com/android/server/
H A DMasterClearReceiver.java32 public void onReceive(final Context context, final Intent intent) { argument
46 RecoverySystem.rebootWipeUserData(context);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBigGradientActivity.java37 public BigGradientView(Context context) { argument
38 super(context);
/frameworks/base/tests/RenderScriptTests/HelloWorld/src/com/example/android/rs/helloworld/
H A DHelloWorldView.java26 // Renderscipt context
31 public HelloWorldView(Context context) { argument
32 super(context);
/frameworks/base/tests/RenderScriptTests/SurfaceTexture/src/com/example/android/rs/sto/
H A DSurfaceTextureOpaqueView.java29 public SurfaceTextureOpaqueView(Context context) { argument
30 super(context);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DStatusBar.java33 public StatusBar(Context context, Density density) throws XmlPullParserException { argument
34 super(context, density, LinearLayout.HORIZONTAL, "/bars/status_bar.xml", "status_bar.xml");
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSScript.cpp26 // Using the same context with the source in pScript.
27 BCCContext &context = pScript.getSource().getContext(); local
40 Source *libclcore_source = Source::CreateFromFile(context, core_lib);
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselViewUtilities.java18 * @param context calling context
23 public static boolean writeBitmapToFile(Context context, Bitmap bitmap, String filename) { argument
30 MediaScannerConnection.scanFile(context, new String[] { file.toString() }, null, null);
/frameworks/ex/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoPagerLoader.java35 Context context, Uri photosUri, String[] projection) {
36 super(context);
34 PhotoPagerLoader( Context context, Uri photosUri, String[] projection) argument
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DMediaPlayerDataSource.java41 public MediaPlayerDataSource(Context context, Uri intentUri) { argument
42 mContext = context;
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoPagerLoader.java35 Context context, Uri photosUri, String[] projection) {
36 super(context);
34 PhotoPagerLoader( Context context, Uri photosUri, String[] projection) argument
/frameworks/support/v4/honeycomb/android/support/v4/widget/
H A DSearchViewCompatHoneycomb.java34 public static View newSearchView(Context context) { argument
35 return new SearchView(context);
/frameworks/support/v4/ics/android/support/v4/view/
H A DPagerTitleStripIcs.java36 public SingleLineAllCapsTransform(Context context) { argument
37 mLocale = context.getResources().getConfiguration().locale;
/frameworks/support/v4/ics/android/support/v4/widget/
H A DEdgeEffectCompatIcs.java29 public static Object newEdgeEffect(Context context) { argument
30 return new EdgeEffect(context);
/frameworks/support/v4/java/android/support/v4/app/
H A DNoSaveStateFrameLayout.java44 public NoSaveStateFrameLayout(Context context) { argument
45 super(context);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DViewGroup.java30 public ViewGroup(Context context, AttributeSet attrs, int defStyle) { argument
31 super(context, attrs, defStyle);
/frameworks/wilhelm/src/desktop/
H A DSDL.c24 static void SDLCALL SDL_callback(void *context, Uint8 *stream, int len) argument
27 IEngine *thisEngine = (IEngine *) context;
/frameworks/base/media/java/android/mtp/
H A DMtpStorage.java38 public MtpStorage(StorageVolume volume, Context context) { argument
41 mDescription = context.getResources().getString(volume.getDescriptionId());

Completed in 503 milliseconds

<<11121314151617181920>>