Home
last modified time | relevance | path

Searched refs:set (Results 1 – 21 of 21) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DTintTypedArray.java52 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set, in obtainStyledAttributes() argument
54 return new TintTypedArray(context, context.obtainStyledAttributes(set, attrs)); in obtainStyledAttributes()
57 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set, in obtainStyledAttributes() argument
60 context.obtainStyledAttributes(set, attrs, defStyleAttr, defStyleRes)); in obtainStyledAttributes()
DActionBarOverlayLayout.java352 mSystemInsets.set(sysInsets.left, sysInsets.top, sysInsets.right, sysInsets.bottom); in onApplyWindowInsets()
382 mLastBaseContentInsets.set(mBaseContentInsets); in onApplyWindowInsets()
466 mContentInsets.set(mBaseContentInsets); in onMeasure()
470 mInnerInsetsRect.set(mBaseInnerInsetsRect); in onMeasure()
522 mLastInnerInsetsRect.set(mInnerInsetsRect); in onMeasure()
DViewUtils.java129 inoutInsets.set(systemWindowInsets.left, systemWindowInsets.top, in computeFitSystemWindows()
DThemeUtils.java146 TL_TYPED_VALUE.set(typedValue); in getTypedValue()
DSearchView.java847 mSearchSrtTextViewBoundsExpanded.set( in onLayout()
864 rect.set(left, top, left + view.getWidth(), top + view.getHeight()); in getChildBoundsWithinSearchView()
1785 mTargetBounds.set(desiredBounds); in setBounds()
1786 mSlopBounds.set(desiredBounds); in setBounds()
1788 mActualBounds.set(actualBounds); in setBounds()
DDropDownListView.java624 selectorRect.set(sel.getLeft(), sel.getTop(), sel.getRight(), sel.getBottom()); in positionSelectorCompat()
844 sIsChildViewEnabled.set(view, enabled); in setSelectedChildViewEnabled()
DContentFrameLayout.java90 mDecorPadding.set(left, top, right, bottom); in setDecorPadding()
DTooltipPopup.java155 mTmpDisplayFrame.set(0, statusBarHeight, metrics.widthPixels, metrics.heightPixels); in computePosition()
DAppCompatTextViewAutoSizeHelper.java709 mTempTextPaint.set(mTextView.getPaint()); in initTempTextPaint()
DSwitchCompat.java127 public void set(SwitchCompat object, Float value) {
/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAppCompatDialog.java118 ViewTreeLifecycleOwner.set(getWindow().getDecorView(), this); in initViewTreeOwners()
119 ViewTreeSavedStateRegistryOwner.set(getWindow().getDecorView(), this); in initViewTreeOwners()
120 ViewTreeOnBackPressedDispatcherOwner.set(getWindow().getDecorView(), this); in initViewTreeOwners()
DAppCompatActivity.java219 ViewTreeLifecycleOwner.set(getWindow().getDecorView(), this); in initViewTreeOwners()
220 ViewTreeViewModelStoreOwner.set(getWindow().getDecorView(), this); in initViewTreeOwners()
221 ViewTreeSavedStateRegistryOwner.set(getWindow().getDecorView(), this); in initViewTreeOwners()
222 ViewTreeOnBackPressedDispatcherOwner.set(getWindow().getDecorView(), this); in initViewTreeOwners()
DWindowDecorActionBar.java893 ViewPropertyAnimatorCompatSet set = new ViewPropertyAnimatorCompatSet(); in animateToMode() local
894 set.playSequentially(fadeOut, fadeIn); in animateToMode()
895 set.start(); in animateToMode()
DAppCompatDelegateImpl.java2333 systemWindowInsets.set(rectInsets);
2336 systemWindowInsets.set(
/appcompat/appcompat/
DTHEMES42 They can also be used to set attributes for that specific platform (and platforms up until the
45 Because of this, every time there is a third level theme set, there should be a second level
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/custom/
DFitWindowsContentLayout.java44 mInsets.set(insets); in fitSystemWindows()
/appcompat/appcompat-resources/src/main/java/androidx/appcompat/widget/
DResourcesWrapper.java249 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) { in obtainAttributes() argument
250 return mResources.obtainAttributes(set, attrs); in obtainAttributes()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/app/
DActivityUnitTestSetActivityContextTest.java73 serviceStarted.set(true); in testSetActivityContext()
DBaseBasicsTestCase.java240 received.set(insets); in testOnApplyWindowInsetsReachesContent_withDisplayCutout()
393 received.set(insets); in waitForWindowInsets()
/appcompat/appcompat-resources/src/main/java/androidx/appcompat/graphics/drawable/
DDrawableContainerCompat.java106 padding.set(r); in getPadding()
286 mHotspotBounds.set(left, top, right, bottom); in setHotspotBounds()
296 outRect.set(mHotspotBounds); in getHotspotBounds()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/widget/
DAppCompatBaseViewTest.java85 mActivityTestRule.getScenario().onActivity(outerActivity::set); in setUp()