Searched refs:mScope (Results 1 – 6 of 6) sorted by relevance
67 private final ContentScope mScope = new ContentScope(); field in FocusManager138 if (hasFocus && mScope.isValid() && v.getParent() == mScope.view) { in onFocusChange()139 mScope.lastFocusPosition = mScope.view.getChildAdapterPosition(v); in onFocusChange()145 if (!mScope.isValid() || mScope.adapter.getItemCount() == 0) { in focusDirectoryList()163 final int focusPos = (mScope.lastFocusPosition != RecyclerView.NO_POSITION) in focusDirectoryList()164 ? mScope.lastFocusPosition in focusDirectoryList()165 : mScope.layout.findFirstVisibleItemPosition(); in focusDirectoryList()180 if (mScope.pendingFocusId == null) { in onLayoutCompleted()184 int pos = mScope.adapter.getStableIds().indexOf(mScope.pendingFocusId); in onLayoutCompleted()188 mScope.pendingFocusId = null; in onLayoutCompleted()[all …]
53 private final ContentScope mScope = new ContentScope(); field in ActionModeController136 mScope.accessibilityImportanceSetter.setAccessibilityImportance( in onDestroyActionMode()153 mScope.accessibilityImportanceSetter.setAccessibilityImportance( in onCreateActionMode()172 mMenuManager.updateActionMenu(mMenu, mScope.selectionDetails); in updateActionMenu()178 return mScope.menuItemClicker.accept(item); in onActionItemClicked()211 mScope.menuItemClicker = menuItemClicker; in reset()212 mScope.selectionDetails = selectionDetails; in reset()213 mScope.accessibilityImportanceSetter = in reset()
55 private final String mScope; field in SettingObserver61 mScope = scope; in SettingObserver()98 return (T) Integer.valueOf(mSettingsManager.getInteger(mScope, mKey)); in get()100 Object string = mSettingsManager.getString(mScope, mKey); in get()107 return (T) Boolean.valueOf(mSettingsManager.getBoolean(mScope, mKey)); in get()
135 public int mScope; field in CellBroadcastChannelManager.CellBroadcastChannelRange163 mScope = SCOPE_UNKNOWN; in CellBroadcastChannelRange()201 mScope = SCOPE_CARRIER; in CellBroadcastChannelRange()203 mScope = SCOPE_DOMESTIC; in CellBroadcastChannelRange()205 mScope = SCOPE_INTERNATIONAL; in CellBroadcastChannelRange()294 + mEmergencyLevel + ",type=" + mAlertType + ",scope=" + mScope + ",vibration=" in toString()383 return checkScope(range.mScope); in checkCellBroadcastChannelRange()
495 if (!channelManager.checkScope(range.mScope)) { in isChannelEnabled()497 + "] is not within the scope. mScope = " + range.mScope); in isChannelEnabled()
102 assertEquals(list.get(2).mScope, CellBroadcastChannelRange.SCOPE_CARRIER); in testGetCellBroadcastChannelRanges()