android-window Questions
2
Solved
This is the code I use to detect when the Keyboard Height changes.
Only the problem is that the Statur Bar color disappears and turns white when this code runs.
ViewCompat.setOnApplyWindowInsetsLis...
Multiflorous asked 27/1, 2023 at 12:52
7
Solved
How can I slide in the keyboard?
I tried:
val keyboardController: SoftwareKeyboardController? = LocalSoftwareKeyboardController.current
keyboardController?.show()
But it does not work. What am I ...
Pico asked 9/3, 2022 at 16:14
2
Solved
Im trying to display an DialogFragment with match_parent both for height and width but it happens that on top the DialogFragment is being displayed below StatusBar.
The DialogFragment is applying ...
Iliac asked 28/9, 2017 at 11:15
6
Solved
Is it possible to programmatically enumerate all of the android.view.Windows, or decor views within an application?
Dialogs for example will both open in a new Window, separate from the main Activ...
Blah asked 29/10, 2013 at 21:58
2
Solved
I am trying to disable multi window feature of android. I have read the android documentation and know that resizeableActivity would only work for android N (API level 24) but I want to disable i...
Stodder asked 20/3, 2017 at 14:3
0
My task is receiving all motion events in android application with good embedding (library variant). I create my Window.Callback wrapper.
public class WindowCallback implements Window.Callback {
...
Blench asked 19/3, 2019 at 14:51
2
Solved
I know what setFlags does is replacing the old flags with the new ones. And addFlags is appending more flag. I'm just confused why are the arguments in setFlags method that I've seen usually the sa...
Poundage asked 17/12, 2017 at 11:28
2
Solved
The following image is a window of the app https://play.google.com/store/apps/details?id=jp.snowlife01.android.clipboard. i named it as main window.
It's seem that main window is not a normal wind...
Fraught asked 25/10, 2018 at 2:29
1
Solved
Wait, it is not a duplicate
A similar question has been asked here, but not addressing dark-text status bar.
What I want to do
I want to achieve 3 things at the same time:
Transparent status ...
Planchet asked 15/3, 2018 at 10:3
1
Solved
I want to manipulate the status bar (ex.color) but in the background. I am using a foreground service to do this. Thus there is no window as it is happening in the background, specifically there is...
Hiett asked 25/1, 2018 at 15:24
4
Solved
What is a Window in Android?
I thought the top-most level in Android is called Activity, which is the screen you see.
Can someone tell me what a Window in Android is? do we just have one or multi...
Confucius asked 26/2, 2012 at 8:52
3
i add a view in the windowManager via mWindowManager.addview(). Now i would like to know if it's possible to get the window instance. their is myView.getWindowID() and myView.getWindowToken() but i...
Chetnik asked 30/5, 2017 at 7:43
1
Solved
I have a MainActivity with lots of Fragments and in one specific Fragment I want to draw behind system bar, so I'm applying at runtime the following flag :
if (Build.VERSION.SDK_INT >= Build....
Performance asked 23/3, 2017 at 12:23
1
© 2022 - 2024 — McMap. All rights reserved.