Searched refs:onMeasure (Results 101 - 125 of 141) sorted by relevance

123456

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardView.java225 protected void onMeasure(final int widthMeasureSpec, final int heightMeasureSpec) { method in class:KeyboardView
228 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiPalettesView.java136 protected void onMeasure(final int widthMeasureSpec, final int heightMeasureSpec) { method in class:EmojiPalettesView
137 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/Car/Radio/src/com/android/car/radio/
H A DCarouselView.java175 protected void onMeasure(int widthSpec, int heightSpec) { method in class:CarouselView
177 Log.d(TAG, "onMeasure()");
220 Log.d(TAG, String.format("onMeasure(); requestedWidth: %d, requestedHeight: %d, "
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DInterpolatingLayout.java204 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:InterpolatingLayout
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
H A DCallTypeIconsView.java161 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:CallTypeIconsView
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
H A DPageIndicatorDots.java229 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PageIndicatorDots
/packages/apps/Settings/src/com/android/settings/display/
H A DConversationMessageView.java94 protected void onMeasure(final int widthMeasureSpec, final int heightMeasureSpec) { method in class:ConversationMessageView
/packages/apps/TV/src/com/android/exoplayer/text/
H A DSubtitleView.java207 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SubtitleView
/packages/apps/TV/src/com/android/tv/tuner/layout/
H A DScaledLayout.java135 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ScaledLayout
141 Log.d(TAG, String.format("onMeasure width: %d, height: %d", width, height));
174 Log.d(TAG, String.format("onMeasure child scaleStartRow: %f scaleEndRow: %f "
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DCalculatorResult.java280 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:CalculatorResult
282 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
345 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleWeekView.java519 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SimpleWeekView
/packages/apps/Camera2/src/com/android/camera/widget/
H A DRoundedThumbnailView.java289 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:RoundedThumbnailView
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewCellLayout.java170 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PagedViewCellLayout
H A DPagedView.java491 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PagedView
493 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
507 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
524 if (DEBUG) Log.d(TAG, "PagedView.onMeasure(): " + widthSize + ", " + heightSize);
H A DAppsCustomizePagedView.java435 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AppsCustomizePagedView
446 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
1530 * next onMeasure() pass, which will trigger an invalidatePageData() itself.
H A DFolder.java868 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Folder
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java666 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PagedView
668 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
697 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
703 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
718 if (DEBUG) Log.d(TAG, "PagedView.onMeasure(): " + widthSize + ", " + heightSize);
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DMultiAttachmentLayout.java295 protected void onMeasure(final int widthMeasureSpec, final int heightMeasureSpec) { method in class:MultiAttachmentLayout
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DMediaPickerPanel.java126 protected void onMeasure(final int widthMeasureSpec, final int heightMeasureSpec) { method in class:MediaPickerPanel
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationContainer.java695 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ConversationContainer
696 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
698 LogUtils.d(TAG, "*** IN header container onMeasure spec for w/h=%s/%s",
H A DMessageHeaderView.java1462 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:MessageHeaderView
1468 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/Gallery2/src/com/android/photos/views/
H A DGalleryThumbnailView.java125 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:GalleryThumbnailView
132 Log.e(TAG, "onMeasure: must have an exact width or match_parent! " +
136 Log.e(TAG, "onMeasure: must have an exact height or match_parent! " +
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragView.java385 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DragView
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartSweepView.java635 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ChartSweepView
H A DDotsPageIndicator.java280 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DotsPageIndicator

Completed in 576 milliseconds

123456