Searched refs:onMeasure (Results 1 - 25 of 66) 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 DControlPanelLayout.java39 protected void onMeasure(int widthSpec, int heightSpec) { method in class:ControlPanelLayout
85 super.onMeasure(widthSpec, heightSpec);
H A DStackLayout.java34 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:StackLayout
H A DRotateLayout.java66 protected void onMeasure(int widthSpec, int heightSpec) { method in class:RotateLayout
/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
H A DRotateLayout.java65 protected void onMeasure(int widthSpec, int heightSpec) { method in class:RotateLayout
/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/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/Camera/src/com/android/camera/
H A DPreviewFrameLayout.java71 protected void onMeasure(int widthSpec, int heightSpec) { method in class:PreviewFrameLayout
93 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.java151 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AppsCustomizeTabHost
153 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
164 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/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 DMoreKeysKeyboardView.java90 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:MoreKeysKeyboardView
97 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);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DMoreSuggestionsView.java97 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:MoreSuggestionsView
104 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);

Completed in 488 milliseconds

123