Searched refs:id (Results 76 - 100 of 2251) sorted by relevance

1234567891011>>

/frameworks/opt/net/wifi/service/jni/
H A Dwifi_hal_stub.h39 wifi_error wifi_set_iface_event_handler_stub(wifi_request_id id, wifi_interface_handle iface,
41 wifi_error wifi_reset_iface_event_handler_stub(wifi_request_id id, wifi_interface_handle iface);
46 wifi_error wifi_start_gscan_stub(wifi_request_id id, wifi_interface_handle iface,
48 wifi_error wifi_stop_gscan_stub(wifi_request_id id, wifi_interface_handle iface);
51 wifi_error wifi_set_bssid_hotlist_stub(wifi_request_id id, wifi_interface_handle iface,
53 wifi_error wifi_reset_bssid_hotlist_stub(wifi_request_id id, wifi_interface_handle iface);
54 wifi_error wifi_set_significant_change_handler_stub(wifi_request_id id, wifi_interface_handle iface,
56 wifi_error wifi_reset_significant_change_handler_stub(wifi_request_id id,
61 wifi_error wifi_get_link_stats_stub(wifi_request_id id,
67 wifi_error wifi_rtt_range_request_stub(wifi_request_id id, wifi_interface_handl
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DNotificationCompatImplBase.java88 view.removeAllViews(R.id.media_actions);
99 view.addView(R.id.media_actions, button);
103 view.setViewVisibility(R.id.end_padder, View.GONE);
104 view.setViewVisibility(R.id.cancel_action, View.VISIBLE);
105 view.setOnClickPendingIntent(R.id.cancel_action, cancelButtonIntent);
106 view.setInt(R.id.cancel_action, "setAlpha",
109 view.setViewVisibility(R.id.end_padder, View.VISIBLE);
110 view.setViewVisibility(R.id.cancel_action, View.GONE);
141 big.removeAllViews(R.id.media_actions);
145 big.addView(R.id
[all...]
H A DNavItemSelectedListener.java35 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { argument
37 mListener.onNavigationItemSelected(position, id);
/frameworks/support/design/tests/src/android/support/design/widget/
H A DBottomNavigationViewTest.java58 private static final int[] MENU_CONTENT_ITEM_IDS = { R.id.destination_home,
59 R.id.destination_profile, R.id.destination_people };
71 mBottomNavigation = (BottomNavigationView) activity.findViewById(R.id.bottom_navigation);
75 mMenuStringContent.put(R.id.destination_home, res.getString(R.string.navigate_home));
76 mMenuStringContent.put(R.id.destination_profile, res.getString(R.string.navigate_profile));
77 mMenuStringContent.put(R.id.destination_people, res.getString(R.string.navigate_people));
104 onView(allOf(withText(mMenuStringContent.get(R.id.destination_profile)),
105 isDescendantOfA(withId(R.id.bottom_navigation)), isDisplayed())).perform(click());
108 mBottomNavigation.getMenu().findItem(R.id
[all...]
H A DCoordinatorLayoutActivity.java34 mContainer = (FrameLayout) findViewById(R.id.container);
35 mCoordinatorLayout = (CoordinatorLayout) findViewById(R.id.coordinator);
H A DNavigationViewTest.java85 private static final int[] MENU_CONTENT_ITEM_IDS = { R.id.destination_home,
86 R.id.destination_profile, R.id.destination_people, R.id.destination_settings };
100 mDrawerLayout = (DrawerLayout) activity.findViewById(R.id.drawer_layout);
101 mNavigationView = (NavigationView) mDrawerLayout.findViewById(R.id.start_drawer);
104 onView(withId(R.id.drawer_layout)).perform(closeDrawer(GravityCompat.START));
108 mMenuStringContent.put(R.id.destination_home, res.getString(R.string.navigate_home));
109 mMenuStringContent.put(R.id.destination_profile, res.getString(R.string.navigate_profile));
110 mMenuStringContent.put(R.id
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dgsmamr_dec.h137 Word8 *id);
/frameworks/base/core/java/android/app/
H A DFragmentContainer.java32 public abstract View onFindViewById(@IdRes int id); argument
/frameworks/base/core/java/android/content/pm/
H A DUserInfo.java97 public int id; field in class:UserInfo
112 public UserInfo(int id, String name, int flags) { argument
113 this(id, name, null, flags);
116 public UserInfo(int id, String name, String iconPath, int flags) { argument
117 this.id = id;
171 return isSystemOnly(id);
201 return (!hideSystemUser || id != UserHandle.USER_SYSTEM) && supportsSwitchTo();
210 return id != UserHandle.USER_SYSTEM;
212 return id
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_UsbDevice.cpp33 int id = usb_device_get_unique_id_from_name(nameStr); local
35 return id;
39 android_hardware_UsbDevice_get_device_name(JNIEnv *env, jobject clazz, jint id) argument
41 char* name = usb_device_get_name_from_unique_id(id);
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DLinearLayoutGrid.java36 return (ViewGroup) findViewById(R.id.layout);
54 return (LinearLayout) findViewById(R.id.column1);
56 return (LinearLayout) findViewById(R.id.column2);
58 return (LinearLayout) findViewById(R.id.column3);
/frameworks/base/services/core/java/com/android/server/lights/
H A DLightsManager.java30 public abstract Light getLight(int id); argument
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DMainActivity.java19 View textView = findViewById(R.id.textView);
35 int id = item.getItemId();
38 if (id == R.id.action_settings) {
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewPropertyAlphaActivity.java53 startAnim(R.id.button);
54 startAnim(R.id.textview);
55 startAnim(R.id.spantext);
56 startAnim(R.id.edittext);
57 startAnim(R.id.selectedtext);
58 startAnim(R.id.textviewbackground);
59 startAnim(R.id.layout);
60 startAnim(R.id.imageview);
63 EditText selectedText = (EditText) findViewById(R.id.selectedtext);
68 Button invalidator = (Button) findViewById(R.id
112 startAnim(int id) argument
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DOnChildLaidOutListener.java31 * @param id The id of the child.
33 void onChildLaidOut(ViewGroup parent, View view, int position, long id); argument
H A DOnChildSelectedListener.java35 * @param id The id of the child that is selected, or NO_ID if no view is
38 void onChildSelected(ViewGroup parent, View view, int position, long id); argument
H A DRow.java35 * @param id The id of the row.
39 public Row(long id, HeaderItem headerItem) { argument
40 setId(id);
80 * Sets the id for this row.
82 * @param id The id of the row.
84 public final void setId(long id) { argument
85 mId = id;
90 * Returns a unique identifier for this row. This id ca
[all...]
/frameworks/support/core-ui/tests/java/android/support/v4/view/
H A DViewPagerWithTabStripTest.java50 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Red"))).perform(click());
54 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Green"))).perform(click());
58 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Red"))).perform(click());
62 onView(withId(R.id.pager)).perform(scrollRight(smoothScroll));
65 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Green"))).perform(click());
69 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Blue"))).perform(click());
76 onView(withId(R.id.pager)).perform(scrollToPage(0, smoothScroll));
79 onView(withId(R.id.titles)).perform(clickBetweenTwoTitles("Red", "Green"));
83 onView(withId(R.id.titles)).perform(clickBetweenTwoTitles("Red", "Green"));
87 onView(withId(R.id
[all...]
H A DViewPagerWithTitleStripTest.java51 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Red"))).perform(click());
55 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Green"))).perform(click());
58 onView(withId(R.id.pager)).perform(scrollRight(smoothScroll));
61 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Red"))).perform(click());
65 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Green"))).perform(click());
69 onView(allOf(isDescendantOfA(withId(R.id.titles)), withText("Blue"))).perform(click());
77 onView(withId(R.id.pager)).perform(scrollToPage(0, smoothScroll));
80 onView(withId(R.id.titles)).perform(clickBetweenTwoTitles("Red", "Green"));
84 onView(withId(R.id.pager)).perform(scrollRight(smoothScroll));
87 onView(withId(R.id
[all...]
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DAbstractItem.java47 public ItemHierarchy findItemById(int id) { argument
48 if (id == getId()) {
H A DItemAdapter.java97 public ItemHierarchy findItemById(int id) { argument
98 return mItemHierarchy.findItemById(id);
115 public int add(int id) { argument
116 if (mPositionMap.indexOfKey(id) < 0) {
117 mPositionMap.put(id, nextPosition);
120 return mPositionMap.get(id);
127 public int get(int id) { argument
128 return mPositionMap.get(id);
/frameworks/support/compat/api21/android/support/v4/content/
H A DContextCompatApi21.java25 public static Drawable getDrawable(Context context, int id) { argument
26 return context.getDrawable(id);
/frameworks/support/compat/ics-mr1/android/support/v4/content/res/
H A DResourcesCompatIcsMr1.java25 public static Drawable getDrawableForDensity(Resources res, int id, int density) argument
27 return res.getDrawableForDensity(id, density);
/frameworks/base/core/java/android/hardware/location/
H A DIFusedLocationHardware.aidl54 * @param id An Id associated with the request.
59 void startBatching(in int id, in FusedBatchOptions batchOptions) = 3;
64 * @param id The request that needs to be stopped.
67 void stopBatching(in int id) = 4;
72 * @param id The Id of the operation to update.
77 void updateBatchingOptions(in int id, in FusedBatchOptions batchOptions) = 5;
H A DIGeofenceHardware.aidl35 boolean removeGeofence(int id, int monitoringType);
36 boolean pauseGeofence(int id, int monitoringType);
37 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions);

Completed in 1449 milliseconds

1234567891011>>