Searched defs:force (Results 51 - 72 of 72) sorted by relevance

123

/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java351 // force the crop rect to lie within the measured bounds
1486 boolean bindWallpaperComponentLocked(ComponentName componentName, boolean force, argument
1490 if (!force) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java457 private static int countAsciiSeptets(CharSequence msg, boolean force) { argument
459 if (force) return msgLen;
499 private static byte[] encode7bitAscii(String msg, boolean force) argument
508 if (force) {
538 private static Gsm7bitCodingResult encode7bitGsm(String msg, int septetOffset, boolean force) argument
558 byte[] fullData = GsmAlphabet.stringToGsm7BitPacked(msg, septetOffset, !force, 0, 0);
569 private static void encode7bitEms(UserData uData, byte[] udhData, boolean force) argument
574 Gsm7bitCodingResult gcr = encode7bitGsm(uData.payloadStr, udhSeptets, force);
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1041 0 /* rightInset */, animate && !disallowAnimate, false /* force */);
1133 int size, boolean verticalBar, int rightMargin, boolean animate, boolean force) {
1137 || force);
1140 && ((mWindow.getAttributes().flags & state.translucentFlag) == 0 || force);
1355 // we would like to assume OPAQUE and let the app force it to
1132 updateColorViewInt(final ColorViewState state, int sysUiVis, int color, int size, boolean verticalBar, int rightMargin, boolean animate, boolean force) argument
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1051 jboolean force)
1054 theme->applyStyle(styleRes, force ? true : false);
1048 android_content_AssetManager_applyThemeStyle(JNIEnv* env, jobject clazz, jlong themeHandle, jint styleRes, jboolean force) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java360 true /* force */);
544 true /* force */);
1055 animateCollapsePanels(CommandQueue.FLAG_EXCLUDE_RECENTS_PANEL, true /* force */);
1233 mStackScroller.resetExposedGearView(animate, true /* force */);
1840 true /* force */, true /* delayed */);
1998 true /* force */, true /* delayed */);
2027 public void animateCollapsePanels(int flags, boolean force) { argument
2030 public void animateCollapsePanels(int flags, boolean force, boolean delayed) { argument
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp188 // do not force device change on duplicated output because if device is 0, it will
189 // also force a device 0 for the two outputs it is duplicated to which may override
191 bool force = !desc->isDuplicated() local
193 // always force when disconnecting (a non-duplicated device)
195 setOutputDevice(desc, newDevice, force, 0);
476 // force reevaluating accessibility routing when call stops
481 * Switching to or from incall state or switching between telephony and VoIP lead to force
484 bool force = ((is_state_in_call(oldState) != is_state_in_call(state)) local
522 // force routing command to audio hardware when ending call
539 setOutputDevice(mPrimaryOutput, rxDevice, force,
1158 bool force = !outputDesc->isActive(); local
4598 setOutputDevice(const sp<AudioOutputDescriptor>& outputDesc, audio_devices_t device, bool force, int delayMs, audio_patch_handle_t *patchHandle, const char* address) argument
4748 setInputDevice(audio_io_handle_t input, audio_devices_t device, bool force, audio_patch_handle_t *patchHandle) argument
4958 checkAndSetVolume(audio_stream_type_t stream, int index, const sp<AudioOutputDescriptor>& outputDesc, audio_devices_t device, int delayMs, bool force) argument
5011 applyStreamVolumes(const sp<AudioOutputDescriptor>& outputDesc, audio_devices_t device, int delayMs, bool force) argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java1487 // Not setting mLastMaintenance here means that we will force an
1714 public void unmountVolume(String path, boolean force, boolean removeEncryption) { argument
2206 public int destroySecureContainer(String id, boolean force) { argument
2222 if (force) {
2223 cmd.appendArg("force");
2276 public int unmountSecureContainer(String id, boolean force) { argument
2298 if (force) {
2299 cmd.appendArg("force");
2483 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) { argument
2496 final ObbAction action = new UnmountObbAction(newState, force);
3502 UnmountObbAction(ObbState obbState, boolean force) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java2143 boolean force = data.readInt() != 0;
2146 int result = stopUser(userid, force, callback);
5774 public int stopUser(int userid, boolean force, IStopUserCallback callback) argument
5780 data.writeInt(force ? 1 : 0);
H A DActivityThread.java3410 static final void cleanUpPendingRemoveWindows(ActivityClientRecord r, boolean force) { argument
3411 if (r.mPreserveWindow && !force) {
3501 cleanUpPendingRemoveWindows(r, false /* force */);
H A DIActivityManager.java467 public int stopUser(int userid, boolean force, IStopUserCallback callback) throws RemoteException; argument
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3351 status_t ResTable::Theme::applyStyle(uint32_t resID, bool force) argument
3431 if (force || curEntry->value.dataType == Res_value::TYPE_NULL) {
3443 ALOGI("Applying style 0x%08x (force=%d) theme %p...\n", resID, force, this);
5056 // escapes, so they can be used to force whitespace into the string.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java2574 void makeExpandedVisible(boolean force) { argument
2576 if (!force && (mExpandedVisible || !panelsEnabled())) {
2590 disable(mDisabledUnmodified1, mDisabledUnmodified2, !force /* animate */);
2614 animateCollapsePanels(flags, false /* force */, false /* delayed */,
2618 public void animateCollapsePanels(int flags, boolean force) { argument
2619 animateCollapsePanels(flags, force, false /* delayed */, 1.0f /* speedUpFactor */);
2622 public void animateCollapsePanels(int flags, boolean force, boolean delayed) { argument
2623 animateCollapsePanels(flags, force, delayed, 1.0f /* speedUpFactor */);
2626 public void animateCollapsePanels(int flags, boolean force, boolean delayed, argument
2628 if (!force
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1498 * Set the amount of overScrolled pixels which will force the view to apply a rubber-banded
3731 public void forceNoOverlappingRendering(boolean force) { argument
3732 mForceNoOverlappingRendering = force;
3853 resetExposedGearView(true /* animate */, true /* force */);
3873 resetExposedGearView(true /* animate */, false /* force */);
4158 public void resetExposedGearView(boolean animate, boolean force) { argument
4160 || (!force && mGearExposedView == mTranslatingParentView)) {
4192 public void resetExposedGearView(boolean animate, boolean force) { argument
4193 mSwipeHelper.resetExposedGearView(animate, force);
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java500 // mVolumeControlStream is set by VolumePanel to temporarily force the stream type which volume
1750 * @param force If true, set the volume even if the desired volume is same
1756 boolean force,
1760 if (streamState.setIndex(index, device, caller) || force) {
2371 // force reading new top of mSetModeDeathHandlers stack
3329 private void onConfigureSafeVolume(boolean force, String caller) { argument
3332 if ((mMcc != mcc) || ((mMcc == 0) && force)) {
3336 SystemProperties.getBoolean("audio.safemedia.force", false)
3897 // force maximum volume on all streams if fixed volume property is set
5480 return SystemProperties.getBoolean("audio.camerasound.force", fals
1753 setStreamVolumeInt(int streamType, int index, int device, boolean force, String caller) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp5339 // to apply the necessary force to depress an integrated button below the surface.
7119 sync(rawEvent->when, false /*force*/);
7126 void JoystickInputMapper::sync(nsecs_t when, bool force) { argument
7127 if (!filterAxes(force)) {
7177 bool JoystickInputMapper::filterAxes(bool force) { argument
7178 bool atLeastOneSignificantChange = force;
7182 if (force || hasValueChangedSignificantly(axis.filter,
7188 if (force || hasValueChangedSignificantly(axis.filter,
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java138 * Set this system property to true to force the view hierarchy to render
1685 // relaunching), so we need to force a call into window manager to pick up the latest
2297 * to blank containers, and force a second request/measure/layout pass in this frame. If
3302 void updateConfiguration(Configuration config, boolean force) { argument
3325 if (force || mLastConfiguration.diff(config) != 0) {
7225 * need to force a relayout of the window to make sure we get the correct bounds from window
H A DView.java165 * response to user input. To force focus to a specific view, call
481 * To force a view to draw, call {@link #invalidate()}.
2375 * view to force the quickReject test to run again.
2846 * not set, {@link #SYSTEM_UI_FLAG_HIDE_NAVIGATION} will be force cleared by the system on any
2858 * {@link #SYSTEM_UI_FLAG_HIDE_NAVIGATION} will be force cleared by the system on any user
2859 * interaction, and {@link #SYSTEM_UI_FLAG_FULLSCREEN} will be force-cleared by the system
7728 * in addition to the default behavior. Clients that wish to force a view subtree
10451 void needGlobalAttributesUpdate(boolean force) { argument
10454 if (force || ai.mKeepScreenOn || (ai.mSystemUiVisibility != 0)
11523 * {@link View#invalidate()} on the view's parent to force th
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java4246 * @param forceUpdatePosition whether to force update the position. This should be true
5653 public void update(int x, int y, int w, int h, boolean force) { argument
5654 super.update(x, y, w, h, force);
5830 if (DEBUG_UNDO) Log.d(TAG, "filter: force merge " + edit);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java479 * list or contain windows that need to be force removed.
2168 mInputMonitor.updateInputWindowsLw(false /*force*/);
2290 mInputMonitor.updateInputWindowsLw(false /*force*/);
2393 mInputMonitor.updateInputWindowsLw(true /*force*/);
2555 mInputMonitor.updateInputWindowsLw(true /*force*/);
2855 mInputMonitor.updateInputWindowsLw(true /*force*/);
2975 mInputMonitor.updateInputWindowsLw(true /*force*/);
3395 mInputMonitor.updateInputWindowsLw(true /*force*/);
4195 // immediately force the new one to be displayed. If
4399 mInputMonitor.updateInputWindowsLw(false /*force*/);
4581 unsetAppFreezingScreenLocked(AppWindowToken wtoken, boolean unfreezeSurfaceNow, boolean force) argument
4667 stopAppFreezingScreen(IBinder token, boolean force) argument
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java420 * more than this long since the last fstrim, we force one during the boot sequence.
1143 void write(boolean force) { argument
1144 if (force) {
7332 false /* force */);
7368 false /* checkProfiles */, getFullCompilerFilter(), false /* force */);
7374 boolean checkProfiles, int compileReason, boolean force) {
7376 getCompilerFilterForReason(compileReason), force);
7382 boolean checkProfiles, String targetCompilerFilter, boolean force) {
7384 targetCompilerFilter, force);
7389 boolean checkProfiles, String targetCompilerFilter, boolean force) {
7373 performDexOpt(String packageName, boolean checkProfiles, int compileReason, boolean force) argument
7381 performDexOptMode(String packageName, boolean checkProfiles, String targetCompilerFilter, boolean force) argument
7388 performDexOptTraced(String packageName, boolean checkProfiles, String targetCompilerFilter, boolean force) argument
7401 performDexOptInternal(String packageName, boolean checkProfiles, String targetCompilerFilter, boolean force) argument
7435 performDexOptInternalWithDependenciesLI(PackageParser.Package p, boolean checkProfiles, String targetCompilerFilter, boolean force) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1621 // saw a crash dialog and hit "force quit".
6075 Slog.w(TAG, "Can't force stop all processes of all users, that is insane!");
6145 // Remove pending intents. For now we only do this when force
17772 // If resources are unavailable just force stop all those packages
19222 app.adjType = "force-fg";
19668 // is large we want to force it down since we would prefer to
21335 public int stopUser(final int userId, boolean force, final IStopUserCallback callback) { argument
21336 return mUserController.stopUser(userId, force, callback);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 768 milliseconds

123