Searched defs:onLayout (Results 101 - 125 of 154) sorted by relevance

1234567

/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java728 // onLayout(true, getLeft(), getTop(), getLeft() + getWidth(), getTop() + getHeight());
732 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SlidingTab
H A DActionBarView.java1094 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActionBarView
1546 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActionBarView.HomeView
/frameworks/base/media/java/android/media/tv/
H A DTvView.java701 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TvView
703 Log.d(TAG, "onLayout (left=" + left + ", top=" + top + ", right=" + right
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java105 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ExpandableView
106 super.onLayout(changed, left, top, right, bottom);
H A DNotificationShelf.java508 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:NotificationShelf
509 super.onLayout(changed, left, top, right, bottom);
H A DActivatableNotificationView.java696 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActivatableNotificationView
697 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java132 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:NotificationChildrenContainer
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java643 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:StaggeredGridView
/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingToolbarLayout.java424 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:CollapsingToolbarLayout
425 super.onLayout(changed, left, top, right, bottom);
H A DTextInputLayout.java1365 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TextInputLayout
1366 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarOverlayLayout.java423 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActionBarOverlayLayout
H A DLinearLayoutCompat.java1405 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:LinearLayoutCompat
1419 * @see #onLayout(boolean, int, int, int, int)
1514 * @see #onLayout(boolean, int, int, int, int)
H A DSwitchCompat.java1074 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SwitchCompat
1075 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/wear/src/android/support/wear/widget/
H A DCircledImageView.java369 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:CircledImageView
407 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/wear/src/android/support/wear/widget/drawer/
H A DWearableDrawerLayout.java447 // If this view is not laid out yet, postpone the peek until onLayout is called.
481 // If this view is not laid out yet, postpone the peek until onLayout is called.
605 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:WearableDrawerLayout
606 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java645 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:RadialTimePickerView
H A DRelativeLayout.java1070 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:RelativeLayout
H A DScrollView.java1551 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ScrollView
1552 super.onLayout(changed, l, t, r, b);
H A DSearchView.java819 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SearchView
820 super.onLayout(changed, left, top, right, bottom);
H A DStackView.java562 private void onLayout() { method in class:StackView
1055 // Because mSlideAmount is updated in onLayout(), it is possible that d > maxd
1056 // if we get onLayout() right before this method is called.
1103 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:StackView
1118 onLayout();
H A DToolbar.java1698 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:Toolbar
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java217 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ClosedCaptionWidget
1483 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:Cea608CCWidget.CCLayout
H A DWebVttRenderer.java1355 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:WebVttRenderingWidget
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java1343 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TaskStackView
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java352 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:DividerView
353 super.onLayout(changed, left, top, right, bottom);

Completed in 434 milliseconds

1234567