/frameworks/support/v4/api21/android/support/v4/view/ |
H A D | ViewGroupCompatLollipop.java | 23 public static void setTransitionGroup(ViewGroup group, boolean isTransitionGroup) { argument 24 group.setTransitionGroup(isTransitionGroup); 27 public static boolean isTransitionGroup(ViewGroup group) { argument 28 return group.isTransitionGroup(); 31 public static int getNestedScrollAxes(ViewGroup group) { argument 32 return group.getNestedScrollAxes();
|
/frameworks/support/v4/honeycomb/android/support/v4/view/ |
H A D | ViewGroupCompatHC.java | 26 public static void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { argument 27 group.setMotionEventSplittingEnabled(split);
|
/frameworks/support/v4/ics/android/support/v4/view/ |
H A D | ViewGroupCompatIcs.java | 27 public static boolean onRequestSendAccessibilityEvent(ViewGroup group, View child, argument 29 return group.onRequestSendAccessibilityEvent(child, event);
|
/frameworks/support/v4/jellybean-mr2/android/support/v4/view/ |
H A D | ViewGroupCompatJellybeanMR2.java | 23 public static int getLayoutMode(ViewGroup group) { argument 24 return group.getLayoutMode(); 27 public static void setLayoutMode(ViewGroup group, int mode) { argument 28 group.setLayoutMode(mode);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/view/menu/ |
H A D | MenuBuilder_Delegate.java | 33 /*package*/ static MenuItemImpl createNewMenuItem(MenuBuilder thisMenu, int group, int id, argument 35 return new BridgeMenuItemImpl(thisMenu, group, id, categoryOrder, ordering, title,
|
H A D | BridgeMenuItemImpl.java | 40 BridgeMenuItemImpl(MenuBuilder menu, int group, int id, int categoryOrder, int ordering, argument 42 super(menu, group, id, categoryOrder, ordering, title, showAsAction);
|
/frameworks/rs/ |
H A D | rsScriptGroup2.cpp | 25 ScriptGroup2* group = new ScriptGroup2(rsc, name, cacheDir, local 30 rsc->mHal.funcs.scriptgroup.init(rsc, group); 33 group->incUserRef(); 35 return group;
|
/frameworks/support/design/honeycomb/android/support/design/widget/ |
H A D | ViewGroupUtilsHoneycomb.java | 31 public static void offsetDescendantRect(ViewGroup group, View child, Rect rect) { argument 40 offsetDescendantMatrix(group, child, m);
|
/frameworks/support/design/src/android/support/design/internal/ |
H A D | NavigationMenu.java | 38 public SubMenu addSubMenu(int group, int id, int categoryOrder, CharSequence title) { argument 39 final MenuItemImpl item = (MenuItemImpl) addInternal(group, id, categoryOrder, title);
|
/frameworks/base/tools/split-select/ |
H A D | Grouper_test.cpp | 147 const SortedVector<SplitDescription>& group = mGroups[i]; local 148 if (group.size() != splitCount) { 154 if (group.indexOf(splits[j]) >= 0) { 164 String8 errorMessage("Failed to find expected group ["); 175 const SortedVector<SplitDescription>& group = mGroups[i]; local 176 for (size_t j = 0; j < group.size(); j++) { 178 errorMessage.append(group[j].toString());
|
H A D | RuleGenerator.cpp | 98 sp<Rule> RuleGenerator::generate(const SortedVector<SplitDescription>& group, size_t index) { argument 102 if (group[index].config.locale != 0) { 107 group[index].config.getBcp47Locale(str); 112 if (group[index].config.sdkVersion != 0) { 116 sdk->longArgs.add(group[index].config.sdkVersion - 1); 120 if (group[index].config.density != 0) { 123 allDensities.add(group[index].config.density); 125 const size_t groupSize = group.size(); 127 if (group[i].config.density != group[inde [all...] |
/frameworks/compile/mclinker/lib/LD/ |
H A D | BranchIslandFactory.cpp | 38 /// group - group fragments and create islands when needed 40 void BranchIslandFactory::group(Module& pModule) { function in class:mcld::BranchIslandFactory
|
/frameworks/opt/net/voip/src/java/android/net/rtp/ |
H A D | AudioStream.java | 79 * Joins an {@link AudioGroup}. Each stream can join only one group at a 80 * time. The group can be changed by passing a different one or removed 83 * @param group The AudioGroup to join or {@code null} to leave. 87 public void join(AudioGroup group) { argument 89 if (mGroup == group) { 96 if (group != null) { 97 group.add(this); 98 mGroup = group;
|
/frameworks/wilhelm/src/itf/ |
H A D | I3DGrouping.c | 22 static SLresult I3DGrouping_Set3DGroup(SL3DGroupingItf self, SLObjectItf group) argument 27 C3DGroup *newGroup = (C3DGroup *) group; 30 // check that new group has the correct object ID and is realized, and acquire a strong 32 // specifies group as this audio player 34 // the new group is left unlocked, but it will be locked again below 47 // remove this object from the old group's set of objects 50 // note that we already have a strong reference to the old group 56 // add this object to the new group's set of objects 59 // we already have a strong reference to the new group, but we need to re-lock it 84 C3DGroup *group local 109 C3DGroup *group = thiz->mGroup; local [all...] |
/frameworks/base/core/java/android/hardware/display/ |
H A D | WifiDisplaySessionInfo.java | 45 String group = in.readString(); 49 return new WifiDisplaySessionInfo(client, session, group, pp, ip); 63 boolean client, int session, String group, String pp, String ip) { 66 mGroupId = group; 62 WifiDisplaySessionInfo( boolean client, int session, String group, String pp, String ip) argument
|
/frameworks/compile/mclinker/lib/Script/ |
H A D | GroupCmd.cpp | 78 // --start-group 80 InputTree::iterator group = m_Builder.getCurrentNode(); local 163 // --end-group 166 // read the group 167 m_GroupReader.readGroup(group, m_InputTree.end(), m_Builder, m_Config);
|
/frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/vo/ |
H A D | User.java | 21 private int group; field in class:User 25 public User(String name, String lastName, int photoResource, int group) { argument 29 this.group = group; 32 public void setGroup(int group) { argument 33 if (this.group == group) { 36 this.group = group; 37 notifyPropertyChanged(BR.group); [all...] |
/frameworks/support/v4/java/android/support/v4/view/ |
H A D | ViewGroupCompat.java | 47 boolean onRequestSendAccessibilityEvent(ViewGroup group, View child, argument 49 void setMotionEventSplittingEnabled(ViewGroup group, boolean split); argument 50 int getLayoutMode(ViewGroup group); argument 51 void setLayoutMode(ViewGroup group, int mode); argument 52 void setTransitionGroup(ViewGroup group, boolean isTransitionGroup); argument 53 boolean isTransitionGroup(ViewGroup group); argument 54 int getNestedScrollAxes(ViewGroup group); argument 59 ViewGroup group, View child, AccessibilityEvent event) { 63 public void setMotionEventSplittingEnabled(ViewGroup group, boolean split) { argument 68 public int getLayoutMode(ViewGroup group) { argument 58 onRequestSendAccessibilityEvent( ViewGroup group, View child, AccessibilityEvent event) argument 73 setLayoutMode(ViewGroup group, int mode) argument 78 setTransitionGroup(ViewGroup group, boolean isTransitionGroup) argument 82 isTransitionGroup(ViewGroup group) argument 87 getNestedScrollAxes(ViewGroup group) argument 97 setMotionEventSplittingEnabled(ViewGroup group, boolean split) argument 104 onRequestSendAccessibilityEvent( ViewGroup group, View child, AccessibilityEvent event) argument 112 getLayoutMode(ViewGroup group) argument 117 setLayoutMode(ViewGroup group, int mode) argument 124 setTransitionGroup(ViewGroup group, boolean isTransitionGroup) argument 129 isTransitionGroup(ViewGroup group) argument 134 getNestedScrollAxes(ViewGroup group) argument 175 onRequestSendAccessibilityEvent(ViewGroup group, View child, AccessibilityEvent event) argument 196 setMotionEventSplittingEnabled(ViewGroup group, boolean split) argument 212 getLayoutMode(ViewGroup group) argument 225 setLayoutMode(ViewGroup group, int mode) argument 237 setTransitionGroup(ViewGroup group, boolean isTransitionGroup) argument 246 isTransitionGroup(ViewGroup group) argument 262 getNestedScrollAxes(ViewGroup group) argument [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
H A D | h264bsd_slice_group_map.c | 103 Function to decode interleaved slice group map type, i.e. slice 104 group map type 0. 109 runLength run_length[] values for each slice group 113 map slice group map is stored here 129 u32 i,j, group; local 140 for (group = 0; group < numSliceGroups && i < picSize; 141 i += runLength[group++]) 143 ASSERT(runLength[group] <= picSize); 144 for (j = 0; j < runLength[group] 237 u32 group; local [all...] |
/frameworks/base/core/java/android/content/pm/ |
H A D | PermissionInfo.java | 144 * The group this permission is a part of, as per 147 public String group; field in class:PermissionInfo 249 group = orig.group; 292 dest.writeString(group); 311 group = source.readString();
|
/frameworks/base/libs/hwui/tests/unit/ |
H A D | VectorDrawableTests.cpp | 397 VectorDrawable::Group group; local 398 VectorDrawable::Group::GroupProperties* properties = group.mutateProperties();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
H A D | ScreenPinningRequest.java | 243 private void swapChildrenIfRtlAndVertical(View group) { argument 248 LinearLayout linearLayout = (LinearLayout) group;
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
H A D | WifiP2pGroupList.java | 27 * A class representing a Wi-Fi P2p group list 71 * Return the list of p2p group. 73 * @return the list of p2p group. 80 * Add the specified group to this group list. 82 * @param group 85 public void add(WifiP2pGroup group) { argument 86 mGroups.put(group.getNetworkId(), group); 90 * Remove the group wit [all...] |
/frameworks/opt/vcard/java/com/android/vcard/ |
H A D | VCardProperty.java | 80 public void addGroup(String group) { argument 84 mGroupList.add(group);
|
/frameworks/base/core/java/android/app/ |
H A D | MediaRouteButton.java | 443 public void onRouteGrouped(MediaRouter router, RouteInfo info, RouteGroup group, argument 449 public void onRouteUngrouped(MediaRouter router, RouteInfo info, RouteGroup group) { argument
|