Searched refs:context (Results 176 - 200 of 1275) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/view/animation/
H A DAccelerateDecelerateInterpolator.java32 public AccelerateDecelerateInterpolator(Context context, AttributeSet attrs) { argument
/frameworks/base/core/java/android/widget/
H A DImageSwitcher.java29 public ImageSwitcher(Context context) argument
31 super(context);
34 public ImageSwitcher(Context context, AttributeSet attrs) { argument
35 super(context, attrs);
H A DTextSwitcher.java39 * @param context the application's environment
41 public TextSwitcher(Context context) { argument
42 super(context);
46 * Creates a new empty TextSwitcher for the given context and with the
49 * @param context the application environment
52 public TextSwitcher(Context context, AttributeSet attrs) { argument
53 super(context, attrs);
H A DToggleButton.java50 public ToggleButton(Context context, AttributeSet attrs, int defStyle) { argument
51 super(context, attrs, defStyle);
54 context.obtainStyledAttributes(
63 public ToggleButton(Context context, AttributeSet attrs) { argument
64 this(context, attrs, com.android.internal.R.attr.buttonStyleToggle);
67 public ToggleButton(Context context) { argument
68 this(context, null);
/frameworks/base/core/java/com/android/internal/widget/
H A DFaceUnlockView.java28 public FaceUnlockView(Context context) { argument
29 this(context, null);
32 public FaceUnlockView(Context context, AttributeSet attrs) { argument
33 super(context, attrs);
/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
H A DDisabledReceiver.java29 public void onReceive(Context context, Intent intent) { argument
H A DEnabledReceiver.java29 public void onReceive(Context context, Intent intent) { argument
/frameworks/base/core/tests/coretests/src/android/view/
H A DPreDrawListener.java45 public MyLinearLayout(Context context, AttributeSet attrs) { argument
46 super(context, attrs);
49 public MyLinearLayout(Context context) { argument
50 super(context);
/frameworks/base/graphics/java/android/renderscript/
H A DRSSurfaceView.java52 public RSSurfaceView(Context context) { argument
53 super(context);
64 public RSSurfaceView(Context context, AttributeSet attrs) { argument
65 super(context, attrs);
/frameworks/base/keystore/java/android/security/
H A DKeyChain.java220 * more context about the server requesting the credentials.
225 * @param activity The {@link Activity} context to use for
296 public static PrivateKey getPrivateKey(Context context, String alias) argument
301 KeyChainConnection keyChainConnection = bind(context);
331 public static X509Certificate[] getCertificateChain(Context context, String alias) argument
336 KeyChainConnection keyChainConnection = bind(context);
372 private final Context context; field in class:KeyChain.KeyChainConnection
375 private KeyChainConnection(Context context, argument
378 this.context = context;
395 bind(Context context) argument
424 ensureNotOnMainThread(Context context) argument
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardViewProperties.java30 * @param context the context to use when creating the view.
36 KeyguardViewBase createKeyguardView(Context context, argument
/frameworks/base/services/java/com/android/server/
H A DBrickReceiver.java27 public void onReceive(Context context, Intent intent) { argument
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DTestAppWidgetProvider.java36 public void onReceive(Context context, Intent intent) { argument
53 SharedPreferences prefs = context.getSharedPreferences(
57 AppWidgetManager gm = AppWidgetManager.getInstance(context);
58 RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.test_appwidget);
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/policy/
H A DPolicyManager.java38 public static Window makeNewWindow(Context context) { argument
45 public static LayoutInflater makeNewLayoutInflater(Context context) { argument
46 return new BridgeInflater(context, RenderAction.getCurrentContext().getProjectCallback());
56 public static FallbackEventHandler makeNewFallbackEventHandler(Context context) { argument
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-common/SRC/
H A DDriverView.java.template26 // Renderscipt context
31 public DriverView(Context context) {
32 super(context);
/frameworks/ex/common/java/com/android/common/
H A DSearch.java64 public static Cursor getSuggestions(Context context, SearchableInfo searchable, String query) { argument
65 return getSuggestions(context, searchable, query, -1);
77 public static Cursor getSuggestions(Context context, SearchableInfo searchable, argument
121 return context.getContentResolver().query(uri, null, selection, selArgs, null);
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNIView.java55 GLJNIView(Context context) { argument
56 super(context);
60 public GLJNIView(Context context, AttributeSet attrs) { argument
61 super(context, attrs);
/frameworks/support/v4/java/android/support/v4/app/
H A DNavUtils.java45 String getParentActivityName(Context context, ActivityInfo info); argument
84 public String getParentActivityName(Context context, ActivityInfo info) { argument
89 parentActivity = context.getPackageName() + parentActivity;
123 public String getParentActivityName(Context context, ActivityInfo info) { argument
126 result = super.getParentActivityName(context, info);
223 * @param context Context for looking up the activity component for sourceActivityClass
228 public static Intent getParentActivityIntent(Context context, Class<?> sourceActivityClass) argument
230 String parentActivity = getParentActivityName(context,
231 new ComponentName(context, sourceActivityClass));
235 final ComponentName target = new ComponentName(context, parentActivit
253 getParentActivityIntent(Context context, ComponentName componentName) argument
295 getParentActivityName(Context context, ComponentName componentName) argument
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DGLTextureSource.java69 public void fieldPortValueUpdated(String name, FilterContext context) { argument
78 public void process(FilterContext context) { argument
84 mFrame = context.getFrameManager().newBoundFrame(outputFormat,
100 public void tearDown(FilterContext context) { argument
H A DObjectSource.java57 public void process(FilterContext context) { argument
64 mFrame = context.getFrameManager().newFrame(outputFormat);
79 public void tearDown(FilterContext context) { argument
84 public void fieldPortValueUpdated(String name, FilterContext context) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAnimatedImageView.java33 public AnimatedImageView(Context context) { argument
34 super(context);
37 public AnimatedImageView(Context context, AttributeSet attrs) { argument
38 super(context, attrs);
H A DDoNotDisturb.java35 public DoNotDisturb(Context context) { argument
36 mContext = context;
37 mStatusBar = (StatusBarManager)context.getSystemService(Context.STATUS_BAR_SERVICE);
38 mPrefs = Prefs.read(context);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPeekPanel.java27 public NotificationPeekPanel(Context context, AttributeSet attrs) { argument
28 this(context, attrs, 0);
31 public NotificationPeekPanel(Context context, AttributeSet attrs, int defStyle) { argument
32 super(context, attrs, defStyle);
/frameworks/base/core/java/android/preference/
H A DSwitchPreference.java61 * @param context The Context that will style this preference
65 public SwitchPreference(Context context, AttributeSet attrs, int defStyle) { argument
66 super(context, attrs, defStyle);
68 TypedArray a = context.obtainStyledAttributes(attrs,
84 * @param context The Context that will style this preference
87 public SwitchPreference(Context context, AttributeSet attrs) { argument
88 this(context, attrs, com.android.internal.R.attr.switchPreferenceStyle);
94 * @param context The Context that will style this preference
96 public SwitchPreference(Context context) { argument
97 this(context, nul
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DSaturateFilter.java88 public void initProgram(FilterContext context, int target) { argument
91 ShaderProgram shaderProgram = new ShaderProgram(context, mBenSaturateShader);
95 shaderProgram = new ShaderProgram(context, mHerfSaturateShader);
109 public void fieldPortValueUpdated(String name, FilterContext context) { argument
116 public void process(FilterContext context) { argument
123 initProgram(context, inputFormat.getTarget());
128 Frame output = context.getFrameManager().newFrame(inputFormat);

Completed in 1110 milliseconds

1234567891011>>