Home
last modified time | relevance | path

Searched defs:layout (Results 51 – 75 of 677) sorted by relevance

12345678910>>...28

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DWindowManagerProxy.java87 LegacySplitDisplayLayout layout, final boolean dismissOrMaximize) { in dismissOrMaximizeDocked()
143 boolean applyHomeTasksMinimized(LegacySplitDisplayLayout layout, WindowContainerToken parent, in applyHomeTasksMinimized()
184 boolean applyEnterSplit(LegacySplitScreenTaskListener tiles, LegacySplitDisplayLayout layout) { in applyEnterSplit()
205 LegacySplitDisplayLayout layout) { in buildEnterSplit()
250 void applyDismissSplit(LegacySplitScreenTaskListener tiles, LegacySplitDisplayLayout layout, in applyDismissSplit()
269 LegacySplitScreenTaskListener tiles, LegacySplitDisplayLayout layout, in buildDismissSplit()
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/consent/
H A DConsentUiHelperImpl.java101 final GlifLayout layout = mActivity.findViewById(R.id.setup_wizard_layout); in setupAnimation() local
109 final GlifLayout layout = mActivity.findViewById(R.id.setup_wizard_layout); in setupAcceptAndContinueButton() local
119 final GlifLayout layout = mActivity.findViewById(R.id.setup_wizard_layout); in setupViewTermsButton() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
H A DFingerprintPreferenceTest.java64 final FrameLayout layout = new FrameLayout(mContext); in bindAndClickDeleteButton_shouldInvokeOnDeleteListener() local
65 LayoutInflater.from(mContext).inflate(mPreference.getSecondTargetResId(), layout, true); in bindAndClickDeleteButton_shouldInvokeOnDeleteListener() local
/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DStatusBarBackgroundLayoutTest.java37 final StatusBarBackgroundLayout layout = in testSetStatusBarBackground() local
51 final TestStatusBarBackgroundLayout layout = in testAttachedToWindow() local
H A DButtonBarItemTest.java76 final ViewGroup layout = createLayout(); in testBindEmpty() local
94 final ViewGroup layout = createLayout(); in testBind() local
/aosp12/system/teeui/libteeui/example/
H A Dexample_utils.h56 Error drawElements(std::tuple<Elements...>& layout, const PixelDrawer& drawPixel) { in drawElements()
64 Error handleAllEvent(std::tuple<Elements...>& layout, const Event& event) { in handleAllEvent()
70 template <typename T, typename Layout> void translateLabel(Layout* layout) { in translateLabel()
/aosp12/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/
H A DCarSetupWizardCompatLayoutTest.java509 CarSetupWizardCompatLayout layout = createCarSetupWizardCompatLayout(); in testPartnerResourcesAreApplied() local
538 CarSetupWizardCompatLayout layout = createCarSetupWizardCompatLayout(); in testShouldNotApplyLayoutBackground() local
547 CarSetupWizardCompatLayout layout = createCarSetupWizardCompatLayout(); in testSetButtonTextColor() local
560 CarSetupWizardCompatLayout layout = createCarSetupWizardCompatLayout(); in testSetBackground() local
589 CarSetupWizardCompatLayout layout = activity.findViewById(R.id.car_setup_wizard_layout); in test_bothButtons_areStyled_inAlternativeLayout() local
604 CarSetupWizardCompatLayout layout = activity.findViewById(R.id.car_setup_wizard_layout); in test_shouldNotMirrorNavIcons_inLtr() local
616 CarSetupWizardCompatLayout layout = activity.findViewById(R.id.car_setup_wizard_layout); in test_shouldMirrorNavIcons_inRtl() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DTextAnimatorTest.kt57 val layout = makeLayout("Hello, World", PAINT) regex
89 val layout = makeLayout("Hello, World", PAINT) regex
118 val layout = makeLayout("Hello, World", PAINT) regex
148 val layout = makeLayout("Hello, World", PAINT) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DTextAnimatorTest.kt52 val layout = makeLayout("Hello, World", PAINT) regex
82 val layout = makeLayout("Hello, World", PAINT) regex
109 val layout = makeLayout("Hello, World", PAINT) regex
140 val layout = makeLayout("Hello, World", PAINT) regex
/aosp12/packages/apps/Settings/src/com/android/settings/security/
H A DInstallCaCertificateWarning.java52 final GlifLayout layout = findViewById(R.id.setup_wizard_layout); in onCreate() local
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextGammaActivity.java37 final LinearLayout layout = new LinearLayout(this); in onCreate() local
88 final LinearLayout layout = new LinearLayout(this); in onCreate() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DMultiLineTexture.java33 private MultiLineTexture(Layout layout) { in MultiLineTexture()
42 Layout layout = new StaticLayout(text, 0, text.length(), paint, in newInstance() local
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextGammaActivity.java37 final LinearLayout layout = new LinearLayout(this); in onCreate() local
88 final LinearLayout layout = new LinearLayout(this); in onCreate() local
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DStaticLayoutPerfTest.java309 final StaticLayout layout = in testDraw_FixedText_NoStyled() local
326 final StaticLayout layout = in testDraw_RandomText_Styled() local
343 final StaticLayout layout = in testDraw_RandomText_NoStyled() local
360 final StaticLayout layout = in testDraw_RandomText_Styled_WithoutCache() local
378 final StaticLayout layout = in testDraw_RandomText_NoStyled_WithoutCache() local
397 final StaticLayout layout = in testDraw_PrecomputedText_Styled() local
415 final StaticLayout layout = in testDraw_PrecomputedText_NoStyled() local
433 final StaticLayout layout = in testDraw_PrecomputedText_Styled_WithoutCache() local
452 final StaticLayout layout = in testDraw_PrecomputedText_NoStyled_WithoutCache() local
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskLaunchParamsModifierTests.java496 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea() local
644 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutInfersFreeformOnFreeformDisplay() local
664 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testLayoutWithGravityAndEmptySizeInfersFreeformAndRespectsCurrentSize() local
679 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutUsesFullscreenWithResizeableActivity() local
973 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_LeftGravity() local
989 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_TopGravity() local
1005 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_TopLeftGravity() local
1022 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_RightGravity() local
1038 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_BottomGravity() local
1054 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_BottomRightGravity() local
[all …]
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
H A DSetupChooseLockPatternTest.java151 PartnerCustomizationLayout layout = mActivity.findViewById(R.id.setup_wizard_layout); in skipButton_shouldBeVisible_duringNonFingerprintFlow() local
166 PartnerCustomizationLayout layout = mActivity.findViewById(R.id.setup_wizard_layout); in clearButton_shouldBeVisible_duringRetryStage() local
180 PartnerCustomizationLayout layout = mActivity.findViewById(R.id.setup_wizard_layout); in createActivity_enterPattern_clearButtonShouldBeShown() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskLaunchParamsModifierTests.java567 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea() local
771 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutInfersFreeformOnFreeformDisplay() local
791 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testLayoutWithGravityAndEmptySizeInfersFreeformAndRespectsCurrentSize() local
806 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutUsesFullscreenWithResizeableActivity() local
1102 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_LeftGravity() local
1118 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_TopGravity() local
1134 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_TopLeftGravity() local
1151 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_RightGravity() local
1167 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_BottomGravity() local
1183 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_BottomRightGravity() local
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DDialogAnimationController.java79 public void startEnterAnimation(@NonNull T layout, Runnable endCallback) { in startEnterAnimation()
111 public void startExitAnimation(@NonNull T layout, Runnable endCallback) { in startExitAnimation()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDeviceStateToLayoutMap.java91 Layout layout = mLayoutMap.get(state); in get() local
120 final Layout layout = createLayout(state); in loadLayoutsFromConfig() local
164 final Layout layout = new Layout(); in createLayout() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Dresize_nearest_neighbor_v1_3.mod.py16 def test(name, input0, output_width, output_height, layout, align_corners, argument
212 layout = BoolScalar("layout", False) # NHWC variable
H A Dresize_bilinear_v1_3.mod.py20 layout, argument
537 layout = BoolScalar("layout", False) # NHWC variable
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/compatui/
H A DLetterboxEduWindowManagerTest.java200 LetterboxEduDialogLayout layout = windowManager.mLayout; in testCreateLayout_canShowTrue_createsLayoutCorrectly() local
295 LetterboxEduDialogLayout layout = windowManager.mLayout; in testUpdateCompatInfo_updatesLayoutCorrectly() local
350 LetterboxEduDialogLayout layout = windowManager.mLayout; in testUpdateDisplayLayout_updatesLayoutCorrectly() local
395 private void verifyLayout(LetterboxEduDialogLayout layout, ViewGroup.LayoutParams params, in verifyLayout()
408 private void verifyAndFinishEnterAnimation(LetterboxEduDialogLayout layout) { in verifyAndFinishEnterAnimation()
420 private void verifyAndFinishExitAnimation(LetterboxEduDialogLayout layout) { in verifyAndFinishExitAnimation()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/apppairs/
H A DAppPair.java317 public void onLayoutPositionChanging(SplitLayout layout) { in onLayoutPositionChanging()
323 public void onLayoutSizeChanging(SplitLayout layout) { in onLayoutSizeChanging()
329 public void onLayoutSizeChanged(SplitLayout layout) { in onLayoutSizeChanged()
338 public void setLayoutOffsetTarget(int offsetX, int offsetY, SplitLayout layout) { in setLayoutOffsetTarget()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DLaunchParamsController.java80 void calculate(Task task, WindowLayout layout, ActivityRecord activity, ActivityRecord source, in calculate()
128 boolean layoutTask(Task task, WindowLayout layout) { in layoutTask()
132 boolean layoutTask(Task task, WindowLayout layout, ActivityRecord activity, in layoutTask()
325 int onCalculate(@Nullable Task task, @Nullable WindowLayout layout, in onCalculate()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLaunchParamsController.java84 void calculate(Task task, WindowLayout layout, ActivityRecord activity, ActivityRecord source, in calculate()
132 boolean layoutTask(Task task, WindowLayout layout) { in layoutTask()
136 boolean layoutTask(Task task, WindowLayout layout, ActivityRecord activity, in layoutTask()
315 int onCalculate(@Nullable Task task, @Nullable WindowLayout layout, in onCalculate()

12345678910>>...28