Searched defs:onMeasure (Results 1 - 25 of 117) sorted by relevance

12345

/packages/apps/Camera/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);
/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DEllipsizeLayout.java62 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:EllipsizeLayout
122 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/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 DControlPanelLayout.java40 protected void onMeasure(int widthSpec, int heightSpec) { method in class:ControlPanelLayout
86 super.onMeasure(widthSpec, heightSpec);
H A DOneRowGridView.java39 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:OneRowGridView
45 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DStackLayout.java33 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:StackLayout
/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/Browser/src/com/android/browser/view/
H A DSnapshotGridView.java41 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SnapshotGridView
51 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/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/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/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/LegacyCamera/src/com/android/camera/
H A DPreviewFrameLayout.java63 protected void onMeasure(int widthSpec, int heightSpec) { method in class:PreviewFrameLayout
85 super.onMeasure(MeasureSpec.makeMeasureSpec(previewWidth, MeasureSpec.EXACTLY),
/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/PhoneCommon/src/com/android/phone/common/dialpad/
H A DDialpadTextView.java63 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DialpadTextView
64 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/Dialer/src/com/android/dialer/list/
H A DPhoneFavoriteSquareTileView.java85 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PhoneFavoriteSquareTileView
/packages/apps/Gallery/src/com/android/camera/
H A DEvenlySpacedLayout.java49 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:EvenlySpacedLayout
/packages/apps/MusicFX/src/com/android/musicfx/
H A DSeekBarRotator.java51 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SeekBarRotator
/packages/apps/Settings/src/com/android/settings/dashboard/
H A DDashboardContainerView.java44 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DashboardContainerView
/packages/apps/Terminal/src/com/android/terminal/
H A DTerminalLineView.java47 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:TerminalLineView

Completed in 4571 milliseconds

12345