Searched refs:win (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dgetgroup.cpp137 FOR (win = 1; win < pFrameInfo->num_win; win++)
141 *pGroup++ = win;
145 ENDFOR (win)
147 *pGroup = win;
221 Int win; local
241 for (win = 1; win < NUM_SHORT_WINDOWS; win
[all...]
H A Dgetmask.cpp155 FOR(win = 0; win < nwin; win = *(pGroup++))
157 FOR(sfb = pFrameInfo->sfb_per_win[win]; sfb > 0; sfb--)
196 (pFrameInfo->sfb_per_win[win]-max_sfb)*sizeof(*pMask));
198 ENDFOR (win)
263 Int win; /* window index */ local
292 for (win = 0; win < nwin; win
[all...]
H A Dq_normalize.cpp116 FOR (win = nwin; win > 0; win--)
136 FOR (win = 0; win < nwin; win++)
142 pWinSfbTop = &(pFrameInfo->win_sfb_top[win][0]);
245 Int win; local
268 for (win = nwin; win !
[all...]
H A Ddeinterleave.cpp132 FOR (win = pGroupLen[ngroups-group]; win > 0; win--)
145 ENDFOR (win)
230 Int win; /* window index */ local
264 for (win = pGroupLen[ngroups-group]; win > 0; win--)
277 } /* for (win) */
H A Dapply_tns.cpp192 Int win; local
211 win = 0;
219 for (f = pTNS_frame_info->n_filt[win]; f > 0; f--)
330 &(pFrameInfo->win_sfb_top[win][tempInt]);
336 pWinSfbTop = pFrameInfo->win_sfb_top[win];
417 win++;
420 while (win < pFrameInfo->num_win);
H A Dget_tns.cpp341 Int win; local
413 win = 0;
424 pTnsFrameInfo->n_filt[win] = tempInt;
451 for (f = pTnsFrameInfo->n_filt[win]; f > 0; f--)
566 win++;
569 while (win < pFrameInfo->num_win);
H A Dtrans4m_freq_2_time_fxp.cpp655 Int32 * win = (Int32 *) & Long_Window_fxp[wnd_shape_prev_bk][0]; local
670 winx = *(win++);
1661 Int32 * win = (Int32 *) & Long_Window_fxp[wnd_shape_prev_bk][0]; local
1673 winx = *(win++);
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java443 public boolean doesForceHide(WindowState win, WindowManager.LayoutParams attrs); argument
452 public boolean canBeForceHidden(WindowState win, WindowManager.LayoutParams attrs); argument
503 * @param win The window being added.
509 public int prepareAddWindowLw(WindowState win, argument
516 * @param win The window being removed.
518 public void removeWindowLw(WindowState win); argument
525 * @param win The window that is changing.
532 public int selectAnimationLw(WindowState win, int transit); argument
571 * @param win The window that currently has focus. This is where the key
583 public boolean interceptKeyBeforeDispatching(WindowState win, in argument
605 layoutWindowLw(WindowState win, WindowManager.LayoutParams attrs, WindowState attached) argument
654 animatingWindowLw(WindowState win, WindowManager.LayoutParams attrs) argument
778 performHapticFeedbackLw(WindowState win, int effectId, boolean always) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuDialogHelper.java93 Window win = mDialog.getWindow();
94 if (win != null) {
95 View decor = win.getDecorView();
105 Window win = mDialog.getWindow();
106 if (win != null) {
107 View decor = win.getDecorView();
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java685 //win. used for z ordering the windows in mWindows
686 private int findIdxBasedOnAppTokens(WindowState win) { argument
695 if(wentry.mAppToken == win.mAppToken) {
702 private void addWindowToListInOrderLocked(WindowState win, boolean addToToken) { argument
703 final IWindow client = win.mClient;
704 final WindowToken token = win.mToken;
708 final WindowState attached = win.mAttachedWindow;
718 if (win.mAttrs.type == TYPE_BASE_APPLICATION) {
720 placeWindowBefore(token.windows.get(0), win);
723 AppWindowToken atoken = win
1040 addInputMethodWindowToListLocked(WindowState win) argument
1083 tmpRemoveWindowLocked(int interestingPos, WindowState win) argument
1106 reAddWindowToListInOrderLocked(WindowState win) argument
2008 removeWindowLocked(Session session, WindowState win) argument
2078 removeWindowInnerLocked(Session session, WindowState win) argument
2609 applyEnterAnimationLocked(WindowState win) argument
2619 applyAnimationLocked(WindowState win, int transit, boolean isEntrance) argument
3949 reAddWindowLocked(int index, WindowState win) argument
9728 showSurfaceRobustlyLocked(WindowState win) argument
9750 reclaimSomeSurfaceMemoryLocked(WindowState win, String operation) argument
[all...]
/frameworks/base/native/android/
H A Dnative_window.cpp27 sp<ANativeWindow> win = android_Surface_getNativeWindow(env, surface); local
28 if (win != NULL) {
29 win->incStrong((void*)ANativeWindow_acquire);
31 return win.get();
/frameworks/base/opengl/java/android/opengl/
H A DGLU.java123 * and view. The result is stored in win.
140 * @param win the output vector {winX, winY, winZ}, that returns the
142 * @param winOffset the offset into the win array where the win vector data
149 int[] view, int viewOffset, float[] win, int winOffset) {
173 win[winOffset] =
177 win[winOffset + 1] =
180 win[winOffset + 2] = (scratch[V2_OFFSET + 2] * rw + 1.0f) * 0.5f;
147 gluProject(float objX, float objY, float objZ, float[] model, int modelOffset, float[] project, int projectOffset, int[] view, int viewOffset, float[] win, int winOffset) argument
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DStatusBarTest.java86 Window win = getWindow();
87 WindowManager.LayoutParams winParams = win.getAttributes();
89 win.setAttributes(winParams);
94 Window win = getWindow();
95 WindowManager.LayoutParams winParams = win.getAttributes();
97 win.setAttributes(winParams);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java864 public boolean doesForceHide(WindowState win, WindowManager.LayoutParams attrs) { argument
868 public boolean canBeForceHidden(WindowState win, WindowManager.LayoutParams attrs) { argument
904 Window win = PolicyManager.makeNewWindow(context);
905 if (win.getWindowStyle().getBoolean(
911 win.setTitle(r.getText(labelRes, nonLocalizedLabel));
913 win.setType(
919 win.setFlags(
927 win.setLayout(WindowManager.LayoutParams.MATCH_PARENT,
930 final WindowManager.LayoutParams params = win.getAttributes();
933 params.windowAnimations = win
1002 prepareAddWindowLw(WindowState win, WindowManager.LayoutParams attrs) argument
1032 removeWindowLw(WindowState win) argument
1046 selectAnimationLw(WindowState win, int transit) argument
1093 interceptKeyBeforeDispatching(WindowState win, int action, int flags, int keyCode, int scanCode, int metaState, int repeatCount, int policyFlags) argument
1321 setAttachedWindowFrames(WindowState win, int fl, int sim, WindowState attached, boolean insetDecors, Rect pf, Rect df, Rect cf, Rect vf) argument
1370 layoutWindowLw(WindowState win, WindowManager.LayoutParams attrs, WindowState attached) argument
1530 animatingWindowLw(WindowState win, WindowManager.LayoutParams attrs) argument
2367 performHapticFeedbackLw(WindowState win, int effectId, boolean always) argument
[all...]
/frameworks/base/core/java/android/app/
H A DLocalActivityManager.java349 Window win = null;
350 win = r.window;
362 return win;
379 Window win = null;
381 win = performDestroy(r, finish);
386 return win;
H A DActivity.java999 final Window win = getWindow();
1000 if (win != null) win.makeActive();
2072 Window win = getWindow();
2073 if (win.superDispatchKeyEvent(event)) {
2077 if (decor == null) decor = win.getDecorView();
3589 final Window win = getWindow();
3590 if (win != null) {
3591 win.setTitle(title);
3593 win
[all...]
H A DInstrumentation.java749 Window win = activity.getWindow();
751 returnValue = win.performPanelIdentifierAction(
812 Window win = activity.getWindow();
813 returnValue = win.performContextMenuIdentifierAction(
/frameworks/base/opengl/libs/EGL/
H A Degl.cpp201 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, argument
203 : dpy(dpy), surface(surface), config(config), win(win), impl(impl), cnx(cnx) {
210 sp<ANativeWindow> win; member in struct:android::egl_surface_t
1063 if (s->win != NULL) {
1064 native_window_set_buffers_geometry(s->win.get(), 0, 0, 0);
/frameworks/base/opengl/include/EGL/
H A Degl.h266 EGLNativeWindowType win,
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java809 * @param win The input method's window.
816 public void onConfigureWindow(Window win, boolean isFullscreen, argument

Completed in 702 milliseconds