HomeSort by relevance Sort by last modified time
    Searched refs:win (Results 76 - 100 of 475) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 721 public boolean canBeForceHidden(WindowState win, WindowManager.LayoutParams attrs);
780 * @param win The window being added.
786 public int prepareAddWindowLw(WindowState win,
793 * @param win The window being removed.
795 public void removeWindowLw(WindowState win);
802 * @param win The window that is changing.
809 public int selectAnimationLw(WindowState win, int transit);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.c 174 surface->win->width, surface->win->height)) {
196 surface->dx = surface->win->dx;
197 surface->dy = surface->win->dy;
263 surface->frame_callback = wl_surface_frame(surface->win->surface);
280 wl_surface_attach(surface->win->surface, surface->buffer[WL_BUFFER_FRONT],
284 (uint *) &surface->win->attached_width,
285 (uint *) &surface->win->attached_height);
337 wl_surface_damage(surface->win->surface, 0, 0, width, height);
338 wl_surface_commit(surface->win->surface)
    [all...]
  /external/opencv3/samples/python2/
demo.py 63 self.win = win = tk.PanedWindow(root, orient=tk.HORIZONTAL, sashrelief=tk.RAISED, sashwidth=4)
64 self.win.pack(fill=tk.BOTH, expand=1)
66 left = tk.Frame(win)
67 right = tk.Frame(win)
68 win.add(left)
69 win.add(right)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
Xfixes.h 128 Window win,
135 Window win,
141 Window win,
211 XFixesSetWindowShapeRegion (Display *dpy, Window win, int shape_kind,
246 XFixesHideCursor (Display *dpy, Window win);
249 XFixesShowCursor (Display *dpy, Window win);
294 Window win,
  /frameworks/base/services/core/java/com/android/server/policy/
PolicyControl.java 65 public static int getSystemUiVisibility(WindowState win, LayoutParams attrs) {
66 attrs = attrs != null ? attrs : win.getAttrs();
67 int vis = win != null ? win.getSystemUiVisibility() : attrs.systemUiVisibility;
85 public static int getWindowFlags(WindowState win, LayoutParams attrs) {
86 attrs = attrs != null ? attrs : win.getAttrs();
99 public static int adjustClearableFlags(WindowState win, int clearableFlags) {
100 final LayoutParams attrs = win != null ? win.getAttrs() : null;
  /hardware/ti/omap4xxx/hwc/
hwc.c 222 c->win.x, c->win.y, c->win.w, c->win.h,
444 oc->crop.w = oc->win.w = width;
445 oc->crop.h = oc->win.h = height;
478 oc->win.x = layer->displayFrame.left;
479 oc->win.y = layer->displayFrame.top;
480 oc->win.w = WIDTH(layer->displayFrame);
481 oc->win.h = HEIGHT(layer->displayFrame)
597 } crop, win; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SystemUIModes.java 116 Window win = getWindow(); local
117 WindowManager.LayoutParams winParams = win.getAttributes();
124 win.setAttributes(winParams);
128 Window win = getWindow(); local
129 WindowManager.LayoutParams winParams = win.getAttributes();
136 win.setAttributes(winParams);
140 Window win = getWindow(); local
141 WindowManager.LayoutParams winParams = win.getAttributes();
148 win.setAttributes(winParams);
152 Window win = getWindow() local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 31 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa); local
32 XMapWindow(dpy, win);
43 swap_chain_desc.OutputWindow = (HWND)win;
  /external/libchrome/base/files/
memory_mapped_file.h 95 win::ScopedHandle file_mapping_;
  /external/libchrome/base/process/
process.h 15 #include "base/win/scoped_handle.h"
135 win::ScopedHandle process_;
  /external/libchrome/base/threading/
thread.cc 17 #include "base/win/scoped_com_initializer.h"
232 scoped_ptr<win::ScopedCOMInitializer> com_initializer;
235 new win::ScopedCOMInitializer() :
236 new win::ScopedCOMInitializer(win::ScopedCOMInitializer::kMTA));
  /external/libchrome/base/win/
scoped_hdc.h 12 #include "base/win/scoped_handle.h"
15 namespace win { namespace in namespace:base
73 } // namespace win
  /frameworks/base/opengl/java/android/opengl/
GLU.java 123 * 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;
  /hardware/intel/common/libva/test/basic/
test.c 66 Window win = XCreateSimpleWindow(dpy, RootWindow(dpy, 0), 0, 0, 720, 480, 0, 0, WhitePixel(dpy, 0)); local
67 printf("Window = %08x\n", win);
68 XMapWindow(dpy, win);
71 vaPutSurface(va_dpy, surfaces[0], win, 0, 0, 720, 480, 0, 0, 720, 480, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
panel.h 46 WINDOW *win; member in struct:panel
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
panel.h 46 WINDOW *win; member in struct:panel
  /external/e2fsprogs/ext2ed/
Makefile.in 23 $(srcdir)/disk.c $(srcdir)/win.c $(srcdir)/group_com.c \
28 disk.o win.o group_com.o file_com.o blockbitmap_com.o ext2_com.o \
90 win.o: $(srcdir)/win.c $(srcdir)/ext2ed.h
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
enhancer_interface.c 53 int16_t win; local
293 win=0;
298 (*tmpW16ptr * (SqrtEnChange + (win >> 1))) >> 14);
299 /* multiply by (2.0*SqrtEnChange+win) */
301 win += inc;
315 win=0;
318 win+=inc;
319 *enh_bufPtr1 = (int16_t)((*enh_bufPtr1 * win) >> 14);
321 ((16384 - win) * plc_pred[plc_blockl - 1 - i]) >> 14);
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_syswm.h 137 } win; member in union:SDL_SysWMmsg::__anon44510
182 } win; member in union:SDL_SysWMinfo::__anon44516
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_syswm.h 137 } win; member in union:SDL_SysWMmsg::__anon44619
182 } win; member in union:SDL_SysWMinfo::__anon44625
  /prebuilts/misc/windows/sdl2/include/
