Searched refs:onFinishInflate (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandedView.java38 protected void onFinishInflate() { method in class:ExpandedView
39 super.onFinishInflate();
H A DStatusBarView.java50 protected void onFinishInflate() { method in class:StatusBarView
51 super.onFinishInflate();
/frameworks/base/core/java/android/widget/
H A DTwoLineListItem.java67 protected void onFinishInflate() { method in class:TwoLineListItem
68 super.onFinishInflate();
H A DToggleButton.java120 protected void onFinishInflate() { method in class:ToggleButton
121 super.onFinishInflate();
H A DRadioGroup.java113 protected void onFinishInflate() { method in class:RadioGroup
114 super.onFinishInflate();
H A DDialerFilter.java49 protected void onFinishInflate() { method in class:DialerFilter
50 super.onFinishInflate();
H A DMediaController.java106 public void onFinishInflate() { method in class:MediaController
H A DSlidingDrawer.java236 protected void onFinishInflate() { method in class:SlidingDrawer
H A DListView.java3336 protected void onFinishInflate() { method in class:ListView
3337 super.onFinishInflate();
/frameworks/base/core/java/com/android/internal/view/menu/
H A DListMenuItemView.java70 protected void onFinishInflate() { method in class:ListMenuItemView
71 super.onFinishInflate();
/frameworks/base/core/java/com/android/internal/widget/
H A DDigitalClock.java149 protected void onFinishInflate() { method in class:DigitalClock
150 super.onFinishInflate();
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java596 * views, instantiate their children, and then call onFinishInflate().
631 parent.onFinishInflate();
H A DView.java165 * <td><code>{@link #onFinishInflate()}</code></td>
1890 * The method onFinishInflate() will be called after all children have been
7267 * <p>Even if the subclass overrides onFinishInflate, they should always be
7270 protected void onFinishInflate() { method in class:View

Completed in 211 milliseconds