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

123456

/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripView.java777 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:FilmstripView
778 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.java235 /** effective number of items on 2nd axis, calculated in {@link #onMeasure} */
1145 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ScrollAdapterView
1147 Log.e(TAG, "onMeasure: Adapter not available ");
1148 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DContactListItemView.java71 * for layout and all the measurements and layouts are done in the onMeasure and onLayout methods.
384 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ContactListItemView
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageShow.java206 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ImageShow
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationMessageView.java162 protected void onMeasure(final int widthMeasureSpec, final int heightMeasureSpec) { method in class:ConversationMessageView
/packages/apps/Settings/src/com/android/settings/widget/
H A DMatchParentShrinkingLinearLayout.java597 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:MatchParentShrinkingLinearLayout
639 * @see #onMeasure(int, int)
990 * @see #onMeasure(int, int)
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java625 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:KeyboardView
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java664 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:KeyboardView
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListItemView.java77 * in the onMeasure and onLayout methods.
429 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ContactListItemView
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java1199 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Folder
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryChart.java588 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:BatteryHistoryChart
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemView.java667 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ConversationItemView
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java793 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:CellLayout
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java976 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:CellLayout
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...

Completed in 476 milliseconds

123456