Searched refs:force (Results 1 - 25 of 122) sorted by relevance

12345

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DCarNavigationBarView.java53 public void setDisabledFlags(int disabledFlags, boolean force) { argument
70 public void setNavigationIconHints(int hints, boolean force) { argument
/frameworks/base/libs/hwui/
H A DTexture.h64 inline void setWrap(GLenum wrap, bool bindTexture = false, bool force = false) {
65 setWrapST(wrap, wrap, bindTexture, force);
69 bool force = false);
71 inline void setFilter(GLenum filter, bool bindTexture = false, bool force = false) {
72 setFilterMinMag(filter, filter, bindTexture, force);
76 bool force = false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarTransitions.java47 applyMode(getMode(), false /*animate*/, true /*force*/);
57 applyMode(newMode, animate, false /*force*/);
60 private void applyMode(int mode, boolean animate, boolean force) { argument
63 applyLightsOut(isLightsOut(mode), animate, force);
66 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { argument
67 if (!force && lightsOut == mLightsOut) return;
H A DKeyguardAffordanceHelper.java172 false /* force */);
378 boolean force) {
382 if (translation != mTranslation || isReset || force) {
397 false, false, force, false);
400 animateIcons, slowAnimation, force, forceNoCircleAnimation);
403 animateIcons, slowAnimation, force, forceNoCircleAnimation);
405 animateIcons, slowAnimation, force, forceNoCircleAnimation);
446 boolean animate, boolean slowRadiusAnimation, boolean force,
448 if (view.getVisibility() != View.VISIBLE && !force) {
513 reset(animate, false /* force */);
377 setTranslation(float translation, boolean isReset, boolean animateReset, boolean force) argument
445 updateIcon(KeyguardAffordanceView view, float circleRadius, float alpha, boolean animate, boolean slowRadiusAnimation, boolean force, boolean forceNoCircleAnimation) argument
516 reset(boolean animate, boolean force) argument
[all...]
/frameworks/native/include/android/
H A Dstorage_manager.h134 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
/frameworks/base/libs/storage/include/storage/
H A DIMountService.h43 const String16& mountPoint, const bool force, const bool removeEncryption) = 0;
56 unmountSecureContainer(const String16& id, const bool force) = 0;
68 virtual void unmountObb(const String16& filename, const bool force,
/frameworks/av/include/media/stagefright/foundation/
H A DAWakeLock.h35 void release(bool force = false);
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DAWakeLock.h35 void release(bool force = false);
/frameworks/av/media/libstagefright/include/foundation/
H A DAWakeLock.h35 void release(bool force = false);
/frameworks/av/media/libstagefright/foundation/
H A DAWakeLock.cpp79 void AWakeLock::release(bool force) { argument
83 if (force) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGuts.java101 * @param force whether the guts view should be forced closed regardless of state.
104 public boolean handleCloseControls(boolean save, boolean force); argument
139 closeControls(-1 /* x */, -1 /* y */, false /* save */, false /* force */);
215 public void closeControls(boolean leavebehinds, boolean controls, int x, int y, boolean force) { argument
218 closeControls(x, y, true /* save */, force);
220 closeControls(x, y, true /* save */, force);
225 public void closeControls(int x, int y, boolean save, boolean force) { argument
233 if (mGutsContent == null || !mGutsContent.handleCloseControls(save, force)) {
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDeviceConnection.java121 * @param force true to disconnect kernel driver if necessary
124 public boolean claimInterface(UsbInterface intf, boolean force) { argument
125 return native_claim_interface(intf.getId(), force);
362 private native boolean native_claim_interface(int interfaceID, boolean force); argument
/frameworks/base/core/java/android/os/storage/
H A DIStorageManager.aidl70 * @param force whether or not to forcefully unmount it (e.g. even if programs are using this
73 * This value implies {@code force}.
75 void unmountVolume(in String mountPoint, boolean force, boolean removeEncryption) = 6;
106 int destroySecureContainer(in String id, boolean force) = 12;
116 int unmountSecureContainer(in String id, boolean force) = 14;
153 * Unmounts an Opaque Binary Blob (OBB). When the force flag is specified,
158 void unmountObb(in String rawPath, boolean force, IObbActionListener token, int nonce) = 22;
/frameworks/support/dynamic-animation/src/android/support/animation/
H A DSpringAnimation.java23 * SpringAnimation is an animation that is driven by a {@link SpringForce}. The spring force defines
25 * started, on each frame the spring force will update the animation's value and velocity.
26 * The animation will continue to run until the spring force reaches equilibrium. If the spring used
120 * Uses the given spring as the force that drives this animation. If this spring force has its
124 * @param force a pre-defined spring force that drives the animation
125 * @return the animation that the spring force is set on
127 public SpringAnimation setSpring(SpringForce force) { argument
128 mSpring = force;
[all...]
/frameworks/base/native/android/
H A Dstorage_manager.cpp144 void unmountObb(const char* filename, const bool force, AStorageManager_obbCallbackFunc func, void* data) { argument
147 mMountService->unmountObb(filename16, force, mObbActionListener, cb->nonce);
191 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force, argument
193 mgr->unmountObb(filename, force != 0, cb, data);
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerShellCommand.java117 pw.println(" has functional constraints but --force not specified");
126 checkPermission("force scheduled jobs");
128 boolean force = false;
135 case "--force":
136 force = true;
155 int ret = mInternal.executeRunCommand(pkgName, userId, jobId, force);
162 if (force) {
174 checkPermission("force timeout jobs");
262 checkPermission("force timeout jobs");
305 pw.println(" run [-f | --force] [
[all...]
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerBaseTest.java412 * @param force true if we shuold force the unmount, false otherwise
415 protected boolean unmountObb_noThrow(String obbFilePath, boolean force) { argument
421 assertTrue("unmountObb call failed", mSm.unmountObb(obbFilePath, force, obbListener));
424 if (force) {
436 * @param force true if we shuold force the unmount, false otherwise
438 protected void unmountObb(String obbFilePath, boolean force) { argument
443 assertTrue("unmountObb call failed", mSm.unmountObb(obbFilePath, force, obbListener));
446 if (force) {
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothAdapter.java154 public void startScanning(boolean force) { argument
157 if (!force) {
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Theme_Delegate.java116 final boolean[] force = key.mForce;
123 style, force[i]);
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioOutputDescriptor.h61 bool force);
119 bool force);
152 bool force);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp147 bool force)
151 // - the force flag is set
152 if (volume != mCurVolume[stream] || force) {
373 bool force)
375 bool changed = AudioOutputDescriptor::setVolume(volume, stream, device, delayMs, force);
437 bool force)
439 bool changed = AudioOutputDescriptor::setVolume(volume, stream, device, delayMs, force);
143 setVolume(float volume, audio_stream_type_t stream, audio_devices_t device __unused, uint32_t delayMs, bool force) argument
369 setVolume(float volume, audio_stream_type_t stream, audio_devices_t device, uint32_t delayMs, bool force) argument
433 setVolume(float volume, audio_stream_type_t stream, audio_devices_t device, uint32_t delayMs, bool force) argument
/frameworks/base/libs/storage/
H A DIMountService.cpp160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption) argument
165 data.writeInt32(force ? 1 : 0);
319 int32_t unmountSecureContainer(const String16& id, const bool force) argument
324 data.writeInt32(force ? 1 : 0);
466 void unmountObb(const String16& filename, const bool force, argument
472 data.writeInt32(force ? 1 : 0);
/frameworks/av/include/media/stagefright/
H A DNuCachedSource2.h142 bool ignoreLowWaterThreshold = false, bool force = false);
/frameworks/av/media/libstagefright/foundation/include/
H A DNuCachedSource2.h142 bool ignoreLowWaterThreshold = false, bool force = false);
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h142 bool ignoreLowWaterThreshold = false, bool force = false);

Completed in 463 milliseconds

12345