The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
19 views

Android WindowManager.updateViewLayout behaving weird

This is part of my code in my view: params.width = MyActivity.getWidth(); params.FOCUSED.height = MyActivity.getHeight(); wm.updateViewLayout(this, WindowLayoutParams.FOCUSED); I'm trying to ...
1
vote
1answer
62 views

Secure keyguard always shows up between activities

i have the following problem: i have my Activity A where i press a button and Activity B shows up. Both activities A and B have the WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD | ...
0
votes
1answer
25 views

WindowManager.LayoutParams alpha issue

In my app, I have a service in which I create a view that I display by using WindowManger : mFilter = new View(this); ...
0
votes
0answers
39 views

Moving an ImageView located in a WindowManager doesn't work properly

I'm trying to draw an Icon over everything on the screen (TOP MOST) similar to the chathead of new Facebook messenger I have create a service to work in the background and based on a specific ...
0
votes
1answer
33 views

set position of my window to top when softkeyboard is active in android

I want to manage my screen when virtual keyboard is active.Before I have 2 ideas that 1.Put the parent layout in scrollview: But issue here is When I run the app my layout scrolls to top when ...
0
votes
1answer
88 views

android.view.WindowManager$BadTokenException: Unable to add window --

We are running a long running application (runs for over 5 hrs) to track the path through the GPS. We are not growing any data over time. Using a few global variable to maintain distance and time. ...
2
votes
1answer
68 views

Best way to implement custom view with animation at the center of the screen?

