Searched defs:in (Results 276 - 300 of 354) sorted by relevance

<<1112131415

/frameworks/base/core/java/android/app/
H A DFragmentManager.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
60 * While the FragmentManager API was introduced in
139 * in the state, and if changes are made after the state is saved then they
144 /** @hide -- remove once prebuilts are in. */
166 * from XML or as the container ID when added in a transaction. This first
176 * from XML or as supplied when added in a transaction. This first
257 * Return the number of entries currently in the back stack.
262 * Return the BackStackEntry at index <var>index</var> in the back stack;
279 * Put a reference to a fragment in
365 FragmentManagerState(Parcel in) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
108 public void setInput(Reader in) throws XmlPullParserException { argument
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
64 * functionality should now be found in the new {@link PreferenceFragment}
65 * class. If you are using PreferenceActivity in its old mode, the documentation
77 * <li>On a large screen in may display both the headers and current
137 * <p/>Starting from Key Lime Pie, when this argument is passed in, the PreferenceActivity
169 * used in conjunction with {@link #EXTRA_SHOW_FRAGMENT} to launch
361 * Resource ID of optional text to show as the title in the bread crumb.
367 * Optional text to show as the title in the bread crumb.
373 * Resource ID of optional text to show as the short title in th
494 readFromParcel(Parcel in) argument
513 Header(Parcel in) argument
[all...]
/frameworks/base/core/java/android/view/
H A DInputDevice.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
93 * A {@link MotionEvent} should be interpreted as absolute coordinates in
107 * A {@link MotionEvent} should be interpreted as relative movements in device-specific
119 * A {@link MotionEvent} should be interpreted as absolute coordinates in
220 * For example, an upward swipe should be as an upward focus traversal in the same manner as
221 * pressing up on a D-Pad would be. Swipes to the left, right and down should be treated in a
239 * The key comes in through HDMI-CEC or MHL signal line, and is treated as if it were
349 public InputDevice createFromParcel(Parcel in) {
350 return new InputDevice(in);
377 InputDevice(Parcel in) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
65 * Whether or not the first view(s) should be animated in
70 * Represents where the in the current window of
139 * The width and height of some child, used as a size reference in-case our
237 * @param numVisibleViews The number of views the animator keeps in the {@link ViewGroup}
263 * @param fromIndex The relative index within the window that the view was in, -1 if it wasn't
264 * in the window
440 * This method can be overridden so that subclasses can provide a custom frame in which their
454 * {@link #getInAnimation() in animatio
791 SavedState(Parcel in) argument
[all...]
H A DDatePicker.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
213 * Gets the minimal date supported by this {@link DatePicker} in
214 * milliseconds since January 1, 1970 00:00:00 in
227 * Sets the minimal date supported by this {@link NumberPicker} in
228 * milliseconds since January 1, 1970 00:00:00 in
238 * Gets the maximal date supported by this {@link DatePicker} in
239 * milliseconds since January 1, 1970 00:00:00 in
252 * Sets the maximal date supported by this {@link DatePicker} in
253 * milliseconds since January 1, 1970 00:00:00 in
1173 SavedState(Parcel in) argument
[all...]
H A DDatePickerCalendarDelegate.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
248 * Compute the array representing the order of Month / Day / Year views in their layout.
661 * Listener called when the user selects a day in the day picker view.
706 private SavedState(Parcel in) { argument
707 super(in);
708 mSelectedYear = in.readInt();
709 mSelectedMonth = in.readInt();
710 mSelectedDay = in.readInt();
711 mMinDate = in
[all...]
H A DExpandableListView.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
42 * A view that shows items in a vertically scrolling two-level list. This
68 * ExpandableListView in XML if the parent's size is also not strictly specified
110 /** The mask (in packed position representation) for the child */
113 /** The mask (in packed position representation) for the group */
116 /** The mask (in packed position representation) for the type */
119 /** The shift amount (in packed position representation) for the group */
122 /** The shift amount (in packed position representation) for the type */
125 /** The mask (in intege
1298 SavedState(Parcel in) argument
[all...]
H A DSpinner.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
47 * The items in the Spinner come from the {@link Adapter} associated with
98 * @param context The Context the view is running in, through which it can
110 * @param context The Context the view is running in, through which it can
124 * @param context The Context the view is running in, through which it can
136 * @param context The Context the view is running in, through which it can
139 * @param defStyleAttr An attribute in the current theme that contains a
152 * @param context The Context the view is running in, through which it can
155 * @param defStyleAttr An attribute in th
818 SavedState(Parcel in) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
50 * Is also capable of displaying a static pattern in "in progress", "wrong" or
90 * in which case we use this to hold the cells we are drawing for the in
96 * the in progress point:
129 * Represents a cell in the 3 X 3 matrix of the unlock pattern view.
174 throw new IllegalArgumentException("row must be in range 0-2");
177 throw new IllegalArgumentException("column must be in rang
1083 SavedState(Parcel in) argument
[all...]
H A DResolverDrawerLayout.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
51 * Max total visible height of views not marked always-show when in the closed/initial state
56 * Max total visible height of views not marked always-show when in the closed/initial state
64 * Move views down from the top by this much in px
433 * since it is only used in contexts where this doesn't affect the outcome.
488 // ResolverDrawerLayout lays out vertically in child order;
800 private SavedState(Parcel in) { argument
801 super(in);
802 open = in
[all...]
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
268 // Pad out the space we promised in the buffer. We can't corrupt the buffer,
372 LOGP("back_up_files key already in use '%s'", key.string());
396 // file present in oldSnapshot, but not present in newSnapshot
406 // same file exists in both old and new; check whether to update
471 sprintf(buf + 148, "%06o", sum); // the trailing space is already in place
539 if (isdir) s.st_size = 0; // directories get no actual data in the tar stream
572 // [ 108 : 8 ] uid -- ignored in Androi
742 WriteFile(const String8& filename, BackupDataReader* in) argument
[all...]
/frameworks/base/media/java/android/media/
H A DTtmlRenderer.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
126 * Parses the given time expression and returns a timestamp in millisecond.
135 * @return the parsed timestamp in micro-second.
187 * @param in A string to apply the policy.
189 public static String applyDefaultSpacePolicy(String in) { argument
190 return applySpacePolicy(in, true);
199 * @param in A string to apply the policy.
202 public static String applySpacePolicy(String in, boolean treatLfAsSpace) { argument
205 String crRemoved = in
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardHostView.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
67 // Found in KeyguardAppWidgetPickActivity.java
200 // deleteAppWidgetId when a user manually deleted a widget in keyguard. This code
242 // This should agree with the list in AudioService.isPlaystateActive()
368 // Enter full screen mode if we're in SIM or Account screen
377 // Don't show camera or search in navbar when SIM or Account screen is showing
651 // Pass in an invalid widget id... the picker will allocate an ID for us
657 // We currently disable cameras in safe mode because we support loading 3rd party
795 // Use the built-in statu
824 SavedState(Parcel in) argument
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
69 * List of settings that are backed up are stored in the Settings.java file
84 // Slots in the checksum array. Never insert new items in the middle
95 // Number of entries in the checksum array at various version numbers
132 // stored in the full-backup tarfile as well, so should not be changed.
135 // Delay in milliseconds between the restore operation and when we will bounce
136 // wifi in order to rewrite the supplicant config etc.
153 public static Network readFromStream(BufferedReader in) { argument
299 readNetworks(BufferedReader in, List<WifiConfiguration> whitelist) argument
1031 readInt(byte[] in, int pos) argument
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
109 // TODO: notify listeners in other users when package has been installed there
110 // TODO: purge expired sessions periodically in addition to at reboot
112 /** XML constants used in {@link #mSessionsFile} */
160 * heavy to store directly in {@link #mSessionsFile}.
309 final XmlPullParser in = Xml.newPullParser();
310 in.setInput(fis, null);
313 while ((type = in.next()) != END_DOCUMENT) {
315 final String tag = in
356 readSessionLocked(XmlPullParser in) argument
[all...]
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
70 * - Views for items in the range [mFirstPosition, mFirstPosition + getChildCount()) are
75 * long after they have scrolled offscreen if removing and recycling them would result in
84 * of columns it spans changes, all bets for other items in the same direction are off
255 * Set the margin between items in pixels. This margin is applied
258 * @param marginPixels Spacing between items in pixels
1222 * reused it will be placed in the recycle bin.
1318 // Reset the first visible position in the grid to be item 0
1324 * Scroll the list so the first visible position in th
1587 SavedState(Parcel in) argument
[all...]
/frameworks/native/cmds/atrace/
H A Datrace.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
63 // Whether the file must be writable in order to enable the tracing
291 // uses file existance rather than writability in the /sys/ file checks.
332 // Set the size of the kernel's trace buffer in kilobytes.
382 // clock will result in the kernel using a per-CPU local clock.
404 // Poke all the binder-enabled processes in the system to get them to re-read
493 // Make sure that every function listed in funcs is in the list we just
579 // the enables to allow the same enable to exist in multipl
648 uint8_t *in, *out; local
[all...]
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
601 // in a few cases we won't render the triangle (if culled).
866 // original list of vertices (polygon to clip, in fact this
868 vertex_t* in[3] = { v0, v1, v2 }; local
877 vertex_t** ivl = in;
879 // 3 input vertices, 0 in the output list, first plane
882 // User clip-planes first, the clipping is always done in eye-coordinate
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
212 struct hwc_rect hwcTestParseHwcRect(istringstream& in, bool& error) argument
222 in >> chStart;
223 if (!in || ((chStart != '<') && (chStart != '['))) { return rect; }
226 in >> rect.left;
227 if (!in) { return rect; }
228 in >> ch;
229 if (!in || (ch != ',')) { return rect; }
232 in >> rec
263 hwcTestParseDim(istringstream& in, bool& error) argument
307 hwcTestParseColor(istringstream& in, bool& error) argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
96 public BackStackState(Parcel in) { argument
97 mOps = in.createIntArray();
98 mTransition = in.readInt();
99 mTransitionStyle = in.readInt();
100 mName = in.readString();
101 mIndex = in.readInt();
102 mBreadCrumbTitleRes = in.readInt();
103 mBreadCrumbTitleText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DSpinnerCompat.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
47 * A view that displays one child at a time and lets the user pick among them. The items in the
96 * @param context The Context the view is running in, through which it can access the current
107 * @param context The Context the view is running in, through which it can access the current
120 * @param context The Context the view is running in, through which it can access the current
132 * @param context The Context the view is running in, through which it can access the current
136 * (beyond what is included in the theme). This may either be an attribute
149 * @param context The Context the view is running in, through which it can access the current
153 * (beyond what is included in th
724 SavedState(Parcel in) argument
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp6 * you may not use this file except in compliance with the License.
11 * Unless required by applicable law or agreed to in writing, software
38 "null pointer returned by %s in %s\n\n\n\n", callingFunc, calledFunc);\
42 "bad alignment returned by %s in %s\n\n\n\n", callingFunc, calledFunc);\
46 "bad number of samples returned by %s in %s\n\n\n\n", callingFunc, calledFunc);\
50 "out of range returned by %s in %s\n", callingFunc, calledFunc);\
207 // If this is the first create in this session
209 ALOGV("\tEffectCreate - This is the first effect in current sessionId %d sessionNo %d",
254 /* Saved strength is used to return the exact strength that was used in the set to the get
395 // Disable effect, in thi
2838 LVM_INT16 *in = (LVM_INT16 *)inBuffer->raw; local
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
145 // Use this if there's no state necessary to save in order to execute
253 // The correct flags will be updated in Source::kWhatFlagsChanged
531 msg->post(1000000ll); // poll again in a second.
559 // If the video decoder is not set (perhaps audio only in this case)
1110 // Audio decoder is no longer needed if it's in shut/shutting down status.
1147 // decoder flush completes only occur in a flushing state.
1148 LOG_ALWAYS_FATAL_IF(isDecoder, "decoder flush in invalid state %d", *state);
1187 // Note: This is called early in NuPlaye
1358 notifyListener(int msg, int ext1, int ext2, const Parcel *in) argument
1922 Parcel in; local
[all...]
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
81 // Set to default copy buffer size in frames for input processing.
193 bufferFrameCount) // set bufferFrameCount to 0 to do in-place
291 // may be in-place if src == dst.
297 /* call once in a pthread_once handler. */
344 // TODO: consider channel representation in index array formulation
379 // The value of 1 << x is undefined in C when x >= 32.
486 t->in = NULL;
731 * even if there is a nonzero floating point increment (in tha
1325 const int16_t *in = static_cast<const int16_t *>(t->in); local
1417 const int16_t *in = static_cast<int16_t const *>(t->in); local
1752 const int16_t *in = b.i16; local
1849 volumeRampMulti(uint32_t channels, TO* out, size_t frameCount, const TI* in, TA* aux, TV *vol, const TV *volinc, TAV *vola, TAV volainc) argument
1893 volumeMulti(uint32_t channels, TO* out, size_t frameCount, const TI* in, TA* aux, const TV *vol, TAV vola) argument
1933 volumeMix(TO *out, size_t outFrames, const TI *in, TA *aux, bool ramp, AudioMixer::track_t *t) argument
1989 const TI *in = reinterpret_cast<TI*>(b.raw); local
2064 const TI *in = static_cast<const TI *>(t->in); local
2079 convertMixerFormat(void *out, audio_format_t mixerOutFormat, void *in, audio_format_t mixerInFormat, size_t sampleCount) argument
[all...]

Completed in 501 milliseconds

<<1112131415