Searched refs:onMeasure (Results 1 - 25 of 101) 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/Camera2/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/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);
H A DControlPanelLayout.java40 protected void onMeasure(int widthSpec, int heightSpec) { method in class:ControlPanelLayout
86 super.onMeasure(widthSpec, heightSpec);
H A DStackLayout.java33 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:StackLayout
/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/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/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/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/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DResizingTextView.java45 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ResizingTextView
46 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
85 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/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/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/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/DeskClock/src/com/android/deskclock/
H A DCircleButtonsLayout.java54 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:CircleButtonsLayout
55 // We must call onMeasure both before and after re-measuring our views because the circle
56 // may not always be drawn here yet. The first onMeasure will force the circle to be drawn,
58 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
60 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
H A DTinyPlanetPreview.java94 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:TinyPlanetPreview
95 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/Gallery2/src/com/android/gallery3d/ingest/ui/
H A DMtpThumbnailTileView.java63 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:MtpThumbnailTileView
65 super.onMeasure(widthMeasureSpec, widthMeasureSpec);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewGridLayout.java59 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PagedViewGridLayout
67 super.onMeasure(MeasureSpec.makeMeasureSpec(widthSpecSize, widthSpecMode),
/packages/apps/Camera2/src/com/android/camera/widget/
H A DModeOptionsOverlay.java133 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ModeOptionsOverlay
135 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
139 super.onMeasure(MeasureSpec.makeMeasureSpec(
/packages/apps/Camera/src/com/android/camera/
H A DPreviewFrameLayout.java85 protected void onMeasure(int widthSpec, int heightSpec) { method in class:PreviewFrameLayout
120 super.onMeasure(MeasureSpec.makeMeasureSpec(previewWidth, MeasureSpec.EXACTLY),

Completed in 360 milliseconds

12345