/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/compatui/ |
H A D | CompatUIWindowManagerTest.java | 94 mWindowManager.createLayout(false /* show */); in testCreateSizeCompatButton() 100 mWindowManager.createLayout(true /* show */); in testCreateSizeCompatButton() 108 mWindowManager.createLayout(true /* show */); in testCreateSizeCompatButton() 118 mWindowManager.createLayout(true /* show */); in testRelease() 129 mWindowManager.createLayout(true /* show */); in testUpdateCompatInfo() 137 verify(mWindowManager, never()).createLayout(anyBoolean()); in testUpdateCompatInfo() 147 verify(mWindowManager).createLayout(anyBoolean()); in testUpdateCompatInfo() 206 verify(mWindowManager).createLayout(true /* show */); in testUpdateVisibility() 213 verify(mWindowManager, never()).createLayout(anyBoolean()); in testUpdateVisibility() 220 verify(mWindowManager, never()).createLayout(anyBoolean()); in testUpdateVisibility() [all …]
|
H A D | CompatUIControllerTest.java | 93 CompatUIWindowManager createLayout(Context context, int displayId, int taskId, in setUp() 114 verify(mController).createLayout(any(), eq(DISPLAY_ID), eq(TASK_ID), eq(taskConfig), in testOnCompatInfoChanged()
|
H A D | CompatUILayoutTest.java | 105 mWindowManager.createLayout(true /* show */); in testOnClickForSizeCompatHint()
|
/aosp12/frameworks/opt/setupwizard/library/gingerbread/test/robotest/src/com/android/setupwizardlib/items/ |
H A D | SwitchItemTest.java | 78 View view = createLayout(); in testChecked() 92 View view = createLayout(); in testNotChecked() 106 View view = createLayout(); in testListener() 139 View view = createLayout(); in testRebind() 165 View view = createLayout(); in testListenerSetChecked() 191 View view = createLayout(); in testToggle() 219 private ViewGroup createLayout() { in createLayout() method in SwitchItemTest
|
H A D | ExpandableSwitchItemTest.java | 54 View view = createLayout(); in testInitialState() 77 View view = createLayout(); in testExpanded() 96 View view = createLayout(); in testCollapsed() 117 View view = createLayout(); in testClick() 156 private ViewGroup createLayout() { in createLayout() method in ExpandableSwitchItemTest
|
/aosp12/packages/apps/EmergencyInfo/tests/robolectric/src/com/android/emergency/preferences/ |
H A D | EmergencyNamePreferenceTest.java | 93 View view = createLayout(); in onBindDialogView_setUserName_textViewTitleIsSet() 104 View view = createLayout(); in onBindDialogView_setUserPhoto_imageViewDrawableIsSet() 114 View view = createLayout(); in onBindDialogView_setEditUserPhotoController_editUserPhotoControllerIsSet() 127 View view = createLayout(); in onActivityResult_whenWaitingForActivityResult_onActivityResultIsCalled() 138 private ViewGroup createLayout() { in createLayout() method in EmergencyNamePreferenceTest
|
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/text/ |
H A D | StaticLayoutCreateDrawPerfTest.java | 94 createLayout(text); in timeCreate() 102 createLayout(text); in timeCreate() 117 final Layout layout = createLayout(text); in timeDraw() 137 private Layout createLayout(CharSequence text) { in createLayout() method in StaticLayoutCreateDrawPerfTest
|
H A D | BoringLayoutCreateDrawPerfTest.java | 94 if (mCached) createLayout(text, metrics); in timeCreate() 102 createLayout(text, metrics); in timeCreate() 118 final Layout layout = createLayout(text, metrics); in timeDraw() 146 private Layout createLayout(CharSequence text, in createLayout() method in BoringLayoutCreateDrawPerfTest
|
/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/ |
H A D | ButtonBarItemTest.java | 76 final ViewGroup layout = createLayout(); in testBindEmpty() 94 final ViewGroup layout = createLayout(); in testBind() 126 private ViewGroup createLayout() { in createLayout() method in ButtonBarItemTest
|
H A D | ItemTest.java | 73 View view = createLayout(); in testOnBindView() 93 View view = createLayout(); in testSingleLineItem() 176 private ViewGroup createLayout() { in createLayout() method in ItemTest
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/ |
H A D | CompatUIController.java | 141 createLayout(displayId, taskId, taskConfig, taskListener); in onCompatInfoChanged() 218 private void createLayout(int displayId, int taskId, Configuration taskConfig, in createLayout() method in CompatUIController 227 createLayout(context, displayId, taskId, taskConfig, taskListener); in createLayout() 229 compatUIWindowManager.createLayout(showOnDisplay(displayId)); in createLayout() 233 CompatUIWindowManager createLayout(Context context, int displayId, int taskId, in createLayout() method in CompatUIController
|
H A D | CompatUIWindowManager.java | 116 void createLayout(boolean show) { in createLayout() method in CompatUIWindowManager 143 createLayout(show); in updateCompatInfo() 164 createLayout(show); in updateVisibility()
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/ |
H A D | DeviceStateToLayoutMap.java | 58 createLayout(STATE_DEFAULT); in DeviceStateToLayoutMap() 79 private Layout createLayout(int state) { in createLayout() method in DeviceStateToLayoutMap 110 final Layout layout = createLayout(state); in loadLayoutsFromConfig()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 17656 HSPLcom/android/server/display/DeviceStateToLayoutMap;->createLayout(I)Lcom/android/server/display/…
|