/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
H A D | SyncWindow.java | 29 public static int toDays(int window) { argument 30 switch(window) {
|
/packages/services/Car/tools/emulator/ |
H A D | gui.py | 43 # Main window setup 44 def window(): function 141 window()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
H A D | SystemUiController.java | 25 * Utility class to manage various window flags to control system UI. 43 public SystemUiController(Window window) { argument 44 mWindow = window;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
H A D | ViewLayoutUtils.java | 58 public static void updateLayoutHeightOf(final Window window, final int layoutHeight) { argument 59 final WindowManager.LayoutParams params = window.getAttributes(); 62 window.setAttributes(params);
|
/packages/apps/TV/src/com/android/tv/tuner/cc/ |
H A D | CaptionTrackRenderer.java | 168 // The window related caption commands 183 // Each bit of windowBitmap indicates a window. 184 // If a bit is set, the window id is the same as the number of the trailing zeros of the bit. 272 private void defineWindow(CaptionWindow window) { argument 273 if (window == null) { 276 int windowId = window.id; 284 windowLayout.initWindow(mCaptionLayout, window);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
H A D | TutorialEN.java | 90 PopupWindow window; field in class:TutorialEN.Bubble 120 window = new PopupWindow(context); 121 window.setBackgroundDrawable(null); 131 window.setContentView(textView); 132 window.setFocusable(false); 133 window.setTouchable(true); 134 window.setOutsideTouchable(false); 163 int textHeight = chooseSize(window, inputView, text, textView); 168 if ((gravity & Gravity.BOTTOM) == Gravity.BOTTOM) offy -= window.getHeight(); 169 if ((gravity & Gravity.RIGHT) == Gravity.RIGHT) offx -= window [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
H A D | TutorialJAJP.java | 92 PopupWindow window; field in class:TutorialJAJP.Bubble 122 window = new PopupWindow(context); 123 window.setBackgroundDrawable(null); 133 window.setContentView(textView); 134 window.setFocusable(false); 135 window.setTouchable(true); 136 window.setOutsideTouchable(false); 165 int textHeight = chooseSize(window, inputView, text, textView); 170 if ((gravity & Gravity.BOTTOM) == Gravity.BOTTOM) offy -= window.getHeight(); 171 if ((gravity & Gravity.RIGHT) == Gravity.RIGHT) offx -= window [all...] |
/packages/apps/LegacyCamera/src/com/android/camera/ |
H A D | Util.java | 671 public static void enterLightsOutMode(Window window) { argument 672 WindowManager.LayoutParams params = window.getAttributes(); 674 window.setAttributes(params);
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
H A D | ContentCache.java | 394 public void fillWindow(int pos, CursorWindow window) { argument 395 ((CrossProcessCursor)mCursor).fillWindow(pos, window);
|
/packages/apps/TV/libs/ |
H A D | exoplayer_v2.jar | ... com/google/android/exoplayer2/ com/google/android/exoplayer2/Timeline$Window.class Timeline.java package com.google. ... |
/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ... |