HomeSort by relevance Sort by last modified time
    Searched full:winp (Results 1 - 3 of 3) sorted by null

  /packages/apps/Phone/src/com/android/phone/
IccPanel.java 43 Window winP = getWindow();
44 winP.setType(WindowManager.LayoutParams.TYPE_PRIORITY_PHONE);
45 winP.setLayout(WindowManager.LayoutParams.MATCH_PARENT,
47 winP.setGravity(Gravity.CENTER);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pty.h 32 attributes according to TERMP and WINP and return handles for both
  /external/qemu/
qemu-char.c 861 struct termios *termp, struct winsize *winp)
889 if (winp)
890 ioctl(sfd, TIOCSWINSZ, winp);
    [all...]

Completed in 89 milliseconds