Searched refs:onMeasure (Results 76 - 100 of 106) sorted by relevance

12345

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActivityChooserView.java416 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ActivityChooserView
H A DProgressBarICS.java803 protected synchronized void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ProgressBarICS
H A DActionBarView.java817 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ActionBarView
1309 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ActionBarView.HomeView
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java305 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:HorizontalScrollView
306 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DScrollView.java325 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ScrollView
326 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DGridView.java1017 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:GridView
1019 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DCalendarView.java1855 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:CalendarView.WeekView
H A DImageView.java759 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ImageView
H A DProgressBar.java1060 protected synchronized void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ProgressBar
H A DListView.java1131 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ListView
1133 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DStackView.java1171 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:StackView
H A DGridLayout.java1036 protected void onMeasure(int widthSpec, int heightSpec) { method in class:GridLayout
H A DLinearLayout.java586 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:LinearLayout
628 * @see #onMeasure(int, int)
956 * @see #onMeasure(int, int)
H A DRelativeLayout.java378 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:RelativeLayout
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java901 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ActionBarView
1474 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ActionBarView.HomeView
H A DLockPatternView.java487 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:LockPatternView
H A DSlidingTab.java472 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SlidingTab
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DSlidingChallengeLayout.java813 protected void onMeasure(int widthSpec, int heightSpec) { method in class:SlidingChallengeLayout
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java1086 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:GlowPadView
H A DMultiWaveView.java335 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:MultiWaveView
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java614 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:StaggeredGridView
621 Log.e(TAG, "onMeasure: must have an exact width or match_parent! " +
626 Log.e(TAG, "onMeasure: must have an exact height or match_parent! " +
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java600 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DrawerLayout
693 } else { // Drawer, if it wasn't onMeasure would have thrown an exception.
702 } else { // Right; onMeasure checked for us.
H A DSlidingPaneLayout.java431 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SlidingPaneLayout
483 Log.e(TAG, "onMeasure: More than two child views are not supported.");
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2240 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PhoneWindow.DecorView
2289 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
2318 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java585 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:KeyboardView

Completed in 416 milliseconds

12345