Searched refs:createControl (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsControllerTest.java | 285 InsetsSourceControl ime = createControl(ID_IME, ime()); in testAnimationEndState() 305 InsetsSourceControl ime = createControl(ID_IME, ime()); in testApplyImeVisibility() 486 InsetsSourceControl ime = createControl(ID_IME, ime()); in testStartImeAnimationAfterGettingControl() 515 InsetsSourceControl ime = createControl(ID_IME, ime()); in testStartImeAnimationAfterGettingControl_imeLater() 605 InsetsSourceControl ime = createControl(ID_IME, ime(), true /* hasLeash */); in testControlImeNotReady() 1090 InsetsSourceControl ime = createControl(ID_IME, ime()); in testImeShowRequestCancelsPredictiveBackPostCommitAnim() 1223 private InsetsSourceControl createControl(int id, @InsetsType int type) { in createControl() method in InsetsControllerTest 1224 return createControl(id, type, true); in createControl() 1227 private InsetsSourceControl createControl(int id, @InsetsType int type, boolean hasLeash) { in createControl() method in InsetsControllerTest 1237 return new InsetsSourceControl[] { createControl(id, type) }; in createSingletonControl() [all …]
|
/frameworks/base/services/incremental/ |
D | ServiceWrappers.cpp | 156 Control createControl(IncFsFd cmd, IncFsFd pendingReads, IncFsFd logs, in createControl() function in android::incremental::RealIncFs 158 return incfs::createControl(cmd, pendingReads, logs, blocksWritten); in createControl()
|
D | ServiceWrappers.h | 98 virtual Control createControl(IncFsFd cmd, IncFsFd pendingReads, IncFsFd logs,
|
D | IncrementalService.cpp | 679 control = mIncFs->createControl(cmd, pendingReads, logs, blocksWritten); in createStorage() 1692 IncFsMount::Control control = mIncFs->createControl(cmd, pendingReads, logs, blocksWritten); in mountExistingImage()
|
/frameworks/base/services/incremental/test/ |
D | IncrementalServiceTest.cpp | 382 MOCK_CONST_METHOD4(createControl,
|