Home
last modified time | relevance | path

Searched refs:heightMeasureSpec (Results 1 – 25 of 45) sorted by relevance

12

/packages/apps/Contacts/src/com/android/contacts/widget/
DFullHeightLinearLayout.java44 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
45 if (MeasureSpec.getMode(heightMeasureSpec) == MeasureSpec.AT_MOST) { in onMeasure()
46 heightMeasureSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
47 MeasureSpec.getSize(heightMeasureSpec), MeasureSpec.EXACTLY); in onMeasure()
49 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
DProportionalLayout.java90 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
98 measureChild(child, widthMeasureSpec, heightMeasureSpec); in onMeasure()
118 resolveSize(width, widthMeasureSpec), resolveSize(height, heightMeasureSpec)); in onMeasure()
DInterpolatingLayout.java204 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
206 int parentHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure()
269 fillChild.measure(childMeasureSpec, heightMeasureSpec); in onMeasure()
275 resolveSize(width, widthMeasureSpec), resolveSize(height, heightMeasureSpec)); in onMeasure()
/packages/apps/Camera/src/com/android/camera/ui/
DExpandedGridView.java29 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
33 heightMeasureSpec = MeasureSpec.makeMeasureSpec(65536, MeasureSpec.AT_MOST); in onMeasure()
34 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
/packages/apps/Email/src/com/android/email/view/
DSizeBoundingFrameLayout.java82 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
84 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure()
86 int heightSize = MeasureSpec.getSize(heightMeasureSpec); in onMeasure()
/packages/apps/Browser/src/com/android/browser/view/
DSnapshotGridView.java41 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
51 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
/packages/apps/Gallery/src/com/android/camera/
DEvenlySpacedLayout.java49 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
56 measureChild(child, widthMeasureSpec, heightMeasureSpec); in onMeasure()
66 resolveSize(height, heightMeasureSpec)); in onMeasure()
/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewGridLayout.java48 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
57 heightMeasureSpec); in onMeasure() local
DPagedViewCellLayoutChildren.java78 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
82 int heightSpecMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure()
83 int heightSpecSize = MeasureSpec.getSize(heightMeasureSpec); in onMeasure()
DCellLayoutChildren.java71 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
78 int heightSpecSize = MeasureSpec.getSize(heightMeasureSpec); in onMeasure()
DAppsCustomizeTabHost.java134 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
136 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
153 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
DPagedViewCellLayout.java181 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
185 int heightSpecMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure()
186 int heightSpecSize = MeasureSpec.getSize(heightMeasureSpec); in onMeasure()
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DBalloonHint.java239 int heightMeasureSpec = MeasureSpec.makeMeasureSpec(height, in setBalloonSize() local
241 mBalloonView.measure(widthMeasureSpec, heightMeasureSpec); in setBalloonSize()
389 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
391 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure()
393 final int heightSize = MeasureSpec.getSize(heightMeasureSpec); in onMeasure()
DCandidatesContainer.java230 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
237 heightMeasureSpec = MeasureSpec.makeMeasureSpec(measuredHeight, in onMeasure()
239 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
DSkbContainer.java414 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
421 heightMeasureSpec = MeasureSpec.makeMeasureSpec(measuredHeight, in onMeasure()
423 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
/packages/apps/Settings/src/com/android/settings/widget/
DChartView.java85 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
86 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
92 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDetailFragmentCarousel.java109 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
111 int screenHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure()
141 resolveSize(screenHeight, heightMeasureSpec)); in onMeasure()
DContactDetailTabCarousel.java119 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
140 resolveSize(tabHeight, heightMeasureSpec)); in onMeasure()
/packages/apps/Contacts/src/com/android/contacts/
DTabStripView.java62 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
68 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
/packages/apps/Browser/src/com/android/browser/
DBreadCrumbView.java321 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
322 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
327 int mode = View.MeasureSpec.getMode(heightMeasureSpec); in onMeasure()
330 if (View.MeasureSpec.getSize(heightMeasureSpec) < height) { in onMeasure()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMiniKeyboardView.java88 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
95 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactTileAdapter.java590 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
594 onMeasureForTiles(widthMeasureSpec, heightMeasureSpec);
597 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
602 private void onMeasureForTiles(int widthMeasureSpec, int heightMeasureSpec) {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DMovieControllerOverlay.java351 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
352 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
353 measureChildren(widthMeasureSpec, heightMeasureSpec); in onMeasure()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DMoreSuggestionsView.java97 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
104 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
/packages/apps/Contacts/src/com/android/contacts/calllog/
DCallTypeIconsView.java94 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument

12