HomeSort by relevance Sort by last modified time
    Searched refs:windowContentView (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplV9.java 482 final ViewGroup windowContentView = (ViewGroup) mWindow.findViewById(android.R.id.content);
483 if (windowContentView != null) {
486 while (windowContentView.getChildCount() > 0) {
487 final View child = windowContentView.getChildAt(0);
488 windowContentView.removeViewAt(0);
494 windowContentView.setId(View.NO_ID);
499 if (windowContentView instanceof FrameLayout) {
500 ((FrameLayout) windowContentView).setForeground(null);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java 455 final ViewGroup windowContentView = (ViewGroup)rootView.findViewById(android.R.id.content);
457 if (windowContentView == null) {
461 windowContentView.addView(mDrawingPreviewPlacerView);
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 245 milliseconds