Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java47 private ViewGroup mRoot; field in KeyguardBouncer
68 if (mRoot.getVisibility() == View.VISIBLE || mShowingSoon) { in show()
86 mRoot.setVisibility(View.VISIBLE);
113 } else if (mRoot != null) { in hide()
114 mRoot.setVisibility(View.INVISIBLE); in hide()
138 if (mKeyguardView != null && mRoot != null && mRoot.getVisibility() == View.VISIBLE) { in onScreenTurnedOff()
154 return mShowingSoon || (mRoot != null && mRoot.getVisibility() == View.VISIBLE); in isShowing()
158 boolean wasInitialized = mRoot != null; in prepare()
166 if (mRoot == null) { in ensureView()
173 mRoot = (ViewGroup) LayoutInflater.from(mContext).inflate(R.layout.keyguard_bouncer, null); in inflateView()
[all …]
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DOverlayTest.java28 ViewGroup mRoot; field in OverlayTest
36 mRoot = (ViewGroup) mContainer.getParent(); in onCreate()
43 mRoot.getOverlay().add(fadingButton); in onClick()
48 mRoot.getOverlay().remove(fadingButton); in onClick()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDirectoryLoader.java72 private final RootInfo mRoot; field in DirectoryLoader
84 mRoot = root; in DirectoryLoader()
109 mRoot.authority, mRoot.documentId); in loadInBackground()
123 mRoot.authority, mRoot.rootId, mDoc.documentId); in loadInBackground()
168 cursor = new RootCursorWrapper(mUri.getAuthority(), mRoot.rootId, cursor, -1); in loadInBackground()
DDocumentsActivity.java930 private RootInfo mRoot; field in DocumentsActivity.PickRootTask
933 mRoot = root; in PickRootTask()
940 mRoot.authority, mRoot.documentId); in doInBackground()
/frameworks/base/core/java/android/widget/
DMediaController.java77 private View mRoot; field in MediaController
105 mRoot = this; in MediaController()
113 if (mRoot != null) in onFinishInflate()
114 initControllerView(mRoot); in onFinishInflate()
247 mRoot = inflate.inflate(com.android.internal.R.layout.media_controller, null); in makeControllerView()
249 initControllerView(mRoot); in makeControllerView()
251 return mRoot; in makeControllerView()
531 if (mRoot == null || mPauseButton == null) in updatePausePlay()
679 if (mRoot != null) { in setPrevNextListeners()
/frameworks/base/graphics/java/android/graphics/
DAtlas.java238 private final Cell mRoot = new Cell(); field in Atlas.SlicePolicy
275 mRoot.next = first; in SlicePolicy()
281 Cell cell = mRoot.next; in pack()
282 Cell prev = mRoot; in pack()
/frameworks/rs/cpu_ref/
DrsCpuScript.h131 int (*mRoot)(); variable
146 RootFunc_t mRoot; variable
DrsCpuScript.cpp367 mRoot = NULL; in RsdCpuScriptImpl()
477 mRoot = reinterpret_cast<int (*)()>(mExecutable->getSymbolAddress("root")); in init()
502 mRoot = (RootFunc_t) dlsym(mScriptSO, "root"); in init()
503 if (mRoot) { in init()
775 script->mHal.info.root = mRoot; in populateScript()
789 script->mHal.info.root = mRoot; in populateScript()
1103 int ret = mRoot(); in invokeRoot()
/frameworks/base/core/java/android/view/
DFocusFinder.java608 private ViewGroup mRoot; field in FocusFinder.SequentialFocusComparator
612 mRoot = null; in recycle()
616 mRoot = root; in setRoot()
657 mRoot.offsetDescendantRectToMyCoords(view, rect); in getRect()