| /appcompat/appcompat/src/main/java/androidx/appcompat/widget/ |
| D | TintTypedArray.java | 52 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()
|
| D | ActionBarOverlayLayout.java | 352 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()
|
| D | ViewUtils.java | 129 inoutInsets.set(systemWindowInsets.left, systemWindowInsets.top, in computeFitSystemWindows()
|
| D | ThemeUtils.java | 146 TL_TYPED_VALUE.set(typedValue); in getTypedValue()
|
| D | SearchView.java | 847 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()
|
| D | DropDownListView.java | 624 selectorRect.set(sel.getLeft(), sel.getTop(), sel.getRight(), sel.getBottom()); in positionSelectorCompat() 844 sIsChildViewEnabled.set(view, enabled); in setSelectedChildViewEnabled()
|
| D | ContentFrameLayout.java | 90 mDecorPadding.set(left, top, right, bottom); in setDecorPadding()
|
| D | TooltipPopup.java | 155 mTmpDisplayFrame.set(0, statusBarHeight, metrics.widthPixels, metrics.heightPixels); in computePosition()
|
| D | AppCompatTextViewAutoSizeHelper.java | 709 mTempTextPaint.set(mTextView.getPaint()); in initTempTextPaint()
|
| D | SwitchCompat.java | 127 public void set(SwitchCompat object, Float value) {
|
| /appcompat/appcompat/src/main/java/androidx/appcompat/app/ |
| D | AppCompatDialog.java | 118 ViewTreeLifecycleOwner.set(getWindow().getDecorView(), this); in initViewTreeOwners() 119 ViewTreeSavedStateRegistryOwner.set(getWindow().getDecorView(), this); in initViewTreeOwners() 120 ViewTreeOnBackPressedDispatcherOwner.set(getWindow().getDecorView(), this); in initViewTreeOwners()
|
| D | AppCompatActivity.java | 219 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()
|
| D | WindowDecorActionBar.java | 893 ViewPropertyAnimatorCompatSet set = new ViewPropertyAnimatorCompatSet(); in animateToMode() local 894 set.playSequentially(fadeOut, fadeIn); in animateToMode() 895 set.start(); in animateToMode()
|
| D | AppCompatDelegateImpl.java | 2333 systemWindowInsets.set(rectInsets); 2336 systemWindowInsets.set(
|
| /appcompat/appcompat/ |
| D | THEMES | 42 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/ |
| D | FitWindowsContentLayout.java | 44 mInsets.set(insets); in fitSystemWindows()
|
| /appcompat/appcompat-resources/src/main/java/androidx/appcompat/widget/ |
| D | ResourcesWrapper.java | 249 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/ |
| D | ActivityUnitTestSetActivityContextTest.java | 73 serviceStarted.set(true); in testSetActivityContext()
|
| D | BaseBasicsTestCase.java | 240 received.set(insets); in testOnApplyWindowInsetsReachesContent_withDisplayCutout() 393 received.set(insets); in waitForWindowInsets()
|
| /appcompat/appcompat-resources/src/main/java/androidx/appcompat/graphics/drawable/ |
| D | DrawableContainerCompat.java | 106 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/ |
| D | AppCompatBaseViewTest.java | 85 mActivityTestRule.getScenario().onActivity(outerActivity::set); in setUp()
|