Searched refs:wd (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_util_FileObserver.cpp82 env->CallVoidMethod(object, method_onEvent, event->wd, event->mask, path);
/frameworks/base/core/java/android/widget/
H A DTabHost.java776 final View wd = w != null ? w.getDecorView() : null;
777 if (mLaunchedView != wd && mLaunchedView != null) {
782 mLaunchedView = wd;
/frameworks/native/libs/vr/libpdx_uds/
H A Dipc_helper.cpp457 int wd = inotify_add_watch( local
460 if (wd < 0) {
523 ret = inotify_rm_watch(fd.Get(), wd);
/frameworks/base/core/java/android/app/
H A DResourcesManager.java259 WeakReference<Display> wd = mAdjustedDisplays.get(key);
260 if (wd != null) {
261 final Display display = wd.get();
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1115 if (event->wd == mSystemWd && strcmp(SYSTEM_TIME_DIR_NAME, event->name) == 0) {
1117 } else if (event->wd == mTimeWd && (strcmp(LAST_TIME_CHANGED_FILE_NAME, event->name) == 0
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java1679 WallpaperData wd = mWallpaperMap.get(user.id);
1680 if (wd == null) {
1683 wd = mWallpaperMap.get(user.id);
1685 if (wd != null && name.equals(wd.name)) {

Completed in 81 milliseconds