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

  /frameworks/base/services/core/java/com/android/server/wm/
Task.java 240 updateDisplayInfo(getDisplayContent());
550 void updateDisplayInfo(final DisplayContent displayContent) {
TaskStack.java 378 void updateDisplayInfo(Rect bounds) {
384 mChildren.get(taskNdx).updateDisplayInfo(mDisplayContent);
433 // Nothing to do here as we already update the state in updateDisplayInfo.
438 // Update stack bounds again since rotation changed since updateDisplayInfo().
719 updateDisplayInfo(bounds);
    [all...]
DisplayContent.java     [all...]
WindowManagerService.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerView.java 292 updateDisplayInfo();
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
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_utils.cpp 126 void updateDisplayInfo(hwc_context_t* ctx, int dpy) {
283 updateDisplayInfo(ctx, HWC_DISPLAY_PRIMARY);
    [all...]

Completed in 609 milliseconds