当前位置:网站首页>Activity supports multi window display
Activity supports multi window display
2022-04-23 03:32:00 【Jon_ Lo】
Activity
The following methods are provided to support multi window display .
Call this method to confirm Activity Whether it is in multi window mode .
Call this method to confirm Activity Is it in Picture in picture Pattern .
Be careful : Picture in picture mode is a special case of multi window mode . If myActivity.isInPictureInPictureMode()
return true, be myActivity.isInMultiWindowMode()
Also returned true.
When Activity When entering or exiting multi window mode , The system will call this method . When Activity When entering multi window mode , The system passes... To the method true value , When you exit multi window mode, you pass false value .
onPictureInPictureModeChanged()
When Activity When entering or exiting picture in picture mode , The system will call this method . When Activity When entering picture in picture mode , The system passes... To the method true value , When you exit picture in picture mode, you pass false value .
Fragment
Class exposes versions of many of the above methods , for example Fragment.onMultiWindowModeChanged()
.
版权声明
本文为[Jon_ Lo]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220607064544.html
边栏推荐
- 移植tslib时ts_setup: No such file or directory、ts_open: No such file or director
- On the principle of concurrent programming and the art of notify / Park
- The fourth operation
- QT dynamic translation of Chinese and English languages
- Database - MySQL -- Navicat import SQL error 1067 - invalid default value for 'paydate‘
- PWA I'm here
- New ORM framework -- Introduction to beetlsql
- The art of concurrent programming (3): an in-depth understanding of the principle of synchronized
- MySQL installation pit
- . NETCORE sets the API post mode, which can accept parameters directly in parentheses
猜你喜欢
Mechanical design knowledge point planning
The principle and solution of not allowing pasting in an English Network
Download and configuration of idea
TCP three handshakes and four waves
Code forces round # 784 (DIV. 4) solution (First AK CF (XD)
Test questions and some space wars
Visual programming - Experiment 2
Unity knowledge points (ugui)
2022 团体程序设计天梯赛 模拟赛 1-8 均是素数 (20 分)
Create virtual machine
随机推荐
AWS from entry to actual combat: creating accounts
Common exceptions
Supersocket is Use in net5 - startup
Oracle query foreign keys contain comma separated data
Design and implementation of redis (4): what is the event driver of redis
What to pay attention to when writing the first code
C-11 problem h: treasure chest 2
Redis (17) -- redis cache related problem solving
A hundred dollars for a hundred chickens
Development record of primary sensitive word detection
Unity knowledge points (ugui 2)
Punch in: 4.22 C language chapter - (1) first knowledge of C language - (11) pointer
Create virtual machine
Three types of cyclic structure
Using swagger in. Net5
QT dynamic translation of Chinese and English languages
2022 group programming ladder game simulation L2-4 Zhezhi game (25 points)
Three column layout (fixed width on both sides in the middle and fixed width on both sides in the middle)
. net webapi access authorization mechanism and process design (header token + redis)
第四次作业