Searched refs:onFinishInflate (Results 51 - 70 of 70) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java480 protected void onFinishInflate() { method in class:PanelView
481 super.onFinishInflate();
H A DStatusBarHeaderView.java128 protected void onFinishInflate() { method in class:StatusBarHeaderView
129 super.onFinishInflate();
H A DNavigationBarView.java404 public void onFinishInflate() { method in class:NavigationBarView
H A DNotificationPanelView.java179 protected void onFinishInflate() { method in class:NotificationPanelView
180 super.onFinishInflate();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchBar.java175 protected void onFinishInflate() { method in class:SearchBar
176 super.onFinishInflate();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardViewBase.java102 protected void onFinishInflate() { method in class:KeyguardViewBase
H A DKeyguardSecurityContainer.java155 protected void onFinishInflate() { method in class:KeyguardSecurityContainer
H A DKeyguardHostView.java286 protected void onFinishInflate() { method in class:KeyguardHostView
287 super.onFinishInflate();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java137 protected void onFinishInflate() { method in class:PrintContentView
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java128 protected void onFinishInflate() { method in class:TaskViewHeader
H A DTaskView.java131 protected void onFinishInflate() { method in class:TaskView
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java433 protected void onFinishInflate() { method in class:RecentsPanelView
434 super.onFinishInflate();
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java121 protected void onFinishInflate() { method in class:ZenModePanel
122 super.onFinishInflate();
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java802 protected void onFinishInflate() { method in class:ActionBarView
803 super.onFinishInflate();
1475 protected void onFinishInflate() { method in class:ActionBarView.HomeView
/frameworks/base/core/java/android/widget/
H A DMediaController.java112 public void onFinishInflate() { method in class:MediaController
H A DSlidingDrawer.java263 protected void onFinishInflate() { method in class:SlidingDrawer
H A DListView.java3609 protected void onFinishInflate() { method in class:ListView
3610 super.onFinishInflate();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanel.java123 super.onFinishInflate();
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java772 * views, instantiate their children, and then call onFinishInflate().
814 if (finishInflate) parent.onFinishInflate();
H A DView.java193 * <td><code>{@link #onFinishInflate()}</code></td>
3608 * The method onFinishInflate() will be called after all children have been
15715 * <p>Even if the subclass overrides onFinishInflate, they should always be
15718 protected void onFinishInflate() { method in class:View

Completed in 1077 milliseconds

123