HomeSort by relevance Sort by last modified time
    Searched defs:UiUtils (Results 1 - 12 of 12) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
UiUtils.java 22 public class UiUtils {
  /packages/apps/Messaging/src/com/android/messaging/ui/
PermissionCheckActivity.java 32 import com.android.messaging.util.UiUtils;
55 UiUtils.setStatusBarColor(this, getColor(R.color.permission_check_activity_background));
AttachmentPreview.java 44 import com.android.messaging.util.UiUtils;
121 UiUtils.revealOrHideViewWithAnimation(mCloseButton, GONE,
129 UiUtils.revealOrHideViewWithAnimation(viewToHide, INVISIBLE,
198 UiUtils.revealOrHideViewWithAnimation(mCloseButton, VISIBLE,
201 }, UiUtils.MEDIAPICKER_TRANSITION_DURATION + CLOSE_BUTTON_REVEAL_STAGGER_MILLIS);
249 final Rect currentRect = UiUtils.getMeasuredBoundsOnScreen(leftoverView);
AsyncImageView.java 47 import com.android.messaging.util.UiUtils;
202 UiUtils.revealOrHideViewWithAnimation(this, VISIBLE, null);
  /packages/apps/Messaging/src/com/android/messaging/util/
ChangeDefaultSmsAppHelper.java 61 UiUtils.showToast(R.string.sms_disabled);
65 UiUtils.showToast(R.string.no_preferred_sim_selected);
94 UiUtils.showSnackBarWithCustomAction(activity,
126 UiUtils.showToastAtBottom(R.string.activity_not_found_message);
149 UiUtils.showToast(R.string.toast_after_setting_default_sms_app);
UiUtils.java 59 public class UiUtils {
88 UiUtils.showToastAtBottom(getApplicationContext().getString(messageId));
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
AbstractConversationListActivity.java 49 import com.android.messaging.util.UiUtils;
118 UiUtils.showSnackBarWithCustomAction(this,
186 UiUtils.showSnackBar(this, findViewById(android.R.id.list), message, undoRunnable,
203 UiUtils.showSnackBar(this, findViewById(android.R.id.list), message,
334 UiUtils.showSnackBar(mContext, mParentView, message, mUndoRunnable,
  /packages/apps/Messaging/src/com/android/messaging/ui/animation/
PopupTransitionAnimation.java 33 import com.android.messaging.util.UiUtils;
86 setDuration(UiUtils.MEDIAPICKER_TRANSITION_DURATION);
87 setInterpolator(UiUtils.DEFAULT_INTERPOLATOR);
156 UiUtils.doOnceAfterLayoutChange(mViewToAnimate, this);
188 mPopupRect.set(UiUtils.getMeasuredBoundsOnScreen(mPopupRoot));
189 mActionBarRect.set(UiUtils.getMeasuredBoundsOnScreen(mActionBarView));
299 outRect.set(UiUtils.getMeasuredBoundsOnScreen(view));
  /packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
AttachmentGridView.java 29 import com.android.messaging.util.UiUtils;
68 mHost.displayPhoto(UiUtils.getMeasuredBoundsOnScreen(view), attachment.getContentUri());
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactPickerFragment.java 65 import com.android.messaging.util.UiUtils;
329 UiUtils.doOnceAfterLayoutChange(mRootView, new Runnable() {
370 true /* snapshotView */, UiUtils.COMPOSE_TRANSITION_DURATION);
438 UiUtils.showToast(R.string.too_many_participants);
478 UiUtils.showToast(R.plurals.add_invalid_contact_error, prunedCount);
512 UiUtils.getMeasuredBoundsOnScreen(mPendingExplodeView);
513 transition.setDuration(UiUtils.COMPOSE_TRANSITION_DURATION);
514 transition.setInterpolator(UiUtils.EASE_IN_INTERPOLATOR);
552 .setStartDelay(!show ? UiUtils.COMPOSE_TRANSITION_DURATION : 0)
579 UiUtils.setStatusBarColor(getActivity()
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ComposeMessageView.java 70 import com.android.messaging.util.UiUtils;
411 UiUtils.showToastAtBottom(
433 UiUtils.showToastAtBottom(
671 UiUtils.revealOrHideViewWithAnimation(mSendButton, VISIBLE, null);
677 UiUtils.revealOrHideViewWithAnimation(mSelfSendIcon, GONE, null);
684 UiUtils.revealOrHideViewWithAnimation(mSelfSendIcon, VISIBLE, null);
686 UiUtils.revealOrHideViewWithAnimation(mSendButton, GONE, null);
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 638 milliseconds