/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | DatabaseWrapper.java | 35 import com.android.messaging.util.UiUtils; 158 UiUtils.showToastAtBottom(R.string.db_full); in endTransaction() 189 UiUtils.showToastAtBottom(R.string.db_full); in insertWithOnConflict() 349 UiUtils.showToastAtBottom(R.string.db_full); in update() 369 UiUtils.showToastAtBottom(R.string.db_full); in delete() 391 UiUtils.showToastAtBottom(R.string.db_full); in insert() 411 UiUtils.showToastAtBottom(R.string.db_full); in replace() 433 UiUtils.showToastAtBottom(R.string.db_full); in execSQL() 451 UiUtils.showToastAtBottom(R.string.db_full); in execSQL() 471 UiUtils.showToastAtBottom(R.string.db_full); in execSQLUpdateDelete()
|
/packages/apps/Messaging/src/com/android/messaging/ui/animation/ |
D | PopupTransitionAnimation.java | 33 import com.android.messaging.util.UiUtils; 85 setDuration(UiUtils.MEDIAPICKER_TRANSITION_DURATION); in PopupTransitionAnimation() 86 setInterpolator(UiUtils.DEFAULT_INTERPOLATOR); in PopupTransitionAnimation() 155 UiUtils.doOnceAfterLayoutChange(mViewToAnimate, this); in startAfterLayoutComplete() 187 mPopupRect.set(UiUtils.getMeasuredBoundsOnScreen(mPopupRoot)); in applyTransformation() 188 mActionBarRect.set(UiUtils.getMeasuredBoundsOnScreen(mActionBarView)); in applyTransformation() 298 outRect.set(UiUtils.getMeasuredBoundsOnScreen(view)); in getViewScreenMeasureRect()
|
D | ViewGroupItemVerticalExplodeAnimation.java | 38 import com.android.messaging.util.UiUtils; 118 final Rect containerRect = UiUtils.getMeasuredBoundsOnScreen(mContainer); in startAnimation() 119 final Rect decorRect = UiUtils.getMeasuredBoundsOnScreen(decorView); in startAnimation() 141 final Rect viewRect = UiUtils.getMeasuredBoundsOnScreen(mViewToAnimate); in startAnimation() 177 .setInterpolator(UiUtils.EASE_IN_INTERPOLATOR) in startAnimation()
|
/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
D | ContactPickerFragment.java | 65 import com.android.messaging.util.UiUtils; 329 UiUtils.doOnceAfterLayoutChange(mRootView, new Runnable() { in showImeKeyboard() 370 true /* snapshotView */, UiUtils.COMPOSE_TRANSITION_DURATION); in updateVisualsForContactPickingMode() 438 UiUtils.showToast(R.string.too_many_participants); in maybeGetOrCreateConversation() 478 UiUtils.showToast(R.plurals.add_invalid_contact_error, prunedCount); in onInvalidContactChipsPruned() 512 UiUtils.getMeasuredBoundsOnScreen(mPendingExplodeView); in startExplodeTransitionForContactLists() 513 transition.setDuration(UiUtils.COMPOSE_TRANSITION_DURATION); in startExplodeTransitionForContactLists() 514 transition.setInterpolator(UiUtils.EASE_IN_INTERPOLATOR); in startExplodeTransitionForContactLists() 552 .setStartDelay(!show ? UiUtils.COMPOSE_TRANSITION_DURATION : 0) in showHideContactPagerWithAnimation() 579 UiUtils.setStatusBarColor(getActivity(), in updateActionBar()
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
D | MediaPickerPanel.java | 35 import com.android.messaging.util.UiUtils; 108 private boolean mLandscapeMode = UiUtils.isLandscapeMode(); in onFinishInflate() 113 final boolean newLandscapeMode = UiUtils.isLandscapeMode(); in onFinishInflate() 212 fullHeight -= UiUtils.getMeasuredBoundsOnScreen(composeContainer).top; in getDesiredHeight() 275 return mFullScreenOnly || UiUtils.isLandscapeMode(); in requiresFullScreen() 299 animation.setDuration(UiUtils.MEDIAPICKER_TRANSITION_DURATION); in setDesiredHeight() 300 animation.setInterpolator(UiUtils.EASE_OUT_INTERPOLATOR); in setDesiredHeight()
|
D | CameraMediaChooser.java | 43 import com.android.messaging.util.UiUtils; 162 UiUtils.showToastAtBottom(R.string.camera_media_failure); in createView() 169 UiUtils.showToastAtBottom(R.string.camera_media_failure); in createView() 352 UiUtils.showToastAtBottom(mErrorToast); in showErrorToastIfNeeded()
|
D | CameraManager.java | 52 import com.android.messaging.util.UiUtils; 854 final Activity activity = UiUtils.getActivity(mCameraPreview.getContext()); in tryStartVideoCapture() 880 final Activity activity = UiUtils.getActivity(mCameraPreview.getContext()); in stopVideo() 1160 final Activity a = UiUtils.getActivity(mCameraPreview.getContext()); in lockOrientation() 1189 final Activity a = UiUtils.getActivity(mCameraPreview.getContext()); in restoreRequestedOrientation()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ChangeDefaultSmsAppHelper.java | 61 UiUtils.showToast(R.string.sms_disabled); in warnOfMissingActionConditions() 65 UiUtils.showToast(R.string.no_preferred_sim_selected); in warnOfMissingActionConditions() 94 UiUtils.showSnackBarWithCustomAction(activity, in promptToChangeDefaultSmsApp() 126 UiUtils.showToastAtBottom(R.string.activity_not_found_message); in run() 149 UiUtils.showToast(R.string.toast_after_setting_default_sms_app); in handleChangeDefaultSmsResult()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | AttachmentPreview.java | 44 import com.android.messaging.util.UiUtils; 121 UiUtils.revealOrHideViewWithAnimation(mCloseButton, GONE, in hideAttachmentPreview() 129 UiUtils.revealOrHideViewWithAnimation(viewToHide, INVISIBLE, in hideAttachmentPreview() 198 UiUtils.revealOrHideViewWithAnimation(mCloseButton, VISIBLE, in onAttachmentsChanged() 201 }, UiUtils.MEDIAPICKER_TRANSITION_DURATION + CLOSE_BUTTON_REVEAL_STAGGER_MILLIS); in onAttachmentsChanged() 249 final Rect currentRect = UiUtils.getMeasuredBoundsOnScreen(leftoverView); in onAttachmentsChanged()
|
D | LineWrapLayout.java | 26 import com.android.messaging.util.UiUtils; 46 final int startPadding = UiUtils.getPaddingStart(this); in onMeasure() 47 final int endPadding = UiUtils.getPaddingEnd(this); in onMeasure() 99 final int startPadding = UiUtils.getPaddingStart(this); in onLayout() 100 final int endPadding = UiUtils.getPaddingEnd(this); in onLayout()
|
D | BaseBugleActivity.java | 24 import com.android.messaging.util.UiUtils; 34 if (UiUtils.redirectToPermissionCheckIfNeeded(this)) { in onCreate()
|
D | PagingAwareViewPager.java | 24 import com.android.messaging.util.UiUtils; 60 if (adapter != null && UiUtils.isRtlMode()) { in getRtlPosition()
|
D | AttachmentPreviewFactory.java | 48 import com.android.messaging.util.UiUtils; 99 final Rect bounds = UiUtils.getMeasuredBoundsOnScreen(view); in createAttachmentPreview() 107 final Rect bounds = UiUtils.getMeasuredBoundsOnScreen(view); in createAttachmentPreview()
|
D | PermissionCheckActivity.java | 32 import com.android.messaging.util.UiUtils; 55 UiUtils.setStatusBarColor(this, getColor(R.color.permission_check_activity_background)); in onCreate()
|
D | FixedViewPagerAdapter.java | 26 import com.android.messaging.util.UiUtils; 127 if (UiUtils.isRtlMode()) { in getRtlPosition()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ConversationFragment.java | 105 import com.android.messaging.util.UiUtils; 532 final Rect startRect = UiUtils.getMeasuredBoundsOnScreen(mComposeMessageView); in onCreateView() 536 UiUtils.getMeasuredBoundsOnScreen(composeBubbleView); in onCreateView() 540 final Rect attachmentRect = UiUtils.getMeasuredBoundsOnScreen(attachmentView); in onCreateView() 607 UiUtils.isRtlMode() ? ConversationFastScroller.POSITION_LEFT_SIDE : in onCreateView() 881 UiUtils.showSnackBarWithCustomAction(getActivity(), in onConversationMessagesCursorUpdated() 1063 return UiUtils.isReadyForAction(); in isReadyForAction() 1100 UiUtils.showToast(R.string.unknown_sender); in ensureKnownRecipients() 1415 UiUtils.showToastAtBottom(message); in onPostExecute() 1484 UiUtils.showToastAtBottom(R.string.attachment_load_failed_dialog_message); in notifyOfAttachmentLoadFailed() [all …]
|
D | SimSelectorView.java | 32 import com.android.messaging.util.UiUtils; 101 .setDuration(UiUtils.REVEAL_ANIMATION_DURATION) in showOrHide() 121 translateAnimation.setInterpolator(UiUtils.EASE_OUT_INTERPOLATOR); in showOrHide() 122 translateAnimation.setDuration(UiUtils.REVEAL_ANIMATION_DURATION); in showOrHide()
|
D | ComposeMessageView.java | 70 import com.android.messaging.util.UiUtils; 411 UiUtils.showToastAtBottom( in sendMessageInternal() 433 UiUtils.showToastAtBottom( in sendMessageInternal() 671 UiUtils.revealOrHideViewWithAnimation(mSendButton, VISIBLE, null); in updateVisualsOnDraftChanged() 677 UiUtils.revealOrHideViewWithAnimation(mSelfSendIcon, GONE, null); in updateVisualsOnDraftChanged() 684 UiUtils.revealOrHideViewWithAnimation(mSelfSendIcon, VISIBLE, null); in updateVisualsOnDraftChanged() 686 UiUtils.revealOrHideViewWithAnimation(mSendButton, GONE, null); in updateVisualsOnDraftChanged()
|
D | LaunchConversationActivity.java | 35 import com.android.messaging.util.UiUtils; 57 if (UiUtils.redirectToPermissionCheckIfNeeded(this)) { in onCreate() 132 UiUtils.showToastAtBottom(R.string.conversation_creation_failure); in onGetOrCreateNewConversationFailed()
|
D | EnterSelfPhoneNumberDialog.java | 31 import com.android.messaging.util.UiUtils; 75 UiUtils.showToast( in onCreateDialog()
|
D | ConversationMessageBubbleView.java | 30 import com.android.messaging.util.UiUtils; 104 mAnimator.setDuration(UiUtils.MEDIAPICKER_TRANSITION_DURATION); in kickOffMorphAnimation()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
D | AbstractConversationListActivity.java | 49 import com.android.messaging.util.UiUtils; 118 UiUtils.showSnackBarWithCustomAction(this, in onActionBarDelete() 186 UiUtils.showSnackBar(this, findViewById(android.R.id.list), message, undoRunnable, in onActionBarArchive() 203 UiUtils.showSnackBar(this, findViewById(android.R.id.list), message, in onActionBarNotification() 334 UiUtils.showSnackBar(mContext, mParentView, message, mUndoRunnable, in onUpdateDestinationBlockedAction()
|
D | ConversationListSwipeHelper.java | 34 import com.android.messaging.util.UiUtils; 350 itemView, animateTo, duration, UiUtils.DEFAULT_INTERPOLATOR); in animateDismiss() 376 itemView, 0f, duration, UiUtils.DEFAULT_INTERPOLATOR); in animateRestore()
|
D | ConversationListItemView.java | 59 import com.android.messaging.util.UiUtils; 105 final Rect previewImageBounds = UiUtils.getMeasuredBoundsOnScreen(v); 204 final CharSequence ellipsizedName = UiUtils.commaEllipsize( in setConversationName() 549 UiUtils.showSnackBar(getContext(), getRootView(), message, undoRunnable, in onSwipeComplete()
|
/packages/apps/Messaging/src/com/android/messaging/widget/ |
D | BugleWidgetProvider.java | 31 import com.android.messaging.util.UiUtils; 53 UiUtils.getWidgetMissingPermissionView(context)); in updateWidget()
|