OpenTHOS Multi-window Introduction
Chen Gang <chengang@emindsoft.com.cn> 2016-09-24
OpenTHOS Multi-window Introduction Chen Gang - - PowerPoint PPT Presentation
OpenTHOS Multi-window Introduction Chen Gang <chengang@emindsoft.com.cn> 2016-09-24 Android Architecture Application Level Normal Apps packages Externals (java) Frameworks Level frameworks/base/packages frameworks/base frameworks/*
OpenTHOS Multi-window Introduction
Chen Gang <chengang@emindsoft.com.cn> 2016-09-24
Android Architecture
Kernel Level Middle Level Middle Library Virtual Machine HAL Frameworks Level frameworks/native frameworks/base frameworks/base/packages Application Level libcore packages Externals (java) Normal Apps frameworks/* ...
Runtime environments
zygote
SystemServer Application Application
resources java obj virtal machine libraries resources java obj virtal machine libraries resources java obj virtal machine libraries resources java obj virtal machine libraries AM WM APP APP
AMS WMS APP ActivityDisplay ActivityStack TaskRecord ActivityRecord <AppTaskImp> DisplayContent TaskStack Task AppWindowToken WindowState Session TaskGroup ActivityManager WindowManagerGlobal WindowManager ViewRootImp Window (PhoneWindow) View ViewGroup StackInfo <AppTask> Activity (mToken, mWindow) ... ...
Multiwindow Related Objects
Multiwindow implementation
PhoneWindow::Decor ViewRootImp::mWinFrame TaskStack::mBounds WindowState::mContainingFrame
PhoneWindow:: DecorMW, TouchListener, mStackId DisplayContent:: relayoutWindow(), stackIdFromPoint()
Home stack (launcher) Window/View styles (fullscreen, floating, dialog, rotation …) Display metrics and dpi (not implement).
Multiwindow Relate Features
transparent surface. setbounds for Drawable. Draw shadow image in template layout with clearing dirty contents.
WMS catch and process messages. Adjust dialog size to avoid overriding application window header. half-transparent black view between dialog and application window.
WMS catch and process messages. Decor customize the layout dynamically.
Frameworks related features
StartupMenu, StatusBar, NotificationBar, Alt+Tab ...
Launcher, Settings, FileManager, Brower, Auto-Update, AppStore ...
WPS, WeChat, QQ, Player, Camera …
Global Related Features
Animation, Video, Capture ...
Ethernet, Resolution, Shadow/Extend Display ...
Printer, Run Linux GUI application ...
Desktop OS