Searched defs:window (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DSyncWindow.java29 public static int toDays(int window) { argument
30 switch(window) {
/packages/services/Car/tools/emulator/
H A Dgui.py43 # Main window setup
44 def window(): function
141 window()
/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DSystemUiController.java25 * 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 DViewLayoutUtils.java58 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 DCaptionTrackRenderer.java168 // 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 DTutorialEN.java90 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 DTutorialJAJP.java92 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 DUtil.java671 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 DContentCache.java394 public void fillWindow(int pos, CursorWindow window) { argument
395 ((CrossProcessCursor)mCursor).fillWindow(pos, window);
/packages/apps/TV/libs/
H A Dexoplayer_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 Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 216 milliseconds