HomeSort by relevance Sort by last modified time
    Searched defs:mContentParent (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java 152 ViewGroup mContentParent;
153 // Whether the client has explicitly set the content view. If false and mContentParent is not
409 if (mContentParent == null) {
412 mContentParent.removeAllViews();
416 final Scene newScene = Scene.getSceneForLayout(mContentParent, layoutResID,
420 mLayoutInflater.inflate(layoutResID, mContentParent);
422 mContentParent.requestApplyInsets();
440 if (mContentParent == null) {
443 mContentParent.removeAllViews();
448 final Scene newScene = new Scene(mContentParent, view)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 57 milliseconds