Searched refs:mHost (Results 26 - 50 of 67) sorted by relevance

123

/frameworks/base/core/java/android/app/
H A DLoaderManager.java233 private FragmentHostCallback mHost; field in class:LoaderManagerImpl
373 if (mHost != null) {
374 lastBecause = mHost.mFragmentManager.mNoTransactionsBecause;
375 mHost.mFragmentManager.mNoTransactionsBecause = "onLoaderReset";
380 if (mHost != null) {
381 mHost.mFragmentManager.mNoTransactionsBecause = lastBecause;
482 if (mHost != null && !hasRunningLoaders()) {
483 mHost.mFragmentManager.startPendingDeferredFragments();
490 if (mHost != null) {
491 lastBecause = mHost
[all...]
H A DFragmentManager.java705 FragmentHostCallback<?> mHost; field in class:FragmentManagerImpl
746 if (mHost != null) {
749 mHost.onDump(" ", null, pw, new String[] { });
983 DebugUtils.buildShortClassTag(mHost, sb);
1082 writer.print(prefix); writer.print(" mHost="); writer.println(mHost);
1108 Animator anim = AnimatorInflater.loadAnimator(mHost.getContext(),
1124 if (transitionStyle == 0 && mHost.onHasWindowAnimations()) {
1125 transitionStyle = mHost.onGetWindowAnimations();
1131 TypedArray attrs = mHost
[all...]
/frameworks/support/percent/src/main/java/androidx/percentlayout/widget/
H A DPercentLayoutHelper.java131 private final ViewGroup mHost; field in class:PercentLayoutHelper
137 mHost = host;
159 Log.d(TAG, "adjustChildren: " + mHost + " widthMeasureSpec: "
165 int widthHint = View.MeasureSpec.getSize(widthMeasureSpec) - mHost.getPaddingLeft()
166 - mHost.getPaddingRight();
167 int heightHint = View.MeasureSpec.getSize(heightMeasureSpec) - mHost.getPaddingTop()
168 - mHost.getPaddingBottom();
169 for (int i = 0, N = mHost.getChildCount(); i < N; i++) {
170 View view = mHost.getChildAt(i);
306 for (int i = 0, N = mHost
[all...]
/frameworks/base/core/java/android/net/nsd/
H A DNsdServiceInfo.java47 private InetAddress mHost; field in class:NsdServiceInfo
82 return mHost;
87 mHost = s;
313 .append(", host: ").append(mHost)
332 if (mHost != null) {
334 dest.writeByteArray(mHost.getAddress());
365 info.mHost = InetAddress.getByAddress(in.createByteArray());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAutoTileManager.java42 private final QSTileHost mHost; field in class:AutoTileManager
56 mHost = host;
71 mHost.addTile(INVERSION);
105 mHost.addTile(WORK);
124 mHost.addTile(SAVER);
137 mHost.addTile(HOTSPOT);
165 mHost.addTile(NIGHT);
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DDimmerTests.java103 private MockSurfaceBuildingContainer mHost; field in class:DimmerTests
119 mHost = new MockSurfaceBuildingContainer();
122 mDimmer = new Dimmer(mHost, mSurfaceAnimatorStarter);
178 mHost.addChild(child, 0);
193 mHost.addChild(child, 0);
208 mHost.addChild(child, 0);
224 mHost.addChild(child, 0);
241 mHost.addChild(child, 0);
262 mHost.addChild(child, 0);
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DFragment.java153 FragmentHostCallback mHost; field in class:Fragment
667 return mHost == null ? null : mHost.getContext();
694 return mHost == null ? null : (FragmentActivity) mHost.getActivity();
721 return mHost == null ? null : mHost.onGetHost();
865 return mHost != null && mAdded;
980 mHost.onSupportInvalidateOptionsMenu();
998 mHost
[all...]
H A DFragmentManager.java701 FragmentHostCallback mHost; field in class:FragmentManagerImpl
791 if (mHost != null) {
793 mHost.onDump(" ", null, pw, new String[] { });
1012 DebugUtils.buildShortClassTag(mHost, sb);
1110 writer.print(prefix); writer.print(" mHost="); writer.println(mHost);
1172 String dir = mHost.getContext().getResources().getResourceTypeName(nextAnim);
1178 animation = AnimationUtils.loadAnimation(mHost.getContext(), nextAnim);
1193 animator = AnimatorInflater.loadAnimator(mHost.getContext(), nextAnim);
1203 animation = AnimationUtils.loadAnimation(mHost
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DSampleVideoFragment.java57 final VideoFragmentGlueHost mHost = new VideoFragmentGlueHost(SampleVideoFragment.this); field in class:SampleVideoFragment
111 mMediaPlayerGlue.setHost(mHost);
167 mMediaPlayerGlue.setHost(mHost);
H A DSampleVideoSupportFragment.java60 final VideoSupportFragmentGlueHost mHost = new VideoSupportFragmentGlueHost(SampleVideoSupportFragment.this); field in class:SampleVideoSupportFragment
114 mMediaPlayerGlue.setHost(mHost);
170 mMediaPlayerGlue.setHost(mHost);
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DSampleVideoFragment.java57 final VideoFragmentGlueHost mHost = new VideoFragmentGlueHost(SampleVideoFragment.this); field in class:SampleVideoFragment
111 mMediaPlayerGlue.setHost(mHost);
167 mMediaPlayerGlue.setHost(mHost);
H A DSampleVideoSupportFragment.java60 final VideoSupportFragmentGlueHost mHost = new VideoSupportFragmentGlueHost(SampleVideoSupportFragment.this); field in class:SampleVideoSupportFragment
114 mMediaPlayerGlue.setHost(mHost);
170 mMediaPlayerGlue.setHost(mHost);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServices.java61 private final QSTileHost mHost; field in class:TileServices
66 mHost = host;
67 mContext = mHost.getContext();
79 return mHost;
106 mMainHandler.post(() -> mHost.getIconController()
209 mHost.forceCollapsePanels();
229 mHost.forceCollapsePanels();
252 StatusBarIconController iconController = mHost.getIconController();
/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
H A DBandSelectionHelper.java61 private final BandHost mHost; field in class:BandSelectionHelper
94 mHost = host;
101 mHost.addOnScrollListener(
163 mHost.hideBand();
253 mModel = mHost.createGridModel();
276 mHost.showBand(bounds);
H A DGridModel.java62 private final GridHost<K> mHost; field in class:GridModel
113 mHost = host;
124 mHost.addOnScrollListener(mScrollListener);
146 mPointer = mHost.createAbsolutePoint(relativeOrigin);
172 mPointer = mHost.createAbsolutePoint(relativePointer);
199 for (int i = 0; i < mHost.getVisibleChildCount(); i++) {
200 int adapterPosition = mHost.getAdapterPositionAt(i);
204 if (mHost.hasView(adapterPosition)
208 recordItemData(mHost.getAbsoluteRectForChildViewAt(i), adapterPosition);
227 if (mColumnBounds.size() != mHost
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanel.java75 protected QSTileHost mHost; field in class:QSPanel
158 if (mHost != null) {
159 setTiles(mHost.getTiles());
169 if (mHost != null) {
170 mHost.removeCallback(this);
183 setTiles(mHost.getTiles());
208 return mHost.createTile(subPanel);
236 mHost = host;
237 mHost.addCallback(this);
238 setTiles(mHost
[all...]
H A DQuickQSPanel.java114 setTiles(mHost.getTiles());
119 if (mHost != null) {
120 setTiles(mHost.getTiles());
H A DQSAnimator.java75 private QSTileHost mHost; field in class:QSAnimator
108 mHost = qsh;
121 if (mHost != null) {
122 mHost.removeCallback(this);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
H A DQSTileImplTest.java66 private QSTileHost mHost; field in class:QSTileImplTest
75 mHost = mock(QSTileHost.class);
76 when(mHost.indexOf(spec)).thenReturn(POSITION);
77 when(mHost.getContext()).thenReturn(mContext.getBaseContext());
79 mTile = spy(new TileImpl(mHost));
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardMessageArea.java155 private final WeakReference<View> mHost; field in class:KeyguardMessageArea.AnnounceRunnable
159 mHost = new WeakReference<View>(host);
165 final View host = mHost.get();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java72 private QSTileHost mHost; field in class:QSCustomizer
145 mHost = host;
192 mTileQueryHelper.queryTiles(mHost);
240 mTileAdapter.resetTileSpecs(mHost, tiles);
245 for (QSTile tile : mHost.getTiles()) {
254 mTileAdapter.saveSpecs(mHost);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDragDownHelper.java53 private View mHost; field in class:DragDownHelper
67 mHost = host;
231 mHost.getLocationOnScreen(mTemp2);
/frameworks/base/core/java/android/content/
H A DIntentFilter.java897 private final String mHost; field in class:IntentFilter.AuthorityEntry
904 mHost = mWild ? host.substring(1).intern() : host;
910 mHost = src.readString();
917 dest.writeString(mHost);
925 proto.write(AuthorityEntryProto.HOST, mHost);
944 if (!mHost.equals(other.mHost)) {
978 "Match host " + host + ": " + mHost);
980 if (host.length() < mHost.length()) {
983 host = host.substring(host.length()-mHost
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DWorkModeTile.java80 mHost.removeTile(getTileSpec());
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileImpl.java71 protected final QSHost mHost; field in class:QSTileImpl
105 mHost = host;
135 return mHost;
199 .addTaggedData(FIELD_QS_POSITION, mHost.indexOf(mTileSpec));
485 mHost.warn(error, t);

Completed in 1167 milliseconds

123