Searched defs:mHost (Results 26 - 41 of 41) sorted by relevance

12

/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DPlaybackTransportRowPresenterTest.java52 PlaybackGlueHostImplWithViewHolder mHost; field in class:PlaybackTransportRowPresenterTest
63 mHost = new PlaybackGlueHostImplWithViewHolder(mContext);
69 mGlue.setHost(mHost);
73 mViewHolder = (PlaybackTransportRowPresenter.ViewHolder) mHost.mViewHolder;
88 mHost.sendKeyDownUp(keyCode, repeat);
/frameworks/base/core/java/android/app/
H A DLoaderManager.java225 private FragmentHostCallback mHost; field in class:LoaderManagerImpl
365 if (mHost != null) {
366 lastBecause = mHost.mFragmentManager.mNoTransactionsBecause;
367 mHost.mFragmentManager.mNoTransactionsBecause = "onLoaderReset";
372 if (mHost != null) {
373 mHost.mFragmentManager.mNoTransactionsBecause = lastBecause;
474 if (mHost != null && !hasRunningLoaders()) {
475 mHost.mFragmentManager.startPendingDeferredFragments();
482 if (mHost != null) {
483 lastBecause = mHost
[all...]
H A DFragment.java435 FragmentHostCallback mHost; field in class:Fragment
837 return mHost == null ? null : mHost.getContext();
844 return mHost == null ? null : mHost.getActivity();
853 return mHost == null ? null : mHost.onGetHost();
860 if (mHost == null) {
863 return mHost.getContext().getResources();
945 return mHost !
[all...]
H A DFragmentManager.java685 FragmentHostCallback<?> mHost; field in class:FragmentManagerImpl
726 if (mHost != null) {
729 mHost.onDump(" ", null, pw, new String[] { });
963 DebugUtils.buildShortClassTag(mHost, sb);
1060 writer.print(prefix); writer.print(" mHost="); writer.println(mHost);
1086 Animator anim = AnimatorInflater.loadAnimator(mHost.getContext(),
1102 if (transitionStyle == 0 && mHost.onHasWindowAnimations()) {
1103 transitionStyle = mHost.onGetWindowAnimations();
1109 TypedArray attrs = mHost
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java68 private QSTileHost mHost; field in class:QSAnimator
101 mHost = qsh;
114 if (mHost != null) {
115 mHost.removeCallback(this);
H A DQSDetail.java65 protected QSTileHost mHost; field in class:QSDetail
129 mHost = host;
H A DQSSecurityFooter.java62 private QSTileHost mHost; field in class:QSSecurityFooter
86 mHost = host;
119 mHost.collapsePanels();
431 mHost.warn(error, t);
H A DQSPanel.java74 protected QSTileHost mHost; field in class:QSPanel
152 if (mHost != null) {
153 setTiles(mHost.getTiles());
160 if (mHost != null) {
161 mHost.removeCallback(this);
171 setTiles(mHost.getTiles());
193 return mHost.createTile(subPanel);
214 mHost = host;
215 mHost.addCallback(this);
216 setTiles(mHost
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java87 private QSTileHost mHost; field in class:TileAdapter
97 mHost = host;
383 saveSpecs(mHost);
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentController.java41 private final FragmentHostCallback<?> mHost; field in class:FragmentController
51 mHost = callbacks;
58 return mHost.getFragmentManagerImpl();
65 return mHost.getLoaderManagerImpl();
73 return mHost.mFragmentManager.findFragmentByWho(who);
80 return mHost.mFragmentManager.getActiveFragmentCount();
87 return mHost.mFragmentManager.getActiveFragments();
95 mHost.mFragmentManager.attachController(
96 mHost, mHost /*containe
[all...]
H A DLoaderManager.java209 FragmentHostCallback mHost; field in class:LoaderManagerImpl
352 if (mHost != null) {
353 lastBecause = mHost.mFragmentManager.mNoTransactionsBecause;
354 mHost.mFragmentManager.mNoTransactionsBecause = "onLoaderReset";
359 if (mHost != null) {
360 mHost.mFragmentManager.mNoTransactionsBecause = lastBecause;
461 if (mHost != null && !hasRunningLoaders()) {
462 mHost.mFragmentManager.startPendingDeferredFragments();
469 if (mHost != null) {
470 lastBecause = mHost
[all...]
H A DFragment.java253 FragmentHostCallback mHost; field in class:Fragment
675 return mHost == null ? null : mHost.getContext();
684 return mHost == null ? null : (FragmentActivity) mHost.getActivity();
692 return mHost == null ? null : mHost.onGetHost();
699 if (mHost == null) {
702 return mHost.getContext().getResources();
792 return mHost !
[all...]
H A DFragmentManager.java668 FragmentHostCallback mHost; field in class:FragmentManagerImpl
757 if (mHost != null) {
759 mHost.onDump(" ", null, pw, new String[] { });
976 DebugUtils.buildShortClassTag(mHost, sb);
1074 writer.print(prefix); writer.print(" mHost="); writer.println(mHost);
1135 String dir = mHost.getContext().getResources().getResourceTypeName(nextAnim);
1141 animation = AnimationUtils.loadAnimation(mHost.getContext(), nextAnim);
1156 animator = AnimatorInflater.loadAnimator(mHost.getContext(), nextAnim);
1166 animation = AnimationUtils.loadAnimation(mHost
[all...]
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DExploreByTouchHelper.java113 private final View mHost; field in class:ExploreByTouchHelper
138 mHost = host;
382 ViewCompat.getLayoutDirection(mHost) == ViewCompat.LAYOUT_DIRECTION_RTL;
403 guessPreviouslyFocusedRect(mHost, direction, selectedRect);
508 final ViewParent parent = mHost.getParent();
514 return ViewParentCompat.requestSendAccessibilityEvent(parent, mHost, event);
566 final ViewParent parent = mHost.getParent();
572 ViewParentCompat.requestSendAccessibilityEvent(parent, mHost, event);
653 ViewCompat.onInitializeAccessibilityEvent(mHost, event);
698 AccessibilityRecordCompat.setSource(event, mHost, virtualViewI
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileImpl.java63 protected final QSHost mHost; field in class:QSTileImpl
94 mHost = host;
125 return mHost;
183 .addTaggedData(FIELD_QS_POSITION, mHost.indexOf(mTileSpec));
433 mHost.warn(error, t);
/frameworks/base/core/java/android/content/
H A DIntentFilter.java896 private final String mHost; field in class:IntentFilter.AuthorityEntry
903 mHost = mWild ? host.substring(1).intern() : host;
909 mHost = src.readString();
916 dest.writeString(mHost);
934 if (!mHost.equals(other.mHost)) {
968 "Match host " + host + ": " + mHost);
970 if (host.length() < mHost.length()) {
973 host = host.substring(host.length()-mHost.length());
975 if (host.compareToIgnoreCase(mHost) !
[all...]

Completed in 5525 milliseconds

12