HomeSort by relevance Sort by last modified time
    Searched refs:updateDisplayInfo (Results 1 - 11 of 11) sorted by null

  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_uevents.cpp 188 updateDisplayInfo(ctx, dpy);
hwc_utils.h 305 void updateDisplayInfo(hwc_context_t* ctx, int dpy);
hwc_utils.cpp 146 void updateDisplayInfo(hwc_context_t* ctx, int dpy) {
307 updateDisplayInfo(ctx, HWC_DISPLAY_PRIMARY);
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_uevents.cpp 188 updateDisplayInfo(ctx, dpy);
hwc_utils.h 332 void updateDisplayInfo(hwc_context_t* ctx, int dpy);
hwc_utils.cpp 126 void updateDisplayInfo(hwc_context_t* ctx, int dpy) {
283 updateDisplayInfo(ctx, HWC_DISPLAY_PRIMARY);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
TaskStack.java 351 void updateDisplayInfo(Rect bounds) {
357 mTasks.get(taskNdx).updateDisplayInfo(mDisplayContent);
391 // Nothing to do here as we already update the state in updateDisplayInfo.
396 // Update stack bounds again since rotation changed since updateDisplayInfo().
550 task.updateDisplayInfo(mDisplayContent);
673 updateDisplayInfo(bounds);
    [all...]
DisplayContent.java 210 void updateDisplayInfo() {
214 mStacks.get(i).updateDisplayInfo(null);
Task.java 573 void updateDisplayInfo(final DisplayContent displayContent) {
WindowManagerService.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerView.java 289 updateDisplayInfo();
    [all...]

Completed in 1244 milliseconds