SDL_syswm.h 131 } win; member in union:SDL_SysWMmsg::__anon44697
176 } win; member in union:SDL_SysWMinfo::__anon44703
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_syswm.h 137 } win; member in union:SDL_SysWMmsg::__anon44792
182 } win; member in union:SDL_SysWMinfo::__anon44798
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
MacMouse.cpp 93 WindowRef win = im->_getWindow(); local
95 if(win)
98 GetWindowBounds(win, kWindowContentRgn, &clipRect);
218 //WindowRef win = im->_getWindow();
220 //if(win != NULL)
222 // GetWindowBounds(win, kWindowContentRgn, &clipRect);
302 WindowRef win = im->_getWindow(); local
304 if(win)
307 GetWindowBounds(win, kWindowContentRgn, &clipRect);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_feedback.c 87 GLfloat win[4]; local
92 win[0] = v->data[0][0];
93 win[1] = ctx->DrawBuffer->Height - v->data[0][1];
94 win[2] = v->data[0][2];
95 win[3] = 1.0F / v->data[0][3];
114 _mesa_feedback_vertex(ctx, win, color, texcoord);
  /frameworks/base/services/core/java/com/android/server/wm/
WindowLayersController.java 123 if (DEBUG_LAYERS) Slog.v(TAG_WM, "IM win " + imw
128 if (DEBUG_LAYERS) Slog.v(TAG_WM, "IM win " + childWindow
135 if (DEBUG_LAYERS) Slog.v(TAG_WM, "IM win " + imw
140 int getSpecialWindowAnimLayerAdjustment(WindowState win) {
141 if (win.mIsImWindow) {
143 } else if (win.mIsWallpaper) {
232 private int assignAndIncreaseLayerIfNeeded(WindowState win, int layer) {
233 if (win != null) {
234 assignAnimLayer(win, layer);

Completed in 1120 milliseconds

1 2 34 5 6 7 8 91011>>