Home
last modified time | relevance | path

Searched refs:changed (Results 1 – 22 of 22) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DActionBarOverlayLayout.java304 boolean changed = false; in setMargin()
306 changed = true; in setMargin()
310 changed = true; in setMargin()
314 changed = true; in setMargin()
318 changed = true; in setMargin()
321 return changed; in setMargin()
354 boolean changed = false; in onApplyWindowInsets()
362 changed |= setMargin( in onApplyWindowInsets()
366 changed |= setMargin( in onApplyWindowInsets()
377 changed = true; in onApplyWindowInsets()
[all …]
DToolbarWidgetWrapper.java388 final int changed = oldOpts ^ newOpts; in setDisplayOptions() local
390 if (changed != 0) { in setDisplayOptions()
391 if ((changed & ActionBar.DISPLAY_HOME_AS_UP) != 0) { in setDisplayOptions()
398 if ((changed & AFFECTS_LOGO_MASK) != 0) { in setDisplayOptions()
402 if ((changed & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in setDisplayOptions()
412 if ((changed & ActionBar.DISPLAY_SHOW_CUSTOM) != 0 && mCustomView != null) { in setDisplayOptions()
DAppCompatButton.java194 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
195 super.onLayout(changed, left, top, right, bottom); in onLayout()
197 mTextHelper.onLayout(changed, left, top, right, bottom); in onLayout()
DSwitchCompat.java1194 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
1195 super.onLayout(changed, left, top, right, bottom); in onLayout()
1452 boolean changed = false; in drawableStateChanged()
1456 changed |= thumbDrawable.setState(state); in drawableStateChanged()
1461 changed |= trackDrawable.setState(state); in drawableStateChanged()
1464 if (changed) { in drawableStateChanged()
DActionBarContainer.java305 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
306 super.onLayout(changed, l, t, r, b); in onLayout()
DAppCompatTextView.java313 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
314 super.onLayout(changed, left, top, right, bottom); in onLayout()
316 mTextHelper.onLayout(changed, left, top, right, bottom); in onLayout()
DScrollingTabContainerView.java420 final boolean changed = (isSelected() != selected); in setSelected()
422 if (changed && selected) { in setSelected()
DActionMenuView.java441 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
443 super.onLayout(changed, left, top, right, bottom); in onLayout()
DActionMenuPresenter.java693 final boolean changed = super.setFrame(l, t, r, b); in setFrame()
710 return changed; in setFrame()
DAlertDialogLayout.java264 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
DSearchView.java840 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
841 super.onLayout(changed, left, top, right, bottom); in onLayout()
843 if (changed) { in onLayout()
DActionBarContextView.java346 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
DActivityChooserView.java475 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
DAppCompatTextHelper.java623 void onLayout(boolean changed, int left, int top, int right, int bottom) {
DLinearLayoutCompat.java1426 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
DToolbar.java1948 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
/appcompat/appcompat-resources/src/main/java/androidx/appcompat/graphics/drawable/
DDrawableContainerCompat.java249 boolean changed = false; in jumpToCurrentState()
253 changed = true; in jumpToCurrentState()
263 changed = true; in jumpToCurrentState()
267 changed = true; in jumpToCurrentState()
269 if (changed) { in jumpToCurrentState()
392 boolean changed = super.setVisible(visible, restart); in setVisible()
399 return changed; in setVisible()
849 boolean changed = false; in setLayoutDirection()
862 changed = childChanged; in setLayoutDirection()
867 return changed; in setLayoutDirection()
DAnimatedStateListDrawableCompat.java214 final boolean changed = super.setVisible(visible, restart); in setVisible()
215 if (mTransition != null && (changed || restart)) { in setVisible()
223 return changed; in setVisible()
275 boolean changed = targetIndex != getCurrentIndex() in onStateChange()
282 changed |= current.setState(stateSet); in onStateChange()
284 return changed; in onStateChange()
DStateListDrawableCompat.java109 final boolean changed = super.onStateChange(stateSet); in onStateChange()
118 return selectDrawable(idx) || changed; in onStateChange()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/app/
DDrawerInteractionTest.java169 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
170 super.onLayout(changed, left, top, right, bottom); in onLayout()
/appcompat/appcompat/api/
Drestricted_1.3.0-alpha02.ignore3 …Class androidx.appcompat.widget.LinearLayoutCompat.LayoutParams superclass changed from android.vi…
D1.3.0-alpha02.ignore3 …Class androidx.appcompat.widget.LinearLayoutCompat.LayoutParams superclass changed from android.vi…