My GOAL is to implement custom toast in my application as follows: MyCustomToastClass.makeText(context,View,anyDurationInMS); I want to set the "Toast" gravity, Layout, duration(not just ...
1
vote
0answers
147 views

Draw Floating Layout on Android launcher and other apps screens and managing the life cycle of this layout

I want to make a floating layout appears on all screens of any apps on the phone, and I can make actions on this layout besides other app running beside this layout can receive it's own actions and ...
1
vote
1answer
66 views

Catch onTouch or onClick event from View added by WindowManager in Android

I've been stuck on a problem for a few days now and my Google searches started to run dry of possible solutions. I am trying to make a class that adds a View and receives onTouch events or onClick ...
0
votes
1answer
188 views

Android webview fit all content to screen

Hi I have a webview and I want it to fit to screen, such that the user does not have to scroll horizontally or vertically I have searched before, many suggest the following but it only limits the ...
1
vote
1answer
35 views

How to update a view on a scheduled period

Can some one please tell me how to update a view on a scheduled period. for example every second. MyService.wm.updateViewLayout(mView, mLayoutParams); Problem that I'm having is when I used a ...
0
votes
0answers
94 views

WindowManager.LayoutParams combination that can pass events to layers under TYPE_SYSTEM_ALERT or smilar

Can someone please help me to get WindowManager.LayoutParams combination that can pass events to layers under TYPE_SYSTEM_ALERT or similar overlay type (that sits top of every other window). Problem: ...
2
votes
2answers
104 views

WindowManager.LayoutParams why is there a setTitle method?

So yesterday i was programming and suddenly i came across the setTitle method in the WindowManager.LayoutParams class, why would this class like this have a setTitle method? Where is is used for? The ...
1
vote
0answers
75 views

How to get the previous screen brightness value when the setting is in the auto-mode?

I want to get the previous screen brightness when the Brightness in the Display settings is in the auto-mode. I try to use the following code: WindowManager.LayoutParams lp = ...
1
vote
0answers
63 views

Call WindowManager from another class

I read a lot about how to call a method from another class but i don't seem to get it right. i have a few classes which all call a windowManager to set the brightness of the screen. Now i'm trying to ...
5
votes
0answers
171 views

Is it possible to always show the action bar when using adjustPan as soft input mode?

In my application I have a ListView with a footer that contains a custom view with an EditText inside. At the top sits an action bar. The activity currently uses SOFT_INPUT_ADJUST_RESIZE ...
1
vote
1answer
81 views

Setting Window Dim only working in onCreate()

I have a little problem with my Window dimming. Basically, I want to set the dimAmount of my Activity to zero as soon as I swipe it into one direction. Please be aware that my Activity is displayed ...
0
votes
0answers
305 views

Android: How can I use OnTouchListener to move the target with no delay?

I add the SurfaceView into the WindowManager and set the OnTouchListener for that view. I tried to move the view with my finger, but it did not immediately respond to me. i: view. m: finger or ...
1
vote
0answers
76 views

Window problems in Android

I am planning to perform a Rotating Animation on a two directional scroll view (see link). I have got the effect of the 2 directional scroll view, but now when i perform a Filp3D Type of animation ...
1
vote
1answer
186 views

Android control the position of SurfaceView by WindowsManager.LayoutParams

How can I control the position of window? I added the SurfaceView with WindowManager.LayoutParam into the WindowManager; And I tried to change the x and y of WindowManager.LayoutParams in Thread; But ...
1
vote
0answers
117 views

Android - Keeping screen brightness through entire application

I currently have a button in my application that changes the screen brightness, but when I leave that activity, it resets the screen brightness back to normal. I want it to set the brightness ...
0
votes
2answers
109 views

Prevent login screen on screen rotation android

I have an application in which a login screen shows up whenever an activity goes to onPause state. Generally, when screen orientation changes, the activity goes to onPause state, so I somehow ...
1
vote
1answer
81 views

Getting center cords of the screen and aligning view according to it

I have to add an ImageView programatically to an RelativeLayout such that it's 100dp to right of the center. I did this for a specific screen size and resolution, but I want it to work on any size of ...
0
votes
3answers
340 views

Fullscreen in WindowManager

This is my code: params = new WindowManager.LayoutParams( WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN, ...
0
votes
0answers
198 views

Android: View added to WindowManager stotters, except if a toast is called

Following code shows an overlayed ImageView managed by the WindowManager. A Thread changes its position and calls "updateViewLayout" throw a handler. That all is executed in an service. Everything ...
1
vote
1answer
188 views

Android overlay on top of software buttons

I am trying to write an app that draws a custom mouse pointer. I currently have a service that creates a class that extends ViewGroup and uses the WindowManager system service to display it as a ...
0
votes
1answer
238 views

Soft input keyboard not visible in Android [duplicate]

Possible Duplicate: Close/hide the Android Soft Keyboard I used the following code to hide the default keyboard to bring up my own and it works fine ...
1
vote
0answers
584 views

Turning screen on and off programmatically not working on some devices

I use the code below to turn the screen on and off. Both pieces of code work on most devices (tested on Galaxy Note, Galaxy S2, etc. etc.) but don't work on a few (mostly tablets but some phones as ...
1
vote
2answers
73 views

can't seem to update a text view in surface overlay

I have created a Service as seen below.. The service creates a system overlay with a text view that is displaying the time. I have an inlined timer class that is suppose to update the textView with ...
3
votes
1answer
317 views

How to get Window from an InputMethodService?

Is it possible to get the Window object for a particular View (or PopupWindow)? My app is a keyboard so it is a Service (an InputMethodService), not an Activity. Therefore I cannot use ...
0
votes
0answers
57 views

drawing bitmap image using background service on home screen

I have a UI with ready button, when this button tapped a background service invoked. I need to set bitmap image on home screen just like a scratch on screen. Is there in any way to do this without ...
1
vote
0answers
299 views

Android Activity Not Showing When Screen is Woken Up and Lock Screen Not Disabling

I have a BroadcastReceiver that starts an Activity. If the Activity is started while the screen is on, it displays and everything is fine. However, on ICS and JB devices (I haven't tested GB or HC but ...
0
votes
1answer
293 views

add View by using WindowManager, but can back key press

I've add a View, by using WindowManager. It shows properly what I wanted to do, but I have a problem. this is the problem. back key press doesn't affect under android component(like activity) ...
2
votes
0answers
128 views

Adding focusable view to window manager without loosing responsiveness on background

I have following problem: I want to create a toolbar, with general setting for device (TV) by adding view to window manager. My toolbar is visible in the bottom of screen and it is an overlay on ...
1
vote
1answer
56 views

Get access of launcher screen while showing activity content?

is it possible to get touch access of launcher while showing activity? while activity covering only quarter of screen area only.
2
votes
1answer
431 views

Getting window display from service android

I am trying to display a window from service but don't getting it how to do this Here is my code-- In onStart method of Service LayoutInflater inflater = (LayoutInflater) ...
0
votes
0answers
69 views

How to Get FocusListener callback for Service UI component

I have created UI component (2-3 Button in a row) from Service class using android WindowManagere . but I am not able to attach FocusListener for these UI component. anyone have idea about this, how ...
1
vote
2answers
1k views

What does this 4 line java code means in android application?

In my java application i have this code @Override public void onAttachedToWindow() { this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG); super.onAttachedToWindow(); } ...
0
votes
0answers
100 views

Make Transparent App Reveal an Arbitrary Other Running App

I have a button on my Android app that, when pressed, makes the app transparent. When released, the app becomes opaque again. This is simple and it works perfectly. The problem is to control what ...
1
vote
0answers
194 views

Android - prevent dialog dimiss closing soft keyboard

I am attempting to force the soft keyboard to display when an EditText gains focus, despite whether or not the user clicked on the EditText view. What's strange is, if the action that caused ...
6
votes
3answers
493 views

Start external activity while phone is locked

I want to be able to start an Activity that is not part of my app while the device is password locked. How could I do this, if it's even possible? Note: I am well aware of putting ...
8
votes
3answers
1k views

Why would Application sometimes restart on killProcess?

Ordinarily, exiting my application by calling: android.os.Process.killProcess(android.os.Process.myPid()); performs well without incident. But every once in a while, the application will restart ...
0
votes
1answer
1k views

Progress Dialog - WindowManager$BadTokenException: Unable to add window — token null is not for an application

I am having one MapActivity in which first of all I am trying to fetch the current location of the user. For getting the current location I used the AsyncTask concept. Now What I am trying to achieve ...
3
votes
1answer
646 views

Create a UI or a widget that sees on top of all Application in Android?

Can I create a UI or a widget in android that will be seen on top of all applications? The Screenshot UX application has a widget like this, There will be a camera icon seen on top of all ...
0
votes
1answer
214 views

How to make View in WindowManager intercept all the touches?

I have a little (100*100) View, that I added to WindowManager, and I want it to intercept all the touch events, including that are outside of this view. By default, touch outside this view is handled ...
1
vote
1answer
34 views

Recent Application View Access

Is it possible to access the view (or any other reference) of the recent application on Android? That is the window that appears on top when you long press the home button on some devices. I have not ...
3
votes
1answer
383 views

PopupWindow z ordering

I play with menus using PopupWindow, which overlap EditText. It works fine, except that my PopupWindow is overlapped by some items from EditText IME system (selection marks, Paste button). My ...
0
votes
0answers
293 views

Android Screen Not Turning Off

I am using this code to fire off when a text message is being received. Everything works but when I click "Reply" or "Close" from the AlertDialog the screen never times out and just says on forever. I ...
4
votes
2answers
2k views

Alternative to “FLAG_BLUR_BEHIND” in Android?

I can see that when I use the same flag as shown on the API-demos for blurring the background, I get a warning that it's deprecated: "The field WindowManager.LayoutParams.FLAG_BLUR_BEHIND is ...
0
votes
4answers
743 views

Unable to full screen activity when i use onAttachedToWindow

I am trying to override home key and full screen the acitiy using below code. locking of home key is working fine but it unable to hide notification bar (unable to full screen the activity). ...

1 2