| /appcompat/appcompat/src/main/java/androidx/appcompat/widget/ |
| D | ActionBarOverlayLayout.java | 304 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 …]
|
| D | ToolbarWidgetWrapper.java | 388 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()
|
| D | AppCompatButton.java | 194 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()
|
| D | SwitchCompat.java | 1194 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()
|
| D | ActionBarContainer.java | 305 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()
|
| D | AppCompatTextView.java | 313 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()
|
| D | ScrollingTabContainerView.java | 420 final boolean changed = (isSelected() != selected); in setSelected() 422 if (changed && selected) { in setSelected()
|
| D | ActionMenuView.java | 441 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()
|
| D | ActionMenuPresenter.java | 693 final boolean changed = super.setFrame(l, t, r, b); in setFrame() 710 return changed; in setFrame()
|
| D | AlertDialogLayout.java | 264 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
|
| D | SearchView.java | 840 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()
|
| D | ActionBarContextView.java | 346 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
|
| D | ActivityChooserView.java | 475 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
|
| D | AppCompatTextHelper.java | 623 void onLayout(boolean changed, int left, int top, int right, int bottom) {
|
| D | LinearLayoutCompat.java | 1426 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
|
| D | Toolbar.java | 1948 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/ |
| D | DrawableContainerCompat.java | 249 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()
|
| D | AnimatedStateListDrawableCompat.java | 214 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()
|
| D | StateListDrawableCompat.java | 109 final boolean changed = super.onStateChange(stateSet); in onStateChange() 118 return selectDrawable(idx) || changed; in onStateChange()
|
| /appcompat/appcompat/src/androidTest/java/androidx/appcompat/app/ |
| D | DrawerInteractionTest.java | 169 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/ |
| D | restricted_1.3.0-alpha02.ignore | 3 …Class androidx.appcompat.widget.LinearLayoutCompat.LayoutParams superclass changed from android.vi…
|
| D | 1.3.0-alpha02.ignore | 3 …Class androidx.appcompat.widget.LinearLayoutCompat.LayoutParams superclass changed from android.vi…
|