Searched defs:context (Results 401 - 425 of 1847) sorted by relevance

<<11121314151617181920>>

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
H A DThroughputFilter.java71 public void process(FilterContext context) { argument
94 Frame throughputFrame = context.getFrameManager().newFrame(mOutputFormat);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsApplication.java39 public static RootsCache getRootsCache(Context context) { argument
40 return ((DocumentsApplication) context.getApplicationContext()).mRoots;
43 public static ThumbnailCache getThumbnailsCache(Context context, Point size) { argument
44 final DocumentsApplication app = (DocumentsApplication) context.getApplicationContext();
100 public void onReceive(Context context, Intent intent) {
H A DIconUtils.java204 public static Drawable loadPackageIcon(Context context, String authority, int icon) { argument
207 final PackageManager pm = context.getPackageManager();
213 return context.getDrawable(icon);
220 Context context, String mimeType, String authority, String docId, int mode) {
225 return context.getDrawable(R.drawable.ic_doc_album);
229 return context.getDrawable(R.drawable.ic_grid_folder);
231 return context.getDrawable(R.drawable.ic_doc_folder);
235 return loadMimeIcon(context, mimeType);
238 public static Drawable loadMimeIcon(Context context, String mimeType) { argument
240 return context
219 loadMimeIcon( Context context, String mimeType, String authority, String docId, int mode) argument
269 applyTintColor(Context context, int drawableId, int tintColorId) argument
276 applyTintAttr(Context context, int drawableId, int tintAttrId) argument
[all...]
H A DRootsLoader.java35 public RootsLoader(Context context, RootsCache roots, State state) { argument
36 super(context);
H A DUriDerivativeLoader.java86 public UriDerivativeLoader(Context context, P param) { argument
87 super(context);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSimpleHostView.java26 public KeyguardSimpleHostView(Context context, AttributeSet attrs) { argument
27 super(context, attrs);
28 KeyguardUpdateMonitor.getInstance(context).registerCallback(mUpdateCallback);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DEmbeddedContentContainer.java30 public EmbeddedContentContainer(Context context, AttributeSet attrs) { argument
31 super(context, attrs);
H A DPreviewPageFrame.java38 public PreviewPageFrame(Context context, AttributeSet attrs) { argument
39 super(context, attrs);
H A DPrintOptionsLayout.java36 public PrintOptionsLayout(Context context, AttributeSet attrs) { argument
37 super(context, attrs);
39 TypedArray typedArray = context.obtainStyledAttributes(attrs,
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DGlobalSetting.java33 public GlobalSetting(Context context, Handler handler, String settingName) { argument
35 mContext = context;
H A DQSContainer.java33 public QSContainer(Context context, AttributeSet attrs) { argument
34 super(context, attrs);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDataUsageDetailView.java45 public DataUsageDetailView(Context context, AttributeSet attrs) { argument
46 super(context, attrs);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsAppWidgetHost.java38 public RecentsAppWidgetHost(Context context, int hostId) { argument
39 super(context, hostId);
40 mContext = context;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAnimatedImageView.java32 public AnimatedImageView(Context context) { argument
33 super(context);
36 public AnimatedImageView(Context context, AttributeSet attrs) { argument
37 super(context, attrs);
H A DExpandableOutlineView.java35 public ExpandableOutlineView(Context context, AttributeSet attrs) { argument
36 super(context, attrs);
H A DNotificationOverflowIconsView.java41 public NotificationOverflowIconsView(Context context, AttributeSet attrs) { argument
42 super(context, attrs);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDateView.java45 public void onReceive(Context context, Intent intent) {
61 public DateView(Context context, AttributeSet attrs) { argument
62 super(context, attrs);
63 TypedArray a = context.getTheme().obtainStyledAttributes(
H A DSplitClockView.java43 public void onReceive(Context context, Intent intent) {
55 public SplitClockView(Context context, AttributeSet attrs) { argument
56 super(context, attrs);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DDisplayAdjustmentUtils.java60 public static boolean hasAdjustments(Context context, int userId) { argument
61 final ContentResolver cr = context.getContentResolver();
79 public static void applyAdjustments(Context context, int userId) { argument
80 final ContentResolver cr = context.getContentResolver();
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountAuthenticatorCache.java50 public AccountAuthenticatorCache(Context context) { argument
51 super(context, AccountManager.ACTION_AUTHENTICATOR_INTENT,
/frameworks/base/services/core/java/com/android/server/am/
H A DAppNotRespondingDialog.java40 public AppNotRespondingDialog(ActivityManagerService service, Context context, argument
42 super(context);
46 Resources res = context.getResources();
52 ? activity.info.loadLabel(context.getPackageManager())
56 (name2=context.getPackageManager().getApplicationLabel(app.info)) != null) {
H A DStrictModeViolationDialog.java42 public StrictModeViolationDialog(Context context, ActivityManagerService service, argument
44 super(context);
46 Resources res = context.getResources();
53 (name=context.getPackageManager().getApplicationLabel(app.info)) != null) {
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsXtraDownloader.java55 GpsXtraDownloader(Context context, Properties properties) { argument
56 mContext = context;
/frameworks/base/services/core/java/com/android/server/telecom/
H A DTelecomLoaderService.java73 public TelecomLoaderService(Context context) { argument
74 super(context);
75 mContext = context;
/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateService.java45 public WebViewUpdateService(Context context) { argument
46 super(context);
53 public void onReceive(Context context, Intent intent) {

Completed in 453 milliseconds

<<11121314151617181920>>