Searched refs:item (Results 351 - 364 of 364) sorted by relevance

<<1112131415

/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java1146 public boolean onMenuItemSelected(MenuBuilder menu, MenuItem item) { argument
1151 return cb.onMenuItemSelected(panel.featureId, item);
3539 public boolean onActionItemClicked(ActionMode mode, MenuItem item) { argument
3540 return mWrapped.onActionItemClicked(mode, item);
4679 * Whether an item's action has been performed. This happens in obvious
4680 * scenarios (user clicks on menu item), but can also happen with
4969 * <li> Calls back to the callback's onMenuItemSelected when an item is
5010 public boolean onMenuItemSelected(MenuBuilder menu, MenuItem item) { argument
5013 && callback.onMenuItemSelected(mFeatureId, item);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java3037 final ImeSubtypeListItem item = imList.get(i);
3038 mIms[i] = item.mImi;
3039 mSubtypeIds[i] = item.mSubtypeId;
3164 final ImeSubtypeListItem item = mItemsList.get(position);
3165 final CharSequence imeName = item.mImeName;
3166 final CharSequence subtypeName = item.mSubtypeName;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java184 * If a full span item is invalid / or created in reverse direction; it may create gaps in
231 * When a full span item is laid out in reverse direction, it sets a flag which we check when
232 * scroll is stopped (or re-layout happens) and re-layout after first valid item.
425 * For vertical layout, if it is set to <code>true</code>, first item will be at the bottom of
722 // If item is visible, make it fully visible.
809 * Note that, this value is not affected by layout orientation or item order traversal.
813 * If RecyclerView has item decorators, they will be considered in calculations as well.
820 * @return The adapter position of the first visible item in each span. If a span does not have
841 * Note that, this value is not affected by layout orientation or item order traversal.
845 * If RecyclerView has item decorator
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java659 long item = mStepDurations[index];
660 long duration = item & STEP_LEVEL_TIME_MASK;
661 int level = (int)((item & STEP_LEVEL_LEVEL_MASK)
663 int initMode = (int)((item & STEP_LEVEL_INITIAL_MODE_MASK)
665 int modMode = (int)((item & STEP_LEVEL_MODIFIED_MODE_MASK)
1161 // No event in this item.
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp2491 ICameraServiceListener::TorchStatus& item = local
2493 item = status;
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2340 public boolean onMenuItemClick(MenuItem item) { argument
2341 return onTextContextMenuItem(item.getItemId());
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java67 * This view shows as many menu item buttons as can fit in the horizontal toolbar and the
79 public boolean onMenuItemClick(MenuItem item) {
1424 * @return {@code true} if the menu item does not not have a string title but has an icon.
1435 * Creates and returns a menu button for the specified menu item.
1455 * Creates and returns a styled floating toolbar overflow list view item.
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp90 virtual void onFrameAvailable(const BufferItem& item);
239 void JNIImageReaderContext::onFrameAvailable(const BufferItem& /*item*/)
956 ALOGW("Unable to acquire a buffer item, very likely client tried to acquire more than"
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2258 // both it and the current history item have a wakelock tag.
2265 // both it and the current history item have a wakelock tag.
2272 // both it and the current history item have an event.
6923 DailyItem item = new DailyItem();
6924 item.mStartTime = mDailyStartTime;
6925 item.mEndTime = System.currentTimeMillis();
6929 item.mDischargeSteps = new LevelStepTracker(
6935 item.mChargeSteps = new LevelStepTracker(
6941 item.mPackageChanges = mDailyPackageChanges;
6949 mDailyItems.add(item);
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java166 private static final String TAG_ITEM = "item";
2135 for (PackageCleanItem item : mPackagesToBeCleaned) {
2136 final String userStr = Integer.toString(item.userId);
2138 serializer.attribute(null, ATTR_NAME, item.packageName);
2139 serializer.attribute(null, ATTR_CODE, item.andCode ? "true" : "false");
H A DPackageManagerService.java5047 TAG, "Removing duplicate item from " + j
5057 // Add this specific item to its proper place.
5095 TAG, "Removing duplicate item from " + j
7215 PackageCleanItem item = iter.next();
7216 if (pkgName.equals(item.packageName)) {
/frameworks/base/core/java/android/content/
H A DIntent.java172 * vnd.android.cursor.item/phone}</i></b>
288 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
297 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
315 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
359 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
363 * <code>vnd.android.cursor.item/vnd.google.note</code> is a URI from which
364 * a Cursor of exactly one (<code>vnd.android.cursor.item</code>) item can
393 * type=vnd.android.cursor.item/vnd.google.note }</b>
409 * &lt;data android:mimeType="vnd.android.cursor.item/<
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.java118 * notification is received and only if the last item is already visible
182 * Show the first item
187 * Force the selected item to be on somewhere on the screen
192 * Show the last item
513 * find a checked item with a stable ID that moved position across
514 * a data set change. If the item isn't found it will be unselected.
706 * Track the item count from the last time we handled a data change.
778 * The top-level view of a list item can implement this interface to allow
779 * itself to modify the bounds of the selection shown for that item.
783 * Called to allow the list item t
6241 onActionItemClicked(ActionMode mode, MenuItem item) argument
[all...]

Completed in 1570 milliseconds

<<1112131415