Searched refs:onMeasure (Results 1 - 25 of 141) sorted by relevance

123456

/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DGridItemThumbnail.java40 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:GridItemThumbnail
48 super.onMeasure(widthMeasureSpec, widthMeasureSpec);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DExpandedGridView.java29 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ExpandedGridView
34 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DOneRowGridView.java39 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:OneRowGridView
45 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DMessageBubbleBackground.java35 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:MessageBubbleBackground
36 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
43 super.onMeasure(
/packages/apps/Settings/src/com/android/settings/display/
H A DMessageBubbleBackground.java35 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:MessageBubbleBackground
36 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
43 super.onMeasure(
/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
H A DLinearLayoutWithMaxWidth.java39 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:LinearLayoutWithMaxWidth
41 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DWeekButton.java44 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:WeekButton
45 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DFullHeightLinearLayout.java44 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:FullHeightLinearLayout
49 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/Gallery2/src/com/android/photos/views/
H A DSquareImageView.java39 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SquareImageView
50 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DImeDetectFrameLayout.java32 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ImeDetectFrameLayout
34 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DMaxHeightScrollView.java44 protected void onMeasure(final int widthMeasureSpec, final int heightMeasureSpec) { method in class:MaxHeightScrollView
45 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/Settings/src/com/android/settings/widget/
H A DAspectRatioFrameLayout.java53 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AspectRatioFrameLayout
54 super.onMeasure(widthMeasureSpec, (int) (widthMeasureSpec / mAspectRatio));
H A DRingProgressBar.java50 protected synchronized void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:RingProgressBar
51 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAutoResizeListView.java42 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AutoResizeListView
63 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DFolderListLayout.java41 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:FolderListLayout
42 LogUtils.d(Utils.VIEW_DEBUGGING_TAG, "FolderListLayout(%s).onMeasure() called", this);
43 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DAutoSizingTextClock.java45 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AutoSizingTextClock
46 mTextSizeHelper.onMeasure(widthMeasureSpec, heightMeasureSpec);
47 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DAutoSizingTextView.java44 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AutoSizingTextView
45 mTextSizeHelper.onMeasure(widthMeasureSpec, heightMeasureSpec);
46 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/Settings/src/com/android/settings/graph/
H A DBottomLabelLayout.java47 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:BottomLabelLayout
65 super.onMeasure(initialWidthMeasureSpec, heightMeasureSpec);
78 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
H A DButtonBarLayout.java52 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ButtonBarLayout
79 super.onMeasure(initialWidthMeasureSpec, heightMeasureSpec);
93 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/Calendar/src/com/android/calendar/
H A DExpandableTextView.java72 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ExpandableTextView
75 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
86 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
101 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DTimerCircleFrameLayout.java50 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:TimerCircleFrameLayout
72 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
H A DDialpadTextView.java62 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DialpadTextView
63 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DAlignedTextView.java54 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AlignedTextView
64 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DCenteredLinearLayout.java38 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:CenteredLinearLayout
48 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DDeepShortcutTextView.java56 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DeepShortcutTextView
57 super.onMeasure(widthMeasureSpec, heightMeasureSpec);

Completed in 564 milliseconds

123456