Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DFocusManager.java67 private final ContentScope mScope = new ContentScope(); field in FocusManager
138 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 …]
DActionModeController.java52 private final ContentScope mScope = new ContentScope(); field in ActionModeController
133 mScope.accessibilityImportanceSetter.setAccessibilityImportance( in onDestroyActionMode()
147 mScope.accessibilityImportanceSetter.setAccessibilityImportance( in onCreateActionMode()
166 mMenuManager.updateActionMenu(mMenu, mScope.selectionDetails); in updateActionMenu()
172 return mScope.menuItemClicker.accept(item); in onActionItemClicked()
205 mScope.menuItemClicker = menuItemClicker; in reset()
206 mScope.selectionDetails = selectionDetails; in reset()
207 mScope.accessibilityImportanceSetter = in reset()
/packages/apps/Camera2/src/com/android/camera/settings/
DSettingObserver.java55 private final String mScope; field in SettingObserver
61 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()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastChannelManager.java119 public int mScope; field in CellBroadcastChannelManager.CellBroadcastChannelRange
134 mScope = SCOPE_UNKNOWN; in CellBroadcastChannelRange()
168 mScope = SCOPE_CARRIER; in CellBroadcastChannelRange()
170 mScope = SCOPE_DOMESTIC; in CellBroadcastChannelRange()
172 mScope = SCOPE_INTERNATIONAL; in CellBroadcastChannelRange()
223 + mEmergencyLevel + ",type=" + mAlertType + ",scope=" + mScope + ",vibration=" in toString()
293 return checkScope(range.mScope); in checkCellBroadcastChannelRange()
DCellBroadcastAlertService.java417 if (!channelManager.checkScope(range.mScope)) { in isChannelEnabled()
419 + "] is not within the scope. mScope = " + range.mScope); in isChannelEnabled()
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...