/packages/apps/Launcher/src/com/android/launcher/ |
D | Widget.java | 29 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/ |
D | Widget.java | 29 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/ |
D | TabControl.java | 215 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/ |
D | MessageListAdapter.java | 262 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/ |
D | GalleryPickerItem.java | 68 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()
|
D | EvenlySpacedLayout.java | 86 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/ |
D | GalleryPickerItem.java | 70 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()
|
D | EvenlySpacedLayout.java | 88 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/ |
D | GalaxyView.java | 33 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/ |
D | GrassView.java | 33 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/ |
D | FallView.java | 35 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/ |
D | SuggestionSources.java | 93 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()
|
D | PerTagExecutor.java | 96 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/ |
D | distort.rs | 117 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 …]
|
D | galaxy.rs | 42 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/ |
D | CertInstaller.java | 169 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/ |
D | SuggestionProvider.java | 173 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/ |
D | BluetoothPbapObexServer.java | 189 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/ |
D | ApplicationLauncher.java | 52 Log.w(TAG, "Activity not found: " + componentName); in onCreate() 59 Log.w(TAG, "Unhandled intent: " + intent); in onCreate()
|
/packages/providers/CalendarProvider/ |
D | maketests.py | 104 for w in whens: 105 startTime = w.getAttribute("startTime") 106 endTime = w.getAttribute("endTime")
|
/packages/apps/IM/src/com/android/im/app/ |
D | PreferenceActivity.java | 120 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()
|
D | ImUrlActivity.java | 65 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/ |
D | IcsImportActivity.java | 116 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/ |
D | OutgoingCallBroadcaster.java | 133 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/ |
D | ManageApplications.java | 291 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 …]
|