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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryActivity.java 109 private FrameLayout mTopLayout;
248 mTopLayout = (FrameLayout) contentView.getChildAt(0);
256 mTopLayout.setBackground(getBackgroundDrawable());
259 mTopLayout.getViewTreeObserver().addOnGlobalLayoutListener(
263 mTopLayout.getViewTreeObserver().removeOnGlobalLayoutListener(this);
BluetoothPairingDialog.java 77 private RelativeLayout mTopLayout;
180 mTopLayout = (RelativeLayout) contentView.getChildAt(0);
189 mTopLayout.setBackground(mBgDrawable);

Completed in 67 milliseconds