Searched refs:newLayout (Results 1 – 6 of 6) sorted by relevance
109 @NonNull WindowLayoutInfo newLayout) { in updateWindowLayout() argument112 consumer.accept(newLayout); in updateWindowLayout()168 WindowLayoutInfo newLayout = getWindowLayoutInfo(activity); in onDisplayFeaturesChanged() local169 updateWindowLayout(activity, newLayout); in onDisplayFeaturesChanged()
69 @NonNull SidecarWindowLayoutInfo newLayout) { in updateWindowLayout() argument71 mSidecarCallback.onWindowLayoutChanged(windowToken, newLayout); in updateWindowLayout()
82 SidecarWindowLayoutInfo newLayout = getWindowLayoutInfo(windowToken); in onDisplayFeaturesChanged() local83 updateWindowLayout(windowToken, newLayout); in onDisplayFeaturesChanged()
233 protected void inflateLayout(String newLayout) { in inflateLayout() argument234 mCurrentLayout = newLayout; in inflateLayout()235 if (newLayout == null) { in inflateLayout()236 newLayout = getDefaultLayout(); in inflateLayout()238 String[] sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout()241 newLayout = getDefaultLayout(); in inflateLayout()242 sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout()
408 private void switchAllContentToParent(ViewGroup parent, QSTileLayout newLayout) { in switchAllContentToParent() argument412 switchToParent((View) newLayout, parent, index); in switchAllContentToParent()
5263 boolean newLayout = false; in setGravity()5267 newLayout = true; in setGravity()5276 if (mLayout != null && newLayout) { in setGravity()