Class ShadowWindow

  • Direct Known Subclasses:
    ShadowPhoneWindow

    @Implements(android.view.Window.class)
    public class ShadowWindow
    extends java.lang.Object
    • Field Detail

      • title

        protected java.lang.CharSequence title
      • backgroundDrawable

        protected android.graphics.drawable.Drawable backgroundDrawable
    • Constructor Detail

      • ShadowWindow

        public ShadowWindow()
    • Method Detail

      • create

        public static android.view.Window create​(android.content.Context context)
                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • setFlags

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

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

        public boolean getFlag​(int flag)
      • getTitle

        public java.lang.CharSequence getTitle()
      • getSoftInputMode

        public int getSoftInputMode()
      • getBackgroundDrawable

        public android.graphics.drawable.Drawable getBackgroundDrawable()
      • getProgressBar

        public android.widget.ProgressBar getProgressBar()
      • getIndeterminateProgressBar

        public android.widget.ProgressBar getIndeterminateProgressBar()