Home
last modified time | relevance | path

Searched refs:w (Results 1 – 25 of 201) sorted by relevance

123456789

/packages/apps/Launcher/src/com/android/launcher/
DWidget.java29 Widget w = new Widget(); in makeSearch() local
30 w.itemType = LauncherSettings.Favorites.ITEM_TYPE_WIDGET_SEARCH; in makeSearch()
31 w.spanX = 4; in makeSearch()
32 w.spanY = 1; in makeSearch()
33 w.layoutResource = R.layout.widget_search; in makeSearch()
34 return w; in makeSearch()
/packages/apps/Launcher2/src/com/android/launcher2/
DWidget.java29 Widget w = new Widget(); in makeSearch() local
30 w.itemType = LauncherSettings.Favorites.ITEM_TYPE_WIDGET_SEARCH; in makeSearch()
31 w.spanX = 4; in makeSearch()
32 w.spanY = 1; in makeSearch()
33 w.layoutResource = R.layout.widget_search; in makeSearch()
34 return w; in makeSearch()
/packages/apps/Browser/src/com/android/browser/
DTabControl.java215 private Tab(WebView w, boolean closeOnExit, String appId, String url, Context context) { in Tab() argument
231 setWebView(w); in Tab()
238 public void setWebView(WebView w) { in setWebView() argument
239 if (mMainView == w) { in setWebView()
250 mMainView = w; in setWebView()
592 final WebView w = createNewWebView(); in createNewTab() local
595 Tab t = new Tab(w, closeOnExit, appId, url, mActivity); in createNewTab()
632 WebView w = t.mMainView; in removeTab() local
635 w.destroy(); in removeTab()
695 WebView w = t.mMainView; in destroy() local
[all …]
/packages/apps/Mms/src/com/android/mms/ui/
DMessageListAdapter.java262 Log.w("colsMap", e.getMessage()); in ColumnsMap()
268 Log.w("colsMap", e.getMessage()); in ColumnsMap()
274 Log.w("colsMap", e.getMessage()); in ColumnsMap()
280 Log.w("colsMap", e.getMessage()); in ColumnsMap()
286 Log.w("colsMap", e.getMessage()); in ColumnsMap()
292 Log.w("colsMap", e.getMessage()); in ColumnsMap()
298 Log.w("colsMap", e.getMessage()); in ColumnsMap()
304 Log.w("colsMap", e.getMessage()); in ColumnsMap()
310 Log.w("colsMap", e.getMessage()); in ColumnsMap()
316 Log.w("colsMap", e.getMessage()); in ColumnsMap()
[all …]
/packages/apps/Camera/src/com/android/camera/
DGalleryPickerItem.java68 final int w = getWidth(); in onDraw() local
71 frameBounds.set(0, 0, w, h); in onDraw()
74 mOverlay.setBounds(w - mOverlay.getIntrinsicWidth(), in onDraw()
75 h - mOverlay.getIntrinsicHeight(), w, h); in onDraw()
87 protected void onSizeChanged(int w, int h, int oldw, int oldh) { in onSizeChanged() argument
88 super.onSizeChanged(w, h, oldw, oldh); in onSizeChanged()
DEvenlySpacedLayout.java86 int w = child.getMeasuredWidth(); in layoutHorizontal() local
88 child.layout(left, top, left + w, top + h); in layoutHorizontal()
89 left += w; in layoutHorizontal()
113 int w = child.getMeasuredWidth(); in layoutVertical() local
115 child.layout(left, top, left + w, top + h); in layoutVertical()
/packages/apps/Gallery/src/com/android/camera/
DGalleryPickerItem.java70 final int w = getWidth(); in onDraw() local
73 frameBounds.set(0, 0, w, h); in onDraw()
76 mOverlay.setBounds(w - mOverlay.getIntrinsicWidth(), in onDraw()
77 h - mOverlay.getIntrinsicHeight(), w, h); in onDraw()
89 protected void onSizeChanged(int w, int h, int oldw, int oldh) { in onSizeChanged() argument
90 super.onSizeChanged(w, h, oldw, oldh); in onSizeChanged()
DEvenlySpacedLayout.java88 int w = child.getMeasuredWidth(); in layoutHorizontal() local
90 child.layout(left, top, left + w, top + h); in layoutHorizontal()
91 left += w; in layoutHorizontal()
115 int w = child.getMeasuredWidth(); in layoutVertical() local
117 child.layout(left, top, left + w, top + h); in layoutVertical()
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
DGalaxyView.java33 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged() argument
34 super.surfaceChanged(holder, format, w, h); in surfaceChanged()
37 GalaxyRS render = new GalaxyRS(w, h); in surfaceChanged()
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
DGrassView.java33 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged() argument
34 super.surfaceChanged(holder, format, w, h); in surfaceChanged()
37 GrassRS render = new GrassRS(getContext(), w, h); in surfaceChanged()
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/
DFallView.java35 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged() argument
36 super.surfaceChanged(holder, format, w, h); in surfaceChanged()
39 mRender = new FallRS(w, h); in surfaceChanged()
/packages/apps/GlobalSearch/src/com/android/globalsearch/
DSuggestionSources.java93 Log.w(TAG, "getSuggestionSources() called, but sources not loaded."); in getSuggestionSources()
121 Log.w(TAG, "getEnabledSuggestionSources() called, but sources not loaded."); in getEnabledSuggestionSources()
137 Log.w(TAG, "getSelectedWebSearchSource() called, but sources not loaded."); in getSelectedWebSearchSource()
173 Log.w(TAG, "Already loaded, ignoring call to load()."); in load()
204 Log.w(TAG, "Not loaded, ignoring call to close()."); in close()
225 Log.w(TAG, "Could not load list of trusted search providers, trusting none"); in loadTrustedPackages()
273 Log.w(TAG, "Replaced source " + old + " for " + source.getComponentName()); in addSuggestionSource()
294 Log.w(TAG, "Search preferences " + PREFERENCES_NAME + " not found."); in isSourceEnabled()
DPerTagExecutor.java96 Log.w(TAG, "somehow have a running count (" + mRunning + ") greater than " in run()
128 Log.w(TAG, mTag + ": Rejected by the executor."); in execute()
136 Log.w(TAG, "PerTagExecutor: how can i be done running if I'm not " in doneRunning()
/packages/wallpapers/Basic/res/raw/
Ddistort.rs117 int w = 0;
118 for ( ; w < r; w += 1) {
119 int squ = w * w;
122 current[yn + x + w] = v;
123 current[yp + x + w] = v;
124 current[yn + x - w] = v;
125 current[yp + x - w] = v;
151 int w = width;
152 while (w) {
157 w -= 1;
[all …]
Dgalaxy.rs42 float w = 2.f;
44 while (w >= 1.0f) {
47 w = x1 * x1 + x2 * x2;
50 w = sqrtf(-2.0 * logf(w) / w);
51 return x1 * w;
/packages/apps/CertInstaller/src/com/android/certinstaller/
DCertInstaller.java169 Log.w(TAG, "unknown request code: " + requestCode); in onActivityResult()
264 Log.w(TAG, "setPkeyMap(): failed to write pkey map"); in setPkeyMap()
268 Log.w(TAG, "setPkeyMap(): " + e); in setPkeyMap()
282 Log.w(TAG, "getPkeyMap(): " + e); in getPkeyMap()
424 Log.w(TAG, "systemInstall(): " + e); in createNameCredentialDialog()
459 Log.w(TAG, "impossible to pick a directory! " + file); in onPreferenceClick()
484 Log.w(TAG, "createFileList(): " + e); in createFileList()
548 Log.w(TAG, "cert file is too large: " + length); in installFromSdCard()
552 Log.w(TAG, "cert file does not exist"); in installFromSdCard()
565 Log.w(TAG, "cert file read error: " + e); in readCert()
[all …]
/packages/apps/GoogleSearch/src/com/android/googlesearch/
DSuggestionProvider.java173 Log.w(LOG_TAG, "Error", e); in query()
175 Log.w(LOG_TAG, "Error", e); in query()
177 Log.w(LOG_TAG, "Error", e); in query()
237 Log.w(LOG_TAG, "Bad column: " + column); in getString()
241 Log.w(LOG_TAG, "Error parsing response: " + e); in getString()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java189 Log.w(TAG, "Wrong UUID length"); in onConnect()
194 Log.w(TAG, "Wrong UUID"); in onConnect()
276 Log.w(TAG, "path create is forbidden!"); in onSetPath()
279 Log.w(TAG, "path is not legal"); in onSetPath()
352 Log.w(TAG, "mCurrentpath is not valid path!!!"); in onGet()
359 Log.w(TAG, "Not support access SIM card info!"); in onGet()
383 Log.w(TAG, "Input name doesn't contain valid info!!!"); in onGet()
404 Log.w(TAG, "unknown type request!!!"); in onGet()
664 Log.w(TAG, "vcardString is null!"); in pushBytes()
790 Log.w(TAG, "search attr not supported"); in pullVcardListing()
[all …]
/packages/providers/ApplicationsProvider/src/com/android/providers/applications/
DApplicationLauncher.java52 Log.w(TAG, "Activity not found: " + componentName); in onCreate()
59 Log.w(TAG, "Unhandled intent: " + intent); in onCreate()
/packages/providers/CalendarProvider/
Dmaketests.py104 for w in whens:
105 startTime = w.getAttribute("startTime")
106 endTime = w.getAttribute("endTime")
/packages/apps/IM/src/com/android/im/app/
DPreferenceActivity.java120 Log.w(ImApp.LOG_TAG, "No data passed to PreferenceActivity"); in resolveIntent()
126 Log.w(ImApp.LOG_TAG, "Can't query data from given URI."); in resolveIntent()
149 Log.w(ImApp.LOG_TAG, "Unexpected dataChannel button ID; defaulting to HTTP"); in savePreferences()
166 Log.w(ImApp.LOG_TAG, "Unexpected cirChannel button ID; defaulting to STCP"); in savePreferences()
183 Log.w(ImApp.LOG_TAG, "Unexpected dataEncoding button ID; defaulting to WBXML"); in savePreferences()
DImUrlActivity.java65 Log.w(ImApp.LOG_TAG, "<ImUrlActivity>Invalid to address:" + mToAddress); in onCreate()
114 Log.w("ImUrlActivity", "Connection disappeared!"); in handleIntent()
171 Log.w("ImUrlActivity", "Connection disappeared!"); in openChat()
192 Log.w(ImApp.LOG_TAG, in resolveIntent()
203 Log.w(ImApp.LOG_TAG, "resolveIntent: IM provider "+ host + " not supported"); in resolveIntent()
/packages/apps/Calendar/src/com/android/calendar/
DIcsImportActivity.java116 Log.w(TAG, "Could not open data.", fnfe); in onCreate()
118 Log.w(TAG, "Could not read data.", ioe); in onCreate()
124 Log.w(TAG, "Could not close InputStream.", ioe); in onCreate()
131 Log.w(TAG, "No iCalendar data to parse."); in onCreate()
/packages/apps/Phone/src/com/android/phone/
DOutgoingCallBroadcaster.java133 Log.w(TAG, "Cannot modify outgoing call to emergency number " + number + "."); in doReceive()
215 Log.w(TAG, "Attempt to deliver non-CALL action; forcing to CALL"); in onCreate()
231 Log.w(TAG, "Cannot call emergency number " + number in onCreate()
260 Log.w(TAG, "Cannot call non-emergency number " + number in onCreate()
/packages/apps/Settings/src/com/android/settings/
DManageApplications.java291 Log.w(TAG, "Ignoring message");
304 Log.w(TAG, "Ignoring message:REMOVE_PKG for null pkgName");
344 Log.w(TAG, "Ignoring message:ADD_PKG_START for null pkgName");
357 Log.w(TAG, "Couldnt find application info for:"+pkgName);
365 Log.w(TAG, "Ignoring message:ADD_PKG_START for null pkgName");
647 … Log.w(TAG, "Error retrieving ApplicationInfo for pkg:"+appProcInfo.pkgList[i]); in getInstalledApps()
807 Log.w(TAG, "Empty or null application list"); in run()
1046 if (localLOGV) Log.w(TAG, "Null pkg name when checking if installed"); in isInstalled()
1060 Log.w(TAG, "Position out of bounds in List Adapter"); in getApplicationInfo()
1069 Log.w(TAG, "Position out of bounds in List Adapter"); in getItemId()
[all …]

123456789