Searched refs:always (Results 1 - 22 of 22) sorted by relevance

/frameworks/support/v4/java/android/support/v4/util/
H A DTimeUtils.java38 static private int accumField(int amt, int suffix, boolean always, int zeropad) { argument
39 if (amt > 99 || (always && zeropad >= 3)) {
42 if (amt > 9 || (always && zeropad >= 2)) {
45 if (always || amt > 0) {
52 boolean always, int zeropad) {
53 if (always || amt > 0) {
55 if ((always && zeropad >= 3) || amt > 99) {
61 if ((always && zeropad >= 2) || amt > 9 || startPos != pos) {
51 printField(char[] formatStr, int amt, char suffix, int pos, boolean always, int zeropad) argument
/frameworks/base/core/java/android/util/
H A DTimeUtils.java248 static private int accumField(int amt, int suffix, boolean always, int zeropad) { argument
249 if (amt > 99 || (always && zeropad >= 3)) {
252 if (amt > 9 || (always && zeropad >= 2)) {
255 if (always || amt > 0) {
262 boolean always, int zeropad) {
263 if (always || amt > 0) {
265 if ((always && zeropad >= 3) || amt > 99) {
271 if ((always && zeropad >= 2) || amt > 9 || startPos != pos) {
261 printField(char[] formatStr, int amt, char suffix, int pos, boolean always, int zeropad) argument
/frameworks/base/media/mca/filterfw/native/
H A DAndroid.mk39 # gcc should always be placed at the end.
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java66 public boolean performHapticFeedback(IWindow window, int effectId, boolean always) { argument
/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl128 boolean performHapticFeedback(IWindow window, int effectId, boolean always);
H A DWindowManagerPolicy.java1016 public void showBootMessage(final CharSequence msg, final boolean always); argument
1041 public boolean performHapticFeedbackLw(WindowState win, int effectId, boolean always); argument
H A DViewGroup.java259 * When set, this ViewGroup tries to always draw its children using their drawing cache.
1705 * The default implementation always returns false.
1845 final int actionIndex = ev.getActionIndex(); // always 0 for down
3036 // Clearing a pressed state always propagates.
4462 * Indicates whether this ViewGroup will always try to draw its children using their
4477 * Indicates whether this ViewGroup will always try to draw its children using their
4486 * @param always true to always draw with the drawing cache, false otherwise
4493 public void setAlwaysDrawnWithCacheEnabled(boolean always) { argument
4494 setBooleanFlag(FLAG_ALWAYS_DRAWN_WITH_CACHE, always);
[all...]
H A DViewRootImpl.java1012 // that the screen be kept on, then it is always set; otherwise, it is
1191 // However, windows are now always 32 bits by default, so choose 32 bits
3314 // we always consider the trackball event handled.
3894 public boolean performHapticFeedback(int effectId, boolean always) { argument
3896 return sWindowSession.performHapticFeedback(mWindow, effectId, always);
H A DView.java461 * <p><em>Note: The entire view tree is single threaded. You must always be on
503 * always highlight, or give focus to, a particular view. This motivates a mode
2184 * A view that can take accessibility focus is always considered during focus
2350 * will always represent the worst case that the application can expect
4240 * focus moved when requestFocus() is called. It may not always
4421 * It may not always apply, in which case use the default.
5077 * Subclasses of View overriding this method should always call super.onFocusLost().
5382 * Note that the insets provided by the framework are always relative to the
5580 // Focusable in touch mode should always be set before the focusable flag
6902 // When traversing by character we always pu
17236 performHapticFeedback(int effectId, boolean always) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java487 private void performFling(int position, float velocity, boolean always) { argument
492 if (always || (velocity > mMaximumMajorVelocity ||
509 if (!always && (velocity > mMaximumMajorVelocity ||
947 // mAllowSingleTap isn't relevant here; you're *always*
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java208 boolean always) {
214 effectId, always);
207 performHapticFeedback(IWindow window, int effectId, boolean always) argument
H A DWindowManagerService.java369 * logical location in this list. Note that this list is always in sync with mWindows.
3910 // Opening a new task always supersedes a close for the anim.
3914 // Opening a new activity always supersedes a close for the anim.
5335 public void showBootMessage(final CharSequence msg, final boolean always) { argument
5341 Slog.i(TAG, "showBootMessage: msg=" + msg + " always=" + always
5350 if (!always) {
5359 mPolicy.showBootMessage(msg, always);
/frameworks/base/core/java/android/app/
H A DFragmentManager.java1016 void moveToState(int newState, boolean always) { argument
1017 moveToState(newState, 0, 0, always);
1020 void moveToState(int newState, int transit, int transitStyle, boolean always) { argument
1025 if (!always && mCurState == newState) {
H A DIActivityManager.java347 public void showBootMessage(CharSequence msg, boolean always) throws RemoteException; argument
358 // manage your activity to make sure it is always the uid you expect.
H A DActivityManagerNative.java1650 boolean always = data.readInt() != 0;
1651 showBootMessage(msg, always);
3804 public void showBootMessage(CharSequence msg, boolean always) throws RemoteException { argument
3809 data.writeInt(always ? 1 : 0);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java1064 void moveToState(int newState, boolean always) { argument
1065 moveToState(newState, 0, 0, always);
1068 void moveToState(int newState, int transit, int transitStyle, boolean always) { argument
1073 if (!always && mCurState == newState) {
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java442 * The default implementation does nothing, and always returns null
812 void doOffsetsChanged(boolean always) { argument
817 if (!always && !mOffsetsChanged) {
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java279 void startSelected(int which, boolean always) { argument
282 onIntentSelected(ri, intent, always);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java440 void setCurrentItemInternal(int item, boolean smoothScroll, boolean always) { argument
441 setCurrentItemInternal(item, smoothScroll, always, 0);
444 void setCurrentItemInternal(int item, boolean smoothScroll, boolean always, int velocity) { argument
449 if (!always && mCurItem == item && mItems.size() != 0) {
1162 // For simple implementation, or internal size is always 0.
1646 * ACTION_DOWN always refers to pointer index 0.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java465 // for mobile devices, we always show mobile connection info here (SPN/PLMN)
543 // Make .03 alpha the minimum so you always see the item a bit-- slightly below
1487 void performFling(int y, float vel, boolean always) { argument
1500 if (!always && (
1519 if (always || (
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java442 // Bits that we are currently always keeping cleared.
612 * We always let the sensor be switched on by default except when
635 // we will always leave it on. Note that the user could go to
640 // changes to lag, so we'd like to keep it always on. (It will
649 * screen turning off, should always disable listeners if already enabled
1057 // The system bar is always at the bottom. If you are watching
1073 // The navigation bar is at the right in landscape; it seems always
1420 // For the system navigation bar, we always place it at the bottom.
1757 // First we always handle the home key here, so applications
2209 // Any user activity always cause
3967 showBootMessage(final CharSequence msg, final boolean always) argument
4292 performHapticFeedbackLw(WindowState win, int effectId, boolean always) argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java4185 public void showBootMessage(final CharSequence msg, final boolean always) { argument
4187 mWindowManager.showBootMessage(msg, always);
4758 * the given {@link ProviderInfo}. Final permission checking is always done
5583 // Return the entry if desired by the caller. We always return
5584 // the first entry, because callers always expect this to be the
5966 Bitmap thumbnail, CharSequence description, boolean always) {
5983 if (thumbnail == null && !always) {
6070 * given {@link ProviderInfo}. Final permission checking is always done
10706 ContentProviderRecord cpr, boolean always) {
10709 if (!inLaunching || always) {
5965 sendPendingThumbnail(ActivityRecord r, IBinder token, Bitmap thumbnail, CharSequence description, boolean always) argument
10705 removeDyingProviderLocked(ProcessRecord proc, ContentProviderRecord cpr, boolean always) argument
[all...]

Completed in 456 milliseconds