Home
last modified time | relevance | path

Searched refs:newContainer (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBinderHeavyHitterTest.java78 container = newContainer(rand.nextInt(maxUid), in generateRandomInput()
88 container = newContainer(rand.nextInt(maxUid), in generateRandomInput()
99 private HeavyHitterContainer newContainer(final int uid, final Class clazz, final int code, in newContainer() method in BinderHeavyHitterTest
132 hitters.add(newContainer(1001, TestBinder4.class, 1002, 0.4f)); in testPositive()
134 hitters.add(newContainer(2001, TestBinder5.class, 2002, 0.333f)); in testPositive()
161 hitters.add(newContainer(1001, TestBinder4.class, 1002, 0.332f)); in testNegative()
163 hitters.add(newContainer(2001, TestBinder5.class, 2002, 0.331f)); in testNegative()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContextListenerController.java257 private void updateContainer(@NonNull WindowContainer<?> newContainer) { in updateContainer() argument
258 Objects.requireNonNull(newContainer); in updateContainer()
260 if (mContainer.equals(newContainer)) { in updateContainer()
264 mContainer = newContainer; in updateContainer()
/frameworks/base/core/java/com/android/internal/widget/
DConversationLayout.java1473 ViewGroup newContainer; in updateExpandButton() local
1482 newContainer = mExpandButtonAndContentContainer; in updateExpandButton()
1485 newContainer = mExpandButtonContainerA11yContainer; in updateExpandButton()
1491 if (newContainer != mExpandButtonContainer.getParent()) { in updateExpandButton()
1493 newContainer.addView(mExpandButtonContainer); in updateExpandButton()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DSplitController.java1334 final TaskFragmentContainer newContainer = in expandActivity() local
1337 mPresenter.expandActivity(wct, newContainer.getTaskFragmentToken(), activity); in expandActivity()