Home | History | Annotate | Download | only in view

Lines Matching refs:ownerUid

64             int w, int h, int format, int flags, long parentObject, int windowType, int ownerUid)
502 * @param ownerUid UID of the window owner.
504 public Builder setMetadata(int windowType, int ownerUid) {
510 mOwnerUid = ownerUid;
564 * @param ownerUid A unique per-app ID.
569 SurfaceControl parent, int windowType, int ownerUid)
591 parent != null ? parent.mNativeObject : 0, windowType, ownerUid);