Loading policy/src/com/android/internal/policy/impl/keyguard/KeyguardHostView.java +2 −0 Original line number Diff line number Diff line Loading @@ -146,6 +146,8 @@ public class KeyguardHostView extends KeyguardViewBase { @Override protected void onFinishInflate() { mViewStateManager = new KeyguardViewStateManager(); // Grab instances of and make any necessary changes to the main layouts. Create // view state manager and wire up necessary listeners / callbacks. mAppWidgetContainer = (KeyguardWidgetPager) findViewById(R.id.app_widget_container); Loading Loading
policy/src/com/android/internal/policy/impl/keyguard/KeyguardHostView.java +2 −0 Original line number Diff line number Diff line Loading @@ -146,6 +146,8 @@ public class KeyguardHostView extends KeyguardViewBase { @Override protected void onFinishInflate() { mViewStateManager = new KeyguardViewStateManager(); // Grab instances of and make any necessary changes to the main layouts. Create // view state manager and wire up necessary listeners / callbacks. mAppWidgetContainer = (KeyguardWidgetPager) findViewById(R.id.app_widget_container); Loading