Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedTutorialHandler.java74 private @Nullable View mTutorialView; field in OneHandedTutorialHandler
155 mTutorialView = LayoutInflater.from(context).inflate(R.layout.one_handed_tutorial, null); in createViewAndAttachToWindow()
159 mTargetViewContainer.addView(mTutorialView); in createViewAndAttachToWindow()
224 if (mTutorialView == null) { in updateThemeColor()
228 final Context themedContext = new ContextThemeWrapper(mTutorialView.getContext(), in updateThemeColor()
239 final ImageView iconView = mTutorialView.findViewById(R.id.one_handed_tutorial_image); in updateThemeColor()
242 final TextView tutorialTitle = mTutorialView.findViewById(R.id.one_handed_tutorial_title); in updateThemeColor()
243 final TextView tutorialDesc = mTutorialView.findViewById( in updateThemeColor()