Searched defs:ctx (Results 1 - 23 of 23) sorted by relevance

/packages/apps/Browser/src/com/android/browser/view/
H A DPieListView.java33 public PieListView(Context ctx) { argument
35 mBgPaint.setColor(ctx.getResources().getColor(R.color.qcMenuBackground));
H A DPieStackView.java39 public PieStackView(Context ctx) { argument
40 mMinHeight = (int) ctx.getResources()
H A DPieMenu.java121 private void init(Context ctx) { argument
125 Resources res = ctx.getResources();
/packages/apps/Browser/src/com/android/browser/
H A DDownloadTouchIcon.java61 public DownloadTouchIcon(Tab tab, Context ctx, ContentResolver cr, WebView view) { argument
63 mContext = ctx.getApplicationContext();
78 public DownloadTouchIcon(Context ctx, ContentResolver cr, String url) { argument
80 mContext = ctx.getApplicationContext();
H A DPageProgressView.java71 private void init(Context ctx) { argument
H A DGoogleAccountLogin.java248 private static Account[] getAccounts(Context ctx) { argument
249 return AccountManager.get(ctx).getAccountsByType(GOOGLE);
H A DNavScreen.java211 public TabAdapter(Context ctx, TabControl tc) { argument
212 context = ctx;
H A DPieControlBase.java125 public TabAdapter(Context ctx, UiController ctl) { argument
126 mInflater = LayoutInflater.from(ctx);
H A DPieControlXLarge.java168 public MenuAdapter(Context ctx, UiController ctl) { argument
170 mInflater = LayoutInflater.from(ctx);
H A DTabScrollView.java65 private void init(Context ctx) { argument
66 mAnimationDuration = ctx.getResources().getInteger(
68 mTabOverlap = (int) ctx.getResources().getDimension(R.dimen.tab_overlap);
71 mContentView = new TabLayout(ctx);
76 (int) ctx.getResources().getDimension(R.dimen.tab_first_padding_left),
H A DWebStorageSizeManager.java185 * @param ctx is the application context
190 public WebStorageSizeManager(Context ctx, DiskInfo diskInfo, argument
192 mContext = ctx.getApplicationContext();
H A DBreadCrumbView.java86 private void init(Context ctx) { argument
87 mContext = ctx;
H A DPhoneUi.java519 public AnimScreen(Context ctx) { argument
520 mMain = LayoutInflater.from(ctx).inflate(R.layout.anim_screen,
H A DPreloadController.java43 public PreloadController(Context ctx) { argument
44 mContext = ctx.getApplicationContext();
H A DNavTabScroller.java87 private void init(Context ctx) { argument
92 mContentView = new ContentLayout(ctx, this);
H A DSuggestionsAdapter.java89 public SuggestionsAdapter(Context ctx, CompletionListener listener) { argument
90 mContext = ctx;
H A DUrlInputView.java103 private void init(Context ctx) { argument
104 mInputManager = (InputMethodManager) ctx.getSystemService(Context.INPUT_METHOD_SERVICE);
106 mAdapter = new SuggestionsAdapter(ctx, this);
109 onConfigurationChanged(ctx.getResources().getConfiguration());
H A DAddBookmarkPage.java753 public SaveBookmarkRunnable(Context ctx, Message msg) { argument
754 mContext = ctx.getApplicationContext();
H A DBaseUi.java828 public FullscreenHolder(Context ctx) { argument
829 super(ctx);
830 setBackgroundColor(ctx.getResources().getColor(R.color.black));
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java121 * @param ctx The context to use to obtain access to the Notification
124 BluetoothOppNotification(Context ctx) { argument
125 mContext = ctx;
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotification.java94 * @param ctx The context to use to obtain access to the
97 DownloadNotification(Context ctx, SystemFacade systemFacade) { argument
98 mContext = ctx;
/packages/apps/Gallery/src/com/android/camera/
H A DHighlightView.java48 public HighlightView(View ctx) { argument
49 mContext = ctx;
/packages/apps/Browser/src/com/android/browser/preferences/
H A DWebsiteSettingsFragment.java298 public UpdateFromBookmarksDbTask(Context ctx, Map<String, Site> sites) { argument
299 mContext = ctx.getApplicationContext();

Completed in 235 milliseconds