블로그   태그   위치로그   이웃로그   방명록
          
 
 
 
 
     
 
  스크린 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);

 
  
  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)
);

 
  
  Chicken ChickenChicken Chicken Chicken  +   [scrap & etc]   |  2010. 1. 15. 12:54




아아 진정 최고의 프리젠테이션!!!!!!!!ㅋㅋㅋㅋ

원래 어떤 강연에서
프리젠테이션시 억양의 중요성을 설명하는 과정에서 나온 부분이라고 하던데
어쨌건 정말 대박 ㅋㅋ
마지막 질의시간은 화룡점정이라 할수 있다 ㅋㅋㅋ

 
  
 
 
<<이전   | 1 | ··· | 6 | 7 | 8 | 9 | 10 | 11 | 12 | ··· | 22 |   다음>>
 

theBaritone's Blog is powered by Daum & tistory