Searched refs:realWindow (Results 1 – 3 of 3) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowWindow.java | 20 private @RealObject Window realWindow; field in ShadowWindow 39 …directlyOn(realWindow, Window.class, "setFlags", ClassParameter.from(int.class, flags), ClassParam… in setFlags() 45 …directlyOn(realWindow, Window.class, "setSoftInputMode", ClassParameter.from(int.class, softInputM… in setSoftInputMode() 65 …return (ProgressBar) directlyOn(realWindow, realWindow.getClass().getName(), "getHorizontalProgres… in getProgressBar() 69 …return (ProgressBar) directlyOn(realWindow, realWindow.getClass().getName(), "getCircularProgressB… in getIndeterminateProgressBar()
|
D | ShadowPhoneWindow.java | 16 protected @RealObject Window realWindow; field in ShadowPhoneWindow 21 …directlyOn(realWindow, realWindow.getClass().getName(), "setTitle", ClassParameter.from(CharSequen… in setTitle() 27 …directlyOn(realWindow, realWindow.getClass().getName(), "setBackgroundDrawable", ClassParameter.fr… in setBackgroundDrawable()
|
D | ShadowPhoneWindowFor22.java | 17 …directlyOn(realWindow, realWindow.getClass().getName(), "setTitle", ReflectionHelpers.ClassParamet… in setTitle() 23 …directlyOn(realWindow, realWindow.getClass().getName(), "setBackgroundDrawable", ReflectionHelpers… in setBackgroundDrawable()
|