Searched refs:always (Results 26 - 28 of 28) sorted by relevance

12

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1012 // that the screen be kept on, then it is always set; otherwise, it is
1203 // However, windows are now always 32 bits by default, so choose 32 bits
5180 public boolean performHapticFeedback(int effectId, boolean always) { argument
5182 return mWindowSession.performHapticFeedback(mWindow, effectId, always);
6600 // a removed view, hence in this case always prefer the source.
H A DView.java471 * <p><em>Note: The entire view tree is single threaded. You must always be on
513 * always highlight, or give focus to, a particular view. This motivates a mode
2385 * will always represent the worst case that the application can expect
3450 // Older apps expect onMeasure() to always be called on a layout pass, regardless
4580 * focus moved when requestFocus() is called. It may not always
4790 * It may not always apply, in which case use the default.
5561 * Subclasses of View overriding this method should always call super.onFocusLost().
5866 * Note that the insets provided by the framework are always relative to the
6092 // Focusable in touch mode should always be set before the focusable flag
8116 * things like whether focus is always visibl
18653 performHapticFeedback(int effectId, boolean always) argument
[all...]
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java1967 // Note: isEnabledLP() does not apply here - always return info
2662 // default, then it is always desireable to pick it.
2691 List<ResolveInfo> query, int priority, boolean always,
2743 // If it's not an "always" type preferred activity and that's what we're
2745 if (always && !pa.mPref.mAlways) {
2791 // user their preference, if we're looking for an "always" type entry.
2792 if (always && !pa.mPref.sameSet(query, priority)) {
2800 // Re-add the filter as a "last chosen" entry (!always)
6968 // If the currently set package isn't valid, then it's always
7755 /* Apps on SD card are always i
2690 findPreferredActivity(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, int priority, boolean always, boolean removeMatches, boolean debug, int userId) argument
9954 addPreferredActivityInternal(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, boolean always, int userId) argument
[all...]

Completed in 161 milliseconds

12