Admin
:
New post
전체보기
(66)
Life Log
(30)
땡이!!!
(1)
Coffee&Dri..
(0)
Book Log
(0)
Music Log
(6)
IT/Gadget ..
(3)
Android
(2)
Apple
(0)
Geeks
(0)
Toys
(0)
Photo Log
(14)
My Feet...
(8)
Dev Log
(6)
Android
(2)
Apple
(0)
JAVA
(0)
Linux
(0)
scrap & et..
(5)
엑페
자연출산
첼로
Kodac ColorPlus
필름
된장스멜
backflip
정말 답답한건 따로있지만 말야 ㅎㅎ
서이현
A-1
혼자놀기
myFeet
안드로이드
Canon A-1
기다리기
땡이
넷북
ubuntu
film
IePhone
일본
상상놀이
델미니9
Pavarotti
술은싫어
Nikon D50
안성목장
메디플라워
Filmscan
Experia X1
«
2025/05
»
일
월
화
수
목
금
토
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
-
3실청년님의 블로그
-
미닉스의 작은 이야기들
-
Eyes of Hanafubu…
-
무진ism
-
ㅋㅋㅋ
-Total :
-Today :
-Yesterday :
티스토리 가입하기!
스크린 fade Dim 시키기 - from Google DeskClock
+
[카테고리 없음]
| 2010. 2. 2. 09:23
View tintView = findViewById(R.id.window_tint); if (tintView == null) return; Window win = getWindow(); WindowManager.LayoutParams winParams = win.getAttributes(); winParams.flags |= (WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN); winParams.flags |= (WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS); // dim the wallpaper somewhat (how much is determined below) winParams.flags |= (WindowManager.LayoutParams.FLAG_DIM_BEHIND); if (mDimmed) { winParams.flags |= WindowManager.LayoutParams.FLAG_FULLSCREEN; winParams.dimAmount = DIM_BEHIND_AMOUNT_DIMMED; // show the window tint tintView.startAnimation(AnimationUtils.loadAnimation(this, fade ? R.anim.dim : R.anim.dim_instant)); } else { winParams.flags &= (~WindowManager.LayoutParams.FLAG_FULLSCREEN); winParams.dimAmount = DIM_BEHIND_AMOUNT_NORMAL; // hide the window tint tintView.startAnimation(AnimationUtils.loadAnimation(this, fade ? R.anim.undim : R.anim.undim_instant)); } win.setAttributes(winParams);
공유하기
게시글 관리
Log
homeSelector 띄우기
+
[Dev Log/Android]
| 2010. 2. 2. 09:17
startActivity( new Intent(Intent.ACTION_MAIN) .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK|Intent.FLAG_ACTIVITY_CLEAR_TOP) .addCategory(Intent.CATEGORY_HOME)
);
공유하기
게시글 관리
Log
Chicken ChickenChicken Chicken Chicken
+
[scrap & etc]
| 2010. 1. 15. 12:54
아아 진정 최고의 프리젠테이션!!!!!!!!ㅋㅋㅋㅋ
원래 어떤 강연에서
프리젠테이션시 억양의 중요성을 설명하는 과정에서 나온 부분이라고 하던데
어쨌건 정말 대박 ㅋㅋ
마지막 질의시간은 화룡점정이라 할수 있다 ㅋㅋㅋ
공유하기
게시글 관리
Log
<<이전
|
1
|
···
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
···
|
22
|
다음>>
theBaritone
's Blog is powered by
Daum
&
tistory
티스토리툴바