Searched refs:newLayout (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/sidecar/ |
H A D | StubSidecar.java | 69 @NonNull SidecarWindowLayoutInfo newLayout) { in updateWindowLayout() argument 71 mSidecarCallback.onWindowLayoutChanged(windowToken, newLayout); in updateWindowLayout()
|
H A D | SampleSidecarImpl.java | 68 SidecarWindowLayoutInfo newLayout = getWindowLayoutInfo(windowToken); in onDisplayFeaturesChanged() local 69 updateWindowLayout(windowToken, newLayout); in onDisplayFeaturesChanged()
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/ |
H A D | NavigationBarInflaterView.java | 183 protected void inflateLayout(String newLayout) { in inflateLayout() argument 184 if (newLayout == null) { in inflateLayout() 185 newLayout = getDefaultLayout(); in inflateLayout() 187 String[] sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout() 190 newLayout = getDefaultLayout(); in inflateLayout() 191 sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/ |
H A D | CompatUIController.java | 463 LetterboxEduWindowManager newLayout = createLetterboxEduWindowManager(context, taskInfo, in createOrUpdateLetterboxEduLayout() local 465 if (newLayout.createLayout(showOnDisplay(taskInfo.displayId))) { in createOrUpdateLetterboxEduLayout() 473 mActiveLetterboxEduLayout = newLayout; in createOrUpdateLetterboxEduLayout() 564 ReachabilityEduWindowManager newLayout = createReachabilityEduWindowManager(context, in createOrUpdateReachabilityEduLayout() local 566 if (newLayout.createLayout(showOnDisplay(taskInfo.displayId))) { in createOrUpdateReachabilityEduLayout() 574 mActiveReachabilityEduLayout = newLayout; in createOrUpdateReachabilityEduLayout() 616 final UserAspectRatioSettingsWindowManager newLayout = in createOrUpdateUserAspectRatioSettingsLayout() local 618 if (newLayout.createLayout(showOnDisplay(taskInfo.displayId))) { in createOrUpdateUserAspectRatioSettingsLayout() 620 mUserAspectRatioSettingsLayout = newLayout; in createOrUpdateUserAspectRatioSettingsLayout()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBarInflaterView.java | 251 protected void inflateLayout(String newLayout) { in inflateLayout() argument 252 mCurrentLayout = newLayout; in inflateLayout() 253 if (newLayout == null) { in inflateLayout() 254 newLayout = getDefaultLayout(); in inflateLayout() 256 String[] sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout() 259 newLayout = getDefaultLayout(); in inflateLayout() 260 sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSPanel.java | 433 private void switchAllContentToParent(ViewGroup parent, QSTileLayout newLayout) { in switchAllContentToParent() argument 437 switchToParent((View) newLayout, parent, index); in switchAllContentToParent()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 5642 boolean newLayout = false; in setGravity() 5646 newLayout = true; in setGravity() 5655 if (mLayout != null && newLayout) { in setGravity()
|