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

/frameworks/base/media/java/android/media/
H A DMediaFocusControl.java258 final DisplayInfoForServer di =
260 if (di.mClientNotifListComp != null) {
261 boolean wasEnabled = di.mEnabled;
262 di.mEnabled = isComponentInStringArray(di.mClientNotifListComp,
264 if (wasEnabled != di.mEnabled){
267 di.mRcDisplay.setEnabled(di.mEnabled);
270 di.mRcDisplay, di
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp713 jsize di = 0; local
766 //ALOGI("Field %" PRId32 ": %" PRId32 "-%" PRId32 " dest=%" PRId32 " mode=0x%" PRIx32 "\n", i, start, end, di, mode);
771 if ((mode&PROC_OUT_FLOAT) != 0 && di < NR) {
773 floatsData[di] = strtof(buffer+start, &end);
775 if ((mode&PROC_OUT_LONG) != 0 && di < NL) {
777 longsData[di] = strtoll(buffer+start, &end, 10);
779 if ((mode&PROC_OUT_STRING) != 0 && di < NS) {
781 env->SetObjectArrayElement(outStrings, di, str);
784 di++;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java543 DisplayInfo di = new DisplayInfo();
544 mDisplay.getDisplayInfo(di);
545 return SurfaceControl.screenshot(di.getNaturalWidth(), di.getNaturalHeight());
/frameworks/base/core/java/android/view/
H A DChoreographer.java179 DisplayInfo di = DisplayManagerGlobal.getInstance().getDisplayInfo(
181 return di.refreshRate;
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java178 public AlertController(Context context, DialogInterface di, Window window) { argument
180 mDialogInterface = di;
182 mHandler = new ButtonHandler(di);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java1488 int di = mInputMethodDialogs.size();
1489 while (di > 0) {
1490 di --;
1491 imw = mInputMethodDialogs.get(di);

Completed in 81 milliseconds