Searched refs:windowLayout (Results 1 – 9 of 9) sorted by relevance
980 public WindowLayout windowLayout; field in ActivityInfo1002 windowLayout = orig.windowLayout; in ActivityInfo()1169 if (windowLayout != null) { in dump()1170 pw.println(prefix + "windowLayout=" + windowLayout.width + "|" in dump()1171 + windowLayout.widthFraction + ", " + windowLayout.height + "|" in dump()1172 + windowLayout.heightFraction + ", " + windowLayout.gravity); in dump()1216 if (windowLayout != null) { in writeToParcel()1218 dest.writeInt(windowLayout.width); in writeToParcel()1219 dest.writeFloat(windowLayout.widthFraction); in writeToParcel()1220 dest.writeInt(windowLayout.height); in writeToParcel()[all …]
4831 a.info.windowLayout = new ActivityInfo.WindowLayout(width, widthFraction, in parseLayout()4917 info.windowLayout = target.info.windowLayout; in parseActivityAlias()
348 @NonNull ActivityInfo.WindowLayout windowLayout, @NonNull Rect outBounds) { in getLayoutBounds() argument349 final int verticalGravity = windowLayout.gravity & Gravity.VERTICAL_GRAVITY_MASK; in getLayoutBounds()350 final int horizontalGravity = windowLayout.gravity & Gravity.HORIZONTAL_GRAVITY_MASK; in getLayoutBounds()351 if (!windowLayout.hasSpecifiedSize() && verticalGravity == 0 && horizontalGravity == 0) { in getLayoutBounds()362 if (!windowLayout.hasSpecifiedSize()) { in getLayoutBounds()364 getTaskBounds(root, display, windowLayout, WINDOWING_MODE_FREEFORM, in getLayoutBounds()370 if (windowLayout.width > 0 && windowLayout.width < defaultWidth) { in getLayoutBounds()371 width = windowLayout.width; in getLayoutBounds()372 } else if (windowLayout.widthFraction > 0 && windowLayout.widthFraction < 1.0f) { in getLayoutBounds()373 width = (int) (width * windowLayout.widthFraction); in getLayoutBounds()[all …]
962 if (info != null && info.windowLayout != null) { in setMinDimensions()963 mMinWidth = info.windowLayout.minWidth; in setMinDimensions()964 mMinHeight = info.windowLayout.minHeight; in setMinDimensions()
1483 r.info.windowLayout, r, sourceRecord, options, PHASE_BOUNDS, mLaunchParams); in startActivityUnchecked()1808 mSupervisor.getLaunchParamsController().calculate(inTask, r.info.windowLayout, r, in setInitialState()
5487 .layoutTask(task, info.windowLayout, activity, source, options) in createTaskRecord()
1345 final CCWindowLayout windowLayout = in setCaptionStyle() local1347 windowLayout.setCaptionStyle(style); in setCaptionStyle()1354 final CCWindowLayout windowLayout = in setFontScale() local1356 windowLayout.setFontScale(fontScale); in setFontScale()1481 CCWindowLayout windowLayout = mCaptionWindowLayouts[windowId]; in setCurrentWindowLayout() local1482 if (windowLayout == null) { in setCurrentWindowLayout()1488 mCurrentWindowLayout = windowLayout; in setCurrentWindowLayout()1498 CCWindowLayout windowLayout = mCaptionWindowLayouts[i]; in getWindowsFromBitmap() local1499 if (windowLayout != null) { in getWindowsFromBitmap()1500 windows.add(windowLayout); in getWindowsFromBitmap()[all …]
388 final WindowLayout windowLayout = in testCreateTaskLayout() local391 info.windowLayout = windowLayout; in testCreateTaskLayout()410 verify(modifier, times(3)).onCalculate(any(), eq(windowLayout), any(), any(), eq(options), in testCreateTaskLayout()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...