Home
last modified time | relevance | path

Searched defs:layoutParams (Results 1 – 25 of 82) sorted by relevance

1234

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DTwoTargetPreferenceTest.java94 final LinearLayout.LayoutParams layoutParams = (LinearLayout.LayoutParams) mViewHolder in bind_smallIcon_shouldUseSmallIconSize() local
110 final LinearLayout.LayoutParams layoutParams = (LinearLayout.LayoutParams) mViewHolder in bind_mediumIcon_shouldUseMediumIconSize() local
124 final LinearLayout.LayoutParams layoutParams = (LinearLayout.LayoutParams) mViewHolder in bind_defaultIcon_shouldUseDefaultIconSize() local
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowAttributes.java38 public AccessibilityWindowAttributes(@NonNull WindowManager.LayoutParams layoutParams, in AccessibilityWindowAttributes()
58 private CharSequence populateWindowTitle(@NonNull WindowManager.LayoutParams layoutParams) { in populateWindowTitle()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthContainerViewTest.kt402 val layoutParams = AuthContainerView.getLayoutParams(windowToken, "") regex
408 val layoutParams = AuthContainerView.getLayoutParams(windowToken, "") regex
415 val layoutParams = AuthContainerView.getLayoutParams(windowToken, "") regex
425 val layoutParams = AuthContainerView.getLayoutParams(windowToken, "") regex
560 val layoutParams = AuthContainerView.getLayoutParams(windowToken, "") regex
569 val layoutParams = AuthContainerView.getLayoutParams(windowToken, "") regex
/aosp14/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DAlignmentTest.java96 LayoutParams layoutParams = new LayoutParams(spec(i, va), spec(j, ha)); in create() local
99 container.addView(factory.create(name, 20), layoutParams); in create() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dream/
H A DMediaViewHolder.java42 @Named(MEDIA_COMPLICATION_LAYOUT_PARAMS) ComplicationLayoutParams layoutParams) { in MediaViewHolder()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcutKeysLayout.java63 LayoutParams layoutParams = (LayoutParams) child.getLayoutParams(); in onMeasure() local
96 protected LayoutParams generateLayoutParams(ViewGroup.LayoutParams layoutParams) { in generateLayoutParams()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DAccessibilityWindowAttributesTest.java77 final WindowManager.LayoutParams layoutParams = new WindowManager.LayoutParams(); in createInstance() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayService.java216 public void onStartDream(@NonNull WindowManager.LayoutParams layoutParams) { in onStartDream()
287 private boolean addOverlayWindowLocked(WindowManager.LayoutParams layoutParams) { in addOverlayWindowLocked()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DSurfaceViewRequestReceiver.java79 WindowManager.LayoutParams layoutParams = in onReceive() local
/aosp14/frameworks/base/core/java/android/widget/
H A DTableRow.java164 final LayoutParams layoutParams = (LayoutParams) child.getLayoutParams(); in mapIndexAndColumns() local
257 LayoutParams layoutParams = (LayoutParams) child.getLayoutParams(); in getChildrenSkipCount() local
299 final LayoutParams layoutParams = (LayoutParams) child.getLayoutParams(); in getColumnsWidths() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationsQuickSettingsContainerTest.kt88 val layoutParams = ConstraintLayout.LayoutParams(0, 0) regex
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DFloatingRotationButton.java158 final LayoutParams layoutParams = adjustViewPositionAndCreateLayoutParams(); in show() local
252 final LayoutParams layoutParams = adjustViewPositionAndCreateLayoutParams(); in onConfigurationChanged() local
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/util/
H A DDialog.kt152 val layoutParams = dialogContentWithBackground.layoutParams regex
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DNavigationEdgeBackPlugin.java49 void setLayoutParams(WindowManager.LayoutParams layoutParams); in setLayoutParams()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricFingerprintView.kt57 val layoutParams = super.onMeasureInternal(width, height) regex
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewRootImplTest.java360 WindowManager.LayoutParams layoutParams = new WindowManager.LayoutParams( in playSoundEffect_wrongEffectId_throwException() local
379 WindowManager.LayoutParams layoutParams = new WindowManager.LayoutParams( in playSoundEffect_wrongEffectId_touchFeedbackDisabled_doNothing() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPinShapeHintingView.java56 LayoutParams layoutParams = new LayoutParams(mDotDiameter, mDotDiameter); in PinShapeHintingView() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowController.java159 public void addViewToWindow(View view, ViewGroup.LayoutParams layoutParams) { in addViewToWindow()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/view/
H A DWindowRootView.kt102 val layoutParams = child.layoutParams as LayoutParams regex
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
H A DHomeActivity.java72 ViewGroup.LayoutParams layoutParams = listView.getLayoutParams(); in onCreate() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DSmartSpaceComplication.java130 @Named(DREAM_SMARTSPACE_LAYOUT_PARAMS) ComplicationLayoutParams layoutParams) { in SmartSpaceComplicationViewHolder()
H A DDreamClockTimeComplication.java102 ComplicationLayoutParams layoutParams, in DreamClockTimeViewHolder()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DMagnificationModeSwitchTest.java484 final WindowManager.LayoutParams layoutParams = in onLocaleChanged_buttonIsShowing_updateA11yWindowTitle() local
601 final WindowManager.LayoutParams layoutParams = in assertLayoutPosition() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java111 final LayoutParams layoutParams = new LayoutParams(LayoutParams.WRAP_CONTENT, in setSplitToolbar() local
226 final LayoutParams layoutParams = new LayoutParams(LayoutParams.WRAP_CONTENT, in initForMode() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/dreams/
H A DDreamOverlayServiceTest.java95 public void onStartDream(@NonNull WindowManager.LayoutParams layoutParams) { in onStartDream()

1234