Searched refs:bse (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SyncEngineTests.java | 90 bse.setReady(id); in testTrivialSyncCallback() 112 bse.setReady(id); in testWaitingSyncCallback() 150 bse.setReady(id); in testInvisibleSyncCallback() 178 bse.setReady(id); in testWaitForChildrenCallback() 211 bse.setReady(id); in testWaitForParentCallback() 242 bse.setReady(id); in testFillsParent() 274 bse.setReady(id); in testReparentOut() 309 bse.setReady(id); in testReparentIn() 361 bse.setReady(id); in testRemoval() 422 bse.setReady(id); in testQueueSyncSet() [all …]
|
H A D | WindowOrganizerTests.java | 1004 BLASTSyncEngine bse = new BLASTSyncEngine(mWm); in testBLASTCallbackWithActivityChildren() local 1009 final int id = bse.startSyncSet(transactionListener, BLAST_TIMEOUT_DURATION, "Test", in testBLASTCallbackWithActivityChildren() 1011 bse.addToSyncSet(id, task); in testBLASTCallbackWithActivityChildren() 1012 bse.setReady(id); in testBLASTCallbackWithActivityChildren() 1013 bse.onSurfacePlacement(); in testBLASTCallbackWithActivityChildren() 1021 bse.onSurfacePlacement(); in testBLASTCallbackWithActivityChildren() 1023 bse.onSurfacePlacement(); in testBLASTCallbackWithActivityChildren()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | BackStackRecord.java | 52 if (!bse.mAddToBackStack) { in BackStackState() 66 mTransition = bse.mTransition; in BackStackState() 68 mName = bse.mName; in BackStackState() 69 mIndex = bse.mIndex; in BackStackState() 120 bse.addOp(op); in instantiate() 123 bse.mTransition = mTransition; in instantiate() 125 bse.mName = mName; in instantiate() 126 bse.mIndex = mIndex; in instantiate() 127 bse.mAddToBackStack = true; in instantiate() 135 bse.bumpBackStackNesting(1); in instantiate() [all …]
|
H A D | FragmentBreadCrumbs.java | 311 BackStackEntry bse = i < numPreEntries in updateCrumbs() 317 if (tag != bse) { in updateCrumbs() 327 text.setText(bse.getBreadCrumbTitle()); in updateCrumbs() 328 text.setTag(bse); in updateCrumbs() 362 BackStackEntry bse = (BackStackEntry) v.getTag(); 363 if (bse == mParentEntry) { 370 bse == mTopEntry ? null : bse, 0)) { 374 if (bse == mTopEntry) { 378 mActivity.getFragmentManager().popBackStack(bse.getId(), 0);
|
H A D | FragmentManager.java | 1941 public int allocBackStackIndex(BackStackRecord bse) { in allocBackStackIndex() argument 1949 mBackStackIndices.add(bse); in allocBackStackIndex() 1955 mBackStackIndices.set(index, bse); in allocBackStackIndex() 1961 public void setBackStackIndex(int index, BackStackRecord bse) { in setBackStackIndex() argument 1969 mBackStackIndices.set(index, bse); in setBackStackIndex() 1981 mBackStackIndices.add(bse); in setBackStackIndex() 2921 + " (index " + bse.mIndex + "): " + bse); in restoreAllState() 2924 bse.dump(" ", pw, false); in restoreAllState() 2927 mBackStack.add(bse); in restoreAllState() 2928 if (bse.mIndex >= 0) { in restoreAllState() [all …]
|