Home
last modified time | relevance | path

Searched refs:mContainerView (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TV/src/com/android/tv/ui/
DBlockScreenView.java37 private View mContainerView; field in BlockScreenView
75 mContainerView = findViewById(R.id.block_screen_container); in onFinishInflate()
97 mInfoFadeIn.setTarget(mContainerView); in onFinishInflate()
101 mInfoFadeOut.setTarget(mContainerView); in onFinishInflate()
106 mContainerView.setVisibility(GONE); in onFinishInflate()
193 mContainerView.setVisibility(GONE); in onBlockStatusChanged()
198 mContainerView.setVisibility(VISIBLE); in onBlockStatusChanged()
199 mContainerView.setAlpha(1.0f); in onBlockStatusChanged()
204 mContainerView.setVisibility(VISIBLE); in onBlockStatusChanged()
205 mContainerView.setAlpha(1.0f); in onBlockStatusChanged()
[all …]
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperConnection.java68 private final SurfaceView mContainerView; field in WallpaperConnection
102 mContainerView = containerView; in WallpaperConnection()
162 int displayId = mContainerView.getDisplay().getDisplayId(); in onServiceConnected()
164 mService.attach(this, mContainerView.getWindowToken(), in onServiceConnected()
166 true, mContainerView.getWidth(), mContainerView.getHeight(), in onServiceConnected()
233 mContainerView.post(() -> { in onWallpaperColorsChanged()
243 if (mContainerView != null) { in engineShown()
244 mContainerView.post(() -> reparentWallpaperSurface(mContainerView)); in engineShown()
250 mContainerView.post(() -> { in engineShown()
340 mContainerView.getResources(), mContainerView.getDisplay()); in getScale()
DWallpaperSurfaceCallback.java61 private final View mContainerView; field in WallpaperSurfaceCallback
76 mContainerView = containerView; in WallpaperSurfaceCallback()
168 mHomeImageWallpaper.measure(makeMeasureSpec(mContainerView.getWidth(), EXACTLY), in setupSurfaceWallpaper()
169 makeMeasureSpec(mContainerView.getHeight(), EXACTLY)); in setupSurfaceWallpaper()
170 mHomeImageWallpaper.layout(0, 0, mContainerView.getWidth(), in setupSurfaceWallpaper()
171 mContainerView.getHeight()); in setupSurfaceWallpaper()
175 mContainerView.getDisplay(), mWallpaperSurface.getHostToken()); in setupSurfaceWallpaper()
/packages/apps/Settings/src/com/android/settings/
DTrustedCredentialsSettings.java547 private LinearLayout mContainerView; field in TrustedCredentialsSettings.ChildAdapter
595 mContainerView = containerView; in setContainerView()
597 mListView = (ListView) mContainerView.findViewById(R.id.cert_list); in setContainerView()
602 mHeaderView = (ViewGroup) mContainerView.findViewById(R.id.header_view); in setContainerView()
639 mContainerView.setLayoutParams(mIsListExpanded ? SHOW_LAYOUT_PARAMS in refreshViews()