Searched refs:getLaunchWindowingMode (Results 1 – 11 of 11) sorted by relevance
59 public int getLaunchWindowingMode() { in getLaunchWindowingMode() method in ActivityOptionsWrapper60 return mOptions.getLaunchWindowingMode(); in getLaunchWindowingMode()
371 && options.getLaunchWindowingMode() in calculate()373 outParams.setWindowingMode(options.getLaunchWindowingMode()); in calculate()
101 assertEquals(WINDOWING_MODE_FULLSCREEN, restoredOpts.getLaunchWindowingMode()); in testMerge_NoClobber()
152 int launchMode = options != null ? options.getLaunchWindowingMode() in calculate()657 if (options != null && options.getLaunchWindowingMode() == WINDOWING_MODE_FULLSCREEN) { in shouldLaunchUnresizableAppInFreeform()
957 windowingMode = options.getLaunchWindowingMode();1332 ? options.getLaunchWindowingMode() : WINDOWING_MODE_UNDEFINED;
1608 && options.getLaunchWindowingMode() == WINDOWING_MODE_PINNED) in canUseActivityOptionsLaunchBounds()
64 method public int getLaunchWindowingMode();
175 assertThat(options.getLaunchWindowingMode()).isEqualTo(WINDOWING_MODE_MULTI_WINDOW); in testStartActivity()
739 when(mActivityOptions.getLaunchWindowingMode()).thenReturn(6); in testWindowingMode_forPassengerActivityOptions_updatedInParams()
1786 public int getLaunchWindowingMode() { in getLaunchWindowingMode() method in ActivityOptions
1743 Landroid/app/ActivityOptions;->getLaunchWindowingMode()I