HomeSort by relevance Sort by last modified time
    Searched defs:onStateChange (Results 26 - 50 of 89) sorted by null

12 3 4

  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableWrapper.java 343 protected boolean onStateChange(int[] state) {
ShapeDrawable.java 353 protected boolean onStateChange(int[] stateSet) {
AnimatedStateListDrawable.java 115 onStateChange(getState());
141 protected boolean onStateChange(int[] stateSet) {
149 // we can't call StateListDrawable.onStateChange() without changing the
432 onStateChange(getState());
670 onStateChange(getState());
BitmapDrawable.java 743 protected boolean onStateChange(int[] stateSet) {
    [all...]
Drawable.java 778 return onStateChange(stateSet);
    [all...]
NinePatchDrawable.java 568 protected boolean onStateChange(int[] stateSet) {
AdaptiveIconDrawable.java 768 protected boolean onStateChange(int[] state) {
    [all...]
DrawableContainer.java 330 protected boolean onStateChange(int[] state) {
    [all...]
LayerDrawable.java     [all...]
RippleDrawable.java 246 protected boolean onStateChange(int[] stateSet) {
247 final boolean changed = super.onStateChange(stateSet);
    [all...]
AnimatedVectorDrawable.java 418 protected boolean onStateChange(int[] state) {
    [all...]
VectorDrawable.java 502 protected boolean onStateChange(int[] stateSet) {
511 if (state.onStateChange(stateSet)) {
    [all...]
  /frameworks/support/cardview/src/main/java/androidx/cardview/widget/
RoundRectDrawableWithShadow.java 197 protected boolean onStateChange(int[] stateSet) {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableContainerTest.java 391 assertFalse(mMockDrawableContainer.onStateChange(new int[] { 0 }));
392 assertFalse(mMockDrawableContainer.onStateChange(null));
402 mMockDrawableContainer.onStateChange(null);
407 mMockDrawableContainer.onStateChange(new int[] { 0 });
412 assertFalse(mMockDrawableContainer.onStateChange(new int[] { 0 }));
    [all...]
ScaleDrawableTest.java 286 assertFalse("child did not change", scaleDrawable.onStateChange(state));
292 scaleDrawable.onStateChange(state);
296 scaleDrawable.onStateChange(null);
557 protected boolean onStateChange(int[] state) {
558 return super.onStateChange(state);
LayerDrawableTest.java 650 // Call onStateChange() without actually changing the state.
657 // Call onStateChange() to change the state from WILD_CARD to null.
668 // Call onStateChange() to change the state from null to valid state
    [all...]
  /external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
PeerConnectionTest.java 272 public synchronized void onStateChange() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonRipple.java 180 protected boolean onStateChange(int[] state) {
  /frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/
AnimatedVectorDrawableCompat.java 304 protected boolean onStateChange(int[] state) {
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
CallCardPresenter.java 178 onStateChange(null, InCallPresenter.getInstance().getInCallState(), CallList.getInstance());
248 // same logic should happen as with onStateChange()
249 onStateChange(oldState, newState, CallList.getInstance());
253 public void onStateChange(InCallState oldState, InCallState newState, CallList callList) {
254 Trace.beginSection("CallCardPresenter.onStateChange");
255 LogUtil.v("CallCardPresenter.onStateChange", "oldState: %s, newState: %s", oldState, newState);
280 LogUtil.v("CallCardPresenter.onStateChange", "primary call: " + primary);
281 LogUtil.v("CallCardPresenter.onStateChange", "secondary call: " + secondary);
    [all...]
StatusBarNotifier.java 177 public void onStateChange(InCallState oldState, InCallState newState, CallList callList) {
178 LogUtil.d("StatusBarNotifier.onStateChange", "%s->%s", oldState, newState);
    [all...]
VideoCallPresenter.java 334 onStateChange(inCallState, inCallState, CallList.getInstance());
465 // same logic should happen as with onStateChange()
466 onStateChange(oldState, newState, CallList.getInstance());
476 public void onStateChange(
481 "VideoCallPresenter.onStateChange",
524 "VideoCallPresenter.onStateChange",
    [all...]
InCallPresenter.java 773 listener.onStateChange(oldState, inCallState, callList);
    [all...]
  /frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
VectorDrawableCompat.java 452 protected boolean onStateChange(int[] stateSet) {
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 648 milliseconds

12 3 4