Searched refs:onLayout (Results 101 - 125 of 146) sorted by relevance

123456

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarOverlayLayout.java417 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActionBarOverlayLayout
H A DActivityChooserView.java458 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActivityChooserView
H A DSearchView.java872 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SearchView
873 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/android/widget/
H A DScrollView.java1534 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ScrollView
1535 super.onLayout(changed, l, t, r, b);
H A DSearchView.java832 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SearchView
833 super.onLayout(changed, left, top, right, bottom);
H A DNumberPicker.java777 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:NumberPicker
779 super.onLayout(changed, left, top, right, bottom);
H A DSimpleMonthView.java879 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SimpleMonthView
H A DHorizontalScrollView.java1495 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:HorizontalScrollView
H A DRadialTimePickerView.java644 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:RadialTimePickerView
/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
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java362 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:DividerView
363 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java1273 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ExpandableNotificationRow
1274 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java1621 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:NestedScrollView
1622 super.onLayout(changed, l, t, r, b);
H A DSwipeRefreshLayout.java613 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SwipeRefreshLayout
/frameworks/base/core/java/com/android/internal/widget/
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
H A DResolverDrawerLayout.java819 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ResolverDrawerLayout
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
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java1920 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:TabLayout.SlidingTabStrip
1921 super.onLayout(changed, l, t, r, b);
/frameworks/base/core/java/android/print/
H A DPrintManager.java1025 builder.append("PrintDocumentAdapter#onLayout() {\n");
1034 adapter.onLayout(oldAttributes, newAttributes, cancellation,
/frameworks/base/media/java/android/media/tv/
H A DTvView.java700 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TvView
702 Log.d(TAG, "onLayout (left=" + left + ", top=" + top + ", right=" + right
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java356 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:RecentsView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java116 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:NotificationChildrenContainer
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java725 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:DecorView
726 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java308 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:NotificationPanelView
309 super.onLayout(changed, left, top, right, bottom);
/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

Completed in 433 milliseconds

123456