[AOSP] Window Management

정은·2024년 3월 12일
0

Android Open Source Project

목록 보기
13/14

Window Management

WM Introduction

Android Window management comprises of three components Window, Window Manager, Window Manager Service (WMS)


1. Window is employee.
2. Window Manager is the manager who manages this employee
3. Window Manager Service is the ultimate boss and the Window Manager Service instructs the window manager to run the APIs.


The relation

Window

Window Management Properties

Company rules = Window Properties

LayoutParams

  • Understanding the property of window can help you to understand the internal principles of window management

There are many kinds of properties of window and there are three kinds which are closely related to application development

They are the type of the window, the flag of the window and the keyboard related properties or the SoftInput properties.

Window Z-Order

Window Flags

window.addFlags()

Window SoftInput - Keyboard

profile
정니의 이런거 저런거 기록 일지 😛

0개의 댓글