Searched refs:active (Results 1 - 25 of 121) sorted by relevance

12345

/frameworks/base/core/java/android/os/
H A DIMaintenanceActivityListener.aidl21 void onMaintenanceActivityChanged(boolean active);
H A DRemoteCallbackList.java208 * be active at a time, so you must be sure to always call this from the
246 Object[] active = mActiveBroadcast;
247 if (active == null || active.length < N) {
248 mActiveBroadcast = active = new Object[N];
251 active[i] = mCallbacks.valueAt(i);
258 * Retrieve an item in the active broadcast that was previously started
306 Object[] active = mActiveBroadcast;
307 if (active != null) {
310 active[
[all...]
/frameworks/base/core/java/android/hardware/radio/
H A DITunerCallback.aidl27 void onTrafficAnnouncement(boolean active);
28 void onEmergencyAnnouncement(boolean active);
H A DTunerCallbackAdapter.java69 public void onTrafficAnnouncement(boolean active) { argument
70 mHandler.post(() -> mCallback.onTrafficAnnouncement(active));
74 public void onEmergencyAnnouncement(boolean active) { argument
75 mHandler.post(() -> mCallback.onEmergencyAnnouncement(active));
H A DRadioTuner.java30 * configuring the active band, muting/unmuting, scanning and tuning, etc...
53 * Set the active band configuration for this module.
390 public void onTrafficAnnouncement(boolean active) {} argument
394 public void onEmergencyAnnouncement(boolean active) {} argument
/frameworks/base/core/java/android/content/pm/
H A DIPackageInstallerCallback.aidl23 void onSessionActiveChanged(int sessionId, boolean active);
/frameworks/native/services/surfaceflinger/
H A DLayerRejecter.cpp59 if (mFront.active != mFront.requested) {
64 mFront.active = mFront.requested;
71 // because State::active is only accessed from this thread.
72 mCurrent.active = mFront.active;
94 " drawing={ active ={ wh={%4u,%4u} crop={%4d,%4d,%4d,%4d} (%4d,%4d) "
97 mName, bufWidth, bufHeight, item.mTransform, item.mScalingMode, mFront.active.w,
98 mFront.active.h, mFront.crop.left, mFront.crop.top, mFront.crop.right,
104 if (mFront.active.w != bufWidth || mFront.active
[all...]
H A DLayer.cpp131 mCurrentState.active.w = w;
132 mCurrentState.active.h = h;
133 mCurrentState.active.transform.set(0, 0);
147 mCurrentState.requested = mCurrentState.active;
452 Rect win(s.active.w, s.active.h);
495 Rect win(s.active.w, s.active.h);
532 Rect activeCrop(s.active.w, s.active
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodClient.aidl30 void setActive(boolean active, boolean fullscreen);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DLocationController.java32 * @param active
34 default void onLocationActiveChanged(boolean active) {} argument
/frameworks/base/core/java/android/service/carrier/
H A DCarrierService.java103 * Based on the active parameter passed in, this method will either show or
105 * this UX, so a carrier app must be sure to call with active set to false
112 * @param active Whether the carrier network change is or shortly will be
113 * active. Set this value to true to begin showing
117 public final void notifyCarrierNetworkChange(boolean active) { argument
119 if (sRegistry != null) sRegistry.notifyCarrierNetworkChange(active);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneSwitcherMock.java77 public void setPhoneActive(int phoneId, boolean active) { argument
79 if (mIsActive[phoneId].getAndSet(active) != active) {
/frameworks/base/core/java/android/accessibilityservice/
H A DFingerprintGestureController.java92 Log.w(LOG_TAG, "Failed to check if fingerprint gestures are active", re);
125 * Called when gesture detection becomes active or inactive
128 public void onGestureDetectionActiveChanged(boolean active) { argument
138 handler.post(() -> callback.onGestureDetectionAvailabilityChanged(active));
140 callback.onGestureDetectionAvailabilityChanged(active);
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeHost.java52 default void onPowerSaveChanged(boolean active) {} argument
/frameworks/base/services/core/java/com/android/server/broadcastradio/
H A DTunerCallback.java94 public void onTrafficAnnouncement(boolean active) { argument
95 dispatch(() -> mClientCallback.onTrafficAnnouncement(active));
99 public void onEmergencyAnnouncement(boolean active) { argument
100 dispatch(() -> mClientCallback.onEmergencyAnnouncement(active));
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dtns_func.h36 Word16 active);
43 Word16 active);
/frameworks/base/core/java/android/net/
H A DINetworkManagementEventObserver.aidl89 * @param active True if the interface is actively transmitting data, false if it is idle.
92 void interfaceClassDataActivityChanged(String label, boolean active, long tsNanos);
/frameworks/support/lifecycle/extensions/src/main/java/android/arch/lifecycle/
H A DLiveData.java35 * LifecycleOwner is in active state. LifecycleOwner is considered as active, if its state is
37 * {@link #observeForever(Observer)} is considered as always active and thus will be always notified
48 * to get notified when number of active {@link Observer}s change between 0 and 1.
88 // how many observers are in active state
113 if (!observer.active) {
118 // we still first check observer.active to keep it as the entrance for events. So even if
119 // the observer moved to an active state, if we've not received that event, we better not
162 * or {@link Lifecycle.State#RESUMED} state (active).
167 * When data changes while the {@code owner} is not active, i
361 public boolean active; field in class:LiveData.LifecycleBoundObserver
[all...]
/frameworks/layoutlib/bridge/src/android/text/
H A DOptimizingLineBreaker.java60 ArrayList<Integer> active = new ArrayList<Integer>();
61 active.add(0);
69 for (ListIterator<Integer> it = active.listIterator(); it.hasNext();
100 active.clear();
104 active.add(i);
107 if (active.isEmpty()) {
115 active.add(breakIndex);
/frameworks/av/include/soundtrigger/
H A DISoundTriggerHwService.h43 virtual status_t setCaptureState(bool active) = 0;
/frameworks/base/core/java/com/android/server/net/
H A DBaseNetworkObserver.java61 public void interfaceClassDataActivityChanged(String label, boolean active, long tsNanos) { argument
/frameworks/base/services/core/jni/BroadcastRadio/
H A DTunerCallback.cpp111 virtual Return<void> trafficAnnouncement(bool active);
112 virtual Return<void> emergencyAnnouncement(bool active);
242 Return<void> NativeCallback::trafficAnnouncement(bool active) { argument
243 ALOGV("%s(%d)", __func__, active);
245 mCallbackThread.enqueue([this, active](JNIEnv *env) {
246 env->CallVoidMethod(mJCallback, gjni.TunerCallback.onTrafficAnnouncement, active);
252 Return<void> NativeCallback::emergencyAnnouncement(bool active) { argument
253 ALOGV("%s(%d)", __func__, active);
255 mCallbackThread.enqueue([this, active](JNIEnv *env) {
256 env->CallVoidMethod(mJCallback, gjni.TunerCallback.onEmergencyAnnouncement, active);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataCallResponse.java42 public final int active; field in class:DataCallResponse
75 public DataCallResponse(int status, int suggestedRetryTime, int cid, int active, String type, argument
81 this.active = active;
101 .append(" active=").append(active)
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java275 private void setRippleActive(boolean active) { argument
276 if (mRippleActive != active) {
277 mRippleActive = active;
278 if (active) {
286 private void setBackgroundActive(boolean active, boolean focused) { argument
287 if (mBackgroundActive != active) {
288 mBackgroundActive = active;
289 if (active) {
549 * Creates an active hotspot at the specified location.
569 * Attempts to start an enter animation for the active hotspo
[all...]
/frameworks/base/media/java/android/media/session/
H A DISession.aidl36 void setActive(boolean active);

Completed in 759 milliseconds

12345