Searched refs:downstreamParent (Results 1 – 1 of 1) sorted by relevance
47 NativeWindow downstreamParent; field in AWTParentWindowAdapter49 …public AWTParentWindowAdapter(final NativeWindow downstreamParent, final com.jogamp.newt.Window do… in AWTParentWindowAdapter() argument51 this.downstreamParent = downstreamParent; in AWTParentWindowAdapter()56 …public AWTParentWindowAdapter setDownstream(final NativeWindow downstreamParent, final com.jogamp.… in setDownstream() argument58 this.downstreamParent = downstreamParent; in setDownstream()65 this.downstreamParent = null; in clear()88 final boolean isParent = downstreamParent == newtChild.getParent(); in focusGained()