Home
last modified time | relevance | path

Searched defs:bse (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowOrganizerTests.java695 BLASTSyncEngine bse = new BLASTSyncEngine(); in testTrivialBLASTCallback() local
719 BLASTSyncEngine bse = new BLASTSyncEngine(); in testOverlappingBLASTCallback() local
745 BLASTSyncEngine bse = new BLASTSyncEngine(); in testBLASTCallbackWithWindow() local
769 BLASTSyncEngine bse = new BLASTSyncEngine(); in testBLASTCallbackNoDoubleAdd() local
790 BLASTSyncEngine bse = new BLASTSyncEngine(); in testBLASTCallbackWithInvisibleWindow() local
816 BLASTSyncEngine bse = new BLASTSyncEngine(); in testBLASTCallbackWithChildWindow() local
/frameworks/base/core/java/android/app/
DBackStackRecord.java48 public BackStackState(FragmentManagerImpl fm, BackStackRecord bse) { in BackStackState()
95 BackStackRecord bse = new BackStackRecord(fm); in instantiate() local
DFragmentManager.java1941 public int allocBackStackIndex(BackStackRecord bse) { in allocBackStackIndex()
1961 public void setBackStackIndex(int index, BackStackRecord bse) { in setBackStackIndex()
2918 BackStackRecord bse = fms.mBackStack[i].instantiate(this); in restoreAllState() local