Searched refs:onMeasure (Results 151 - 175 of 178) sorted by relevance

12345678

/frameworks/base/core/java/android/widget/
H A DListView.java1187 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ListView
1189 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DProgressBar.java1797 protected synchronized void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ProgressBar
H A DStackView.java1175 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:StackView
H A DLinearLayout.java638 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:LinearLayout
689 * @see #onMeasure(int, int)
1016 * @see #onMeasure(int, int)
H A DRelativeLayout.java386 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:RelativeLayout
H A DToolbar.java1549 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Toolbar
H A DGridLayout.java1039 protected void onMeasure(int widthSpec, int heightSpec) { method in class:GridLayout
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java645 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:LockPatternView
H A DViewPager.java1359 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ViewPager
/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/core-ui/java/android/support/v4/widget/
H A DSlidingPaneLayout.java452 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SlidingPaneLayout
505 Log.e(TAG, "onMeasure: More than two child views are not supported.");
H A DDrawerLayout.java1017 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DrawerLayout
1196 } else { // Drawer, if it wasn't onMeasure would have thrown an exception.
1205 } else { // Right; onMeasure checked for us.
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java549 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:LinearLayoutCompat
591 * @see #onMeasure(int, int)
924 * @see #onMeasure(int, int)
H A DToolbar.java1571 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Toolbar
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java2883 protected void onMeasure(int widthSpec, int heightSpec) { method in class:RecyclerView
2893 mLayout.onMeasure(mRecycler, mState, widthSpec, heightSpec);
2922 mLayout.onMeasure(mRecycler, mState, widthSpec, heightSpec);
2925 // custom onMeasure
2947 mLayout.onMeasure(mRecycler, mState, widthSpec, heightSpec);
2954 * Used when onMeasure is called before layout manager is set
3116 * Called in onMeasure and dispatchLayout.
3189 // First 2 steps are done in onMeasure but looks like we have to run again due to
6593 * onMeasure method OR fake measure specs created by the RecyclerView.
6645 * @param widthSpec The widthSpec that was passing into RecyclerView's onMeasure
8903 public void onMeasure(Recycler recycler, State state, int widthSpec, int heightSpec) { method in class:RecyclerView.LayoutManager
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java598 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:KeyboardView
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java1144 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Cea708CCWidget.ScaledLayout
1150 Log.d(TAG, String.format("onMeasure width: %d, height: %d", width, height));
1183 Log.d(TAG, String.format("onMeasure child scaleStartRow: %f scaleEndRow: %f "
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java491 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:NotificationStackScrollLayout
492 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java2386 public void onMeasure(RecyclerView.Recycler recycler, RecyclerView.State state,
2402 super.onMeasure(recycler, state, widthSpec, heightSpec);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java1190 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:TaskStackView
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java1573 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ViewPager
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java708 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:CoordinatorLayout
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java1303 public void onMeasure(Recycler recycler, State state, int widthSpec, int heightSpec) { method in class:GridLayoutManager
1319 if (DEBUG) Log.v(getTag(), "onMeasure widthSpec " + Integer.toHexString(widthSpec) +
1397 Log.v(getTag(), "onMeasure sizePrimary " + sizePrimary +
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java938 protected void onMeasure(int widthSpec, int heightSpec) { method in class:GridLayout
/frameworks/base/core/java/android/view/
H A DView.java216 * <td><code>{@link #onMeasure(int, int)}</code></td>
4034 // Older apps expect onMeasure() to always be called on a layout pass, regardless
15018 * before or after {@link #onMeasure(int, int)}.
15229 * {@link #onMeasure(int, int)}.
17624 onMeasure(mOldWidthMeasureSpec, mOldHeightMeasureSpec);
19808 * {@link #onMeasure(int, int)}, called by this method. Therefore, only
19809 * {@link #onMeasure(int, int)} can and must be overridden by subclasses.
19818 * @see #onMeasure(int, int)
19857 onMeasure(widthMeasureSpec, heightMeasureSpec);
19870 + getClass().getName() + "#onMeasure() di
19931 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:View
[all...]

Completed in 861 milliseconds

12345678