Class ShadowWindow

    • Constructor Detail

      • ShadowWindow

        public ShadowWindow()
    • Method Detail

      • setFlags

        @Implementation
        protected void setFlags​(int flags,
                                int mask)
      • setSoftInputMode

        @Implementation
        protected void setSoftInputMode​(int softInputMode)
      • getFlag

        public boolean getFlag​(int flag)
      • getSoftInputMode

        public int getSoftInputMode()
      • getBackgroundDrawable

        public Drawable getBackgroundDrawable()
      • getIndeterminateProgressBar

        public ProgressBar getIndeterminateProgressBar()
      • reportOnFrameMetricsAvailable

        public void reportOnFrameMetricsAvailable​(FrameMetrics frameMetrics)
        Calls Window.OnFrameMetrisAvailableListener#onFrameMetricsAvailable() on each current listener with 0 as the dropCountSinceLastInvocation.
      • reportOnFrameMetricsAvailable

        public void reportOnFrameMetricsAvailable​(FrameMetrics frameMetrics,
                                                  int dropCountSinceLastInvocation)
        Calls Window.OnFrameMetrisAvailableListener#onFrameMetricsAvailable() on each current listener.
        Parameters:
        frameMetrics - the FrameMetrics instance passed to the listeners.
        dropCountSinceLastInvocation - the dropCountSinceLastInvocation passed to the listeners.