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

123

/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);
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
80 super.onMeasure(widthSpec, heightSpec);
H A DStackLayout.java33 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:StackLayout
H A DRotateLayout.java65 protected void onMeasure(int widthSpec, int heightSpec) { method in class:RotateLayout
H A DIndicatorControlWheelContainer.java117 protected void onMeasure(int widthSpec, int heightSpec) { method in class:IndicatorControlWheelContainer
/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);
H A DProportionalLayout.java90 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ProportionalLayout
/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/
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/Camera/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/Email/src/com/android/email/view/
H A DSizeBoundingFrameLayout.java82 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SizeBoundingFrameLayout
112 super.onMeasure(MeasureSpec.makeMeasureSpec(widthSize, widthMode),
/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),
H A DAppsCustomizeTabHost.java137 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AppsCustomizeTabHost
139 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
155 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/Contacts/src/com/android/contacts/
H A DTabStripView.java62 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:TabStripView
68 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DIcon.java40 protected void onMeasure(int widthSpec, int heightSpec) { method in class:Icon
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DGLViewMock.java32 // onMeasure
69 protected void onMeasure(int widthSpec, int heightSpec) { method in class:GLViewMock
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMiniKeyboardView.java87 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:MiniKeyboardView
94 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartView.java85 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ChartView
86 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
92 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallTypeIconsView.java94 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:CallTypeIconsView
/packages/apps/Browser/src/com/android/browser/
H A DTabScrollView.java225 protected void onMeasure(int hspec, int vspec) { method in class:TabScrollView.TabLayout
226 super.onMeasure(hspec, vspec);
H A DNavTabScroller.java132 protected void onMeasure(int wspec, int hspec) { method in class:NavTabScroller
133 super.onMeasure(wspec, hspec);
550 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:NavTabScroller.ContentLayout
551 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DMoreSuggestionsView.java96 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:MoreSuggestionsView
103 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DSkbContainer.java352 mPopupSkbView.onMeasure(LayoutParams.WRAP_CONTENT,
414 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SkbContainer
423 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailFragmentCarousel.java109 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ContactDetailFragmentCarousel

Completed in 2559 milliseconds

123