Is the WindowManager.LayoutParams x/y position 1-based or 0-based?
up vote
1
down vote
favorite
Are the x/y positions of a window declared as 1-based? (in other words inclusive of the first pixel of the window), so that with x=1 and y =1 the window would fit in the left top corner without having a 1px gap before its left and top edges?
If that's the case would setting x/y to 0/0 be valid and allowed? Would that cause the window to hang out of the screen area by 1px?
add a comment |
up vote
1
down vote
favorite
Are the x/y positions of a window declared as 1-based? (in other words inclusive of the first pixel of the window), so that with x=1 and y =1 the window would fit in the left top corner without having a 1px gap before its left and top edges?
If that's the case would setting x/y to 0/0 be valid and allowed? Would that cause the window to hang out of the screen area by 1px?
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Are the x/y positions of a window declared as 1-based? (in other words inclusive of the first pixel of the window), so that with x=1 and y =1 the window would fit in the left top corner without having a 1px gap before its left and top edges?
If that's the case would setting x/y to 0/0 be valid and allowed? Would that cause the window to hang out of the screen area by 1px?
Are the x/y positions of a window declared as 1-based? (in other words inclusive of the first pixel of the window), so that with x=1 and y =1 the window would fit in the left top corner without having a 1px gap before its left and top edges?
If that's the case would setting x/y to 0/0 be valid and allowed? Would that cause the window to hang out of the screen area by 1px?
asked Nov 8 at 11:25
Crocodile
2,47542848
2,47542848
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
The left top corner corresponds to 0/0 as x/y
UPDATE:
Refer to this question on stackoverflow How do android screen coordinates work?
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
The left top corner corresponds to 0/0 as x/y
UPDATE:
Refer to this question on stackoverflow How do android screen coordinates work?
add a comment |
up vote
1
down vote
accepted
The left top corner corresponds to 0/0 as x/y
UPDATE:
Refer to this question on stackoverflow How do android screen coordinates work?
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
The left top corner corresponds to 0/0 as x/y
UPDATE:
Refer to this question on stackoverflow How do android screen coordinates work?
The left top corner corresponds to 0/0 as x/y
UPDATE:
Refer to this question on stackoverflow How do android screen coordinates work?
answered Nov 8 at 11:29
gratien asimbahwe
9612822
9612822
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53206799%2fis-the-windowmanager-layoutparams-x-y-position-1-based-or-0-based%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown