Searched refs:onStateChanged (Results 1 - 25 of 97) sorted by relevance

1234

/frameworks/base/media/java/android/media/
H A DIMediaRouterClient.aidl23 void onStateChanged();
H A DIRemoteDisplayCallback.aidl25 void onStateChanged(in RemoteDisplayState state);
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
H A DStateChangeListener.java20 void onStateChanged(int state); method in interface:StateChangeListener
/frameworks/support/lifecycle/common/src/main/java/android/arch/lifecycle/
H A DGenericLifecycleObserver.java31 void onStateChanged(LifecycleOwner source, Lifecycle.Event event); method in interface:GenericLifecycleObserver
H A DFullLifecycleObserverAdapter.java28 public void onStateChanged(LifecycleOwner source, Lifecycle.Event event) { method in class:FullLifecycleObserverAdapter
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DStrictFragment.java54 public void onStateChanged(int fromState) { method in class:StrictFragment
99 onStateChanged(DETACHED);
111 onStateChanged(ATTACHED);
121 onStateChanged(fromState);
130 onStateChanged(ACTIVITY_CREATED);
139 onStateChanged(STARTED);
159 onStateChanged(RESUMED);
168 onStateChanged(STARTED);
177 onStateChanged(CREATED);
187 onStateChanged(fromStat
[all...]
H A DReentrantFragment.java37 public void onStateChanged(int fromState) { method in class:ReentrantFragment
38 super.onStateChanged(fromState);
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingCaptureCallback.java128 mStateChangeListener.onStateChanged(CAPTURE_STARTED);
135 mStateChangeListener.onStateChanged(CAPTURE_PROGRESSED);
142 mStateChangeListener.onStateChanged(CAPTURE_COMPLETED);
149 mStateChangeListener.onStateChanged(CAPTURE_FAILED);
156 mStateChangeListener.onStateChanged(CAPTURE_SEQUENCE_COMPLETED);
162 mStateChangeListener.onStateChanged(CAPTURE_SEQUENCE_ABORTED);
/frameworks/support/lifecycle/common/src/test/java/android/arch/lifecycle/
H A DFullLifecycleObserverTest.java59 observer.onStateChanged(mOwner, ON_CREATE);
65 observer.onStateChanged(mOwner, ON_START);
70 observer.onStateChanged(mOwner, ON_RESUME);
75 observer.onStateChanged(mOwner, ON_PAUSE);
80 observer.onStateChanged(mOwner, ON_STOP);
85 observer.onStateChanged(mOwner, ON_DESTROY);
H A DReflectiveGenericLifecycleObserverTest.java62 observer.onStateChanged(mOwner, ON_CREATE);
66 observer.onStateChanged(mOwner, ON_START);
70 observer.onStateChanged(mOwner, ON_RESUME);
74 observer.onStateChanged(mOwner, ON_PAUSE);
78 observer.onStateChanged(mOwner, ON_STOP);
82 observer.onStateChanged(mOwner, ON_DESTROY);
99 observer.onStateChanged(mOwner, ON_CREATE);
122 observer.onStateChanged(mOwner, ON_CREATE);
127 observer.onStateChanged(mOwner, ON_START);
132 observer.onStateChanged(mOwne
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DAccessibilityController.java60 cb.onStateChanged(mAccessibilityEnabled, mTouchExplorationEnabled);
70 mChangeCallbacks.get(i).onStateChanged(mAccessibilityEnabled, mTouchExplorationEnabled);
87 void onStateChanged(boolean accessibilityEnabled, boolean touchExplorationEnabled); method in interface:AccessibilityController.AccessibilityStateChangedCallback
H A DSecurityController.java43 void onStateChanged(); method in interface:SecurityController.SecurityControllerCallback
/frameworks/support/lifecycle/compiler/src/tests/test-data/expected/
H A DDifferentPackagesBase1_LifecycleAdapter.java34 public void onStateChanged(LifecycleOwner owner, Lifecycle.Event event) { method in class:DifferentPackagesBase1_LifecycleAdapter
H A DDifferentPackagesBase2_LifecycleAdapter.java34 public void onStateChanged(LifecycleOwner owner, Lifecycle.Event event) { method in class:DifferentPackagesBase2_LifecycleAdapter
H A DDifferentPackagesDerived1_LifecycleAdapter.java35 public void onStateChanged(LifecycleOwner owner, Lifecycle.Event event) { method in class:DifferentPackagesDerived1_LifecycleAdapter
H A DDifferentPackagesDerived2_LifecycleAdapter.java34 public void onStateChanged(LifecycleOwner owner, Lifecycle.Event event) { method in class:DifferentPackagesDerived2_LifecycleAdapter
H A DInheritanceOk2Base_LifecycleAdapter.java34 public void onStateChanged(LifecycleOwner owner, Lifecycle.Event event) { method in class:InheritanceOk2Base_LifecycleAdapter
H A DInheritanceOk2Derived_LifecycleAdapter.java34 public void onStateChanged(LifecycleOwner owner, Lifecycle.Event event) { method in class:InheritanceOk2Derived_LifecycleAdapter
H A DInheritanceOk3Base_LifecycleAdapter.java34 public void onStateChanged(LifecycleOwner owner, Lifecycle.Event event) { method in class:InheritanceOk3Base_LifecycleAdapter
H A DInheritanceOk3Derived_LifecycleAdapter.java34 public void onStateChanged(LifecycleOwner owner, Lifecycle.Event event) { method in class:InheritanceOk3Derived_LifecycleAdapter
H A DInterfaceOk2Base_LifecycleAdapter.java34 public void onStateChanged(LifecycleOwner owner, Lifecycle.Event event) { method in class:InterfaceOk2Base_LifecycleAdapter
H A DInterfaceOk2Derived_LifecycleAdapter.java34 public void onStateChanged(LifecycleOwner owner, Lifecycle.Event event) { method in class:InterfaceOk2Derived_LifecycleAdapter
H A DInterfaceOk2Interface_LifecycleAdapter.java34 public void onStateChanged(LifecycleOwner owner, Lifecycle.Event event) { method in class:InterfaceOk2Interface_LifecycleAdapter
H A DOnAnyMethod_LifecycleAdapter.java34 public void onStateChanged(LifecycleOwner owner, Lifecycle.Event event) { method in class:OnAnyMethod_LifecycleAdapter
/frameworks/base/lowpan/java/android/net/lowpan/
H A DILowpanInterfaceListener.aidl32 oneway void onStateChanged(@utf8InCpp String value);

Completed in 243 milliseconds

1234