Searched refs:in (Results 276 - 300 of 723) sorted by path

<<11121314151617181920>>

/frameworks/base/core/java/android/webkit/
H A DJWebCoreJavaBridge.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
37 // Native object pointer for interacting in native code.
156 * @param bytes The cache size in bytes.
173 int in = value.indexOf('\n', i);
174 int newi = (ir == -1) ? in : (in == -1 ? ir : (ir < in ? ir
175 : in));
284 // (See OpenableColumns documentation in th
[all...]
H A DWebViewClassic.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
295 // We have to delete the same text in webkit.
666 // The rate at which edit text is scrolled in content pixels per millisecond
682 // It's used to dismiss the dialog in destroy if not done before.
685 // Reference to the save password dialog so it can be dimissed in
774 // Used to display in full screen mode
778 * Position of the last touch event in pixels.
780 * which was done in float and converted to integer, and resulted in gradua
[all...]
H A DWebViewInputDispatcher.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
29 * Perform asynchronous dispatch of input events in a {@link WebView}.
39 * thread in its {@link WebViewClassic#onTouchEvent} handler. It sends the input event
46 * sitting in the queue for too long.
61 * One thing to keep in mind about the dispatcher is that what goes into the dispatcher
82 // together into a single MotionEvent if more events come in while we are
170 * This event is delivered in the middle of a sequence of {@link #EVENT_TYPE_TOUCH} events.
201 * in time by no more than the double-tap interval and separated in spac
966 batchEventLocked(DispatchEvent in, DispatchEvent tail) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.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
78 * display the content of the list in a grid, in a carousel, as stack, etc.
122 * Indicates that we are not in the middle of a touch gesture
149 * Indicates the view is in the process of being flung
185 * Make a mSelectedItem appear in a specific location and build the rest of
217 * The list allows multiple choices in a modal selection mode
222 * Controls if/how the user may choose/check items in the list
250 * and the value holds the last known position in th
1543 SavedState(Parcel in) argument
[all...]
H A DAbsSpinner.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
189 // Try looking in the recycler. (Maybe we were measured once already)
201 // Put in recycler for re-measuring and/or layout
259 // All views go in recycler
268 * Jump directly to a specific item in the adapter data.
337 * Maps a point to a position in the list.
339 * @param x X in local coordinate
340 * @param y Y in local coordinate
378 private SavedState(Parcel in) { argument
[all...]
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
232 * @param numVisibleViews The number of views the animator keeps in the {@link ViewGroup}
258 * @param fromIndex The relative index within the window that the view was in, -1 if it wasn't
259 * in the window
435 * This method can be overridden so that subclasses can provide a custom frame in which their
449 * {@link #getInAnimation() in animatio
786 SavedState(Parcel in) argument
[all...]
H A DCompoundButton.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
94 * which will need to be implemented in Button if we only override
335 private SavedState(Parcel in) { argument
336 super(in);
337 checked = (Boolean)in.readValue(null);
355 public SavedState createFromParcel(Parcel in) {
356 return new SavedState(in);
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
292 * Gets the minimal date supported by this {@link DatePicker} in
293 * milliseconds since January 1, 1970 00:00:00 in
306 * Sets the minimal date supported by this {@link NumberPicker} in
307 * milliseconds since January 1, 1970 00:00:00 in
328 * Gets the maximal date supported by this {@link DatePicker} in
329 * milliseconds since January 1, 1970 00:00:00 in
342 * Sets the maximal date supported by this {@link DatePicker} in
343 * milliseconds since January 1, 1970 00:00:00 in
791 SavedState(Parcel in) argument
[all...]
H A DExpandableListConnector.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
37 * in a group
41 * A {@link BaseAdapter} that provides data/Views in an expandable list (offers
100 * finds where the flat list pos fits in between the exp groups.
104 * position encompassed in a {@link PositionMetadata} object
184 * in the above search.
189 * If we are to expand this group later, where would it go in the
194 /** What is its group position in the list of all groups? */
205 * This would occur in th
[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
40 * A view that shows items in a vertically scrolling two-level list. This
66 * ExpandableListView in XML if the parent's size is also not strictly specified
104 /** The mask (in packed position representation) for the child */
107 /** The mask (in packed position representation) for the group */
110 /** The mask (in packed position representation) for the type */
113 /** The shift amount (in packed position representation) for the group */
116 /** The shift amount (in packed position representation) for the type */
119 /** The mask (in intege
1129 SavedState(Parcel in) argument
[all...]
H A DProgressBar.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 * Visual indicator of progress in some operation. Displays a bar to the user
100 * // Start lengthy operation in a background thread
337 StateListDrawable in = (StateListDrawable) drawable;
339 int numStates = in.getStateCount();
341 out.addState(in.getStateSet(i), tileify(in.getStateDrawable(i), clip));
371 * Each frame of the animation is wrapped in a ClipDrawable and
419 * <p>Indicate whether this progress bar is in indeterminat
1142 SavedState(Parcel in) argument
[all...]
H A DRemoteViews.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
58 * A class that describes a view hierarchy that can be displayed in
121 * Used in conjunction with the special constructor
131 * to determine whether or not certain features are available, in particular,
291 SetEmptyView(Parcel in) { argument
292 this.viewId = in.readInt();
293 this.emptyViewId = in.readInt();
429 // The PendingIntent template is stored in the view's tag.
437 // AdapterViews contain their children in
741 ReflectionActionWithoutParams(Parcel in) argument
873 BitmapReflectionAction(Parcel in) argument
942 ReflectionAction(Parcel in) argument
[all...]
H A DTextView.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
442 * extensively in the same layout. This mode indicates how the marquee
517 // a link is pressed). These highlight-related fields do not go in mEditor.
1356 * Sets the typeface and style in which the text should be displayed,
1357 * and turns on the fake bold and italic bits in the Paint if the
1358 * Typeface that you provided does not have all the bits in the
1387 * by default even if not specifically called for in the XML options.
1416 * Returns the length, in characters, of the text managed by this TextView
1433 * @return the height of one standard line in pixel
8608 SavedState(Parcel in) argument
[all...]
H A DTimePicker.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 for selecting the time of day, in either 24 hour or AM/PM mode. The
44 * vertical spinners. The hour can be entered by keyboard input. Entering in two
63 * A no-op callback used in the constructor to avoid null checks later in
202 /* Get the localized am/pm strings and use them in the spinner */
319 private SavedState(Parcel in) { argument
320 super(in);
321 mHour = in
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
37 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, int type);
38 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, int type);
49 void notePhoneSignalStrength(in SignalStrength signalStrength);
54 void noteWifiRunning(in WorkSource ws);
55 void noteWifiRunningChanged(in WorkSource oldWs, in WorkSource newWs);
56 void noteWifiStopped(in WorkSource ws);
65 void noteFullWifiLockAcquiredFromSource(in WorkSourc
[all...]
H A DIMediaContainerService.aidl5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
26 String copyResourceToContainer(in Uri packageURI, String containerId, String key,
29 int copyResource(in Uri packageURI, in ContainerEncryptionParams encryptionParams,
30 in ParcelFileDescriptor outStream);
31 PackageInfoLite getMinimalPackageInfo(in String packagePath, in int flags, in long threshold);
32 boolean checkInternalFreeStorage(in Ur
[all...]
H A DIUsageStats.aidl5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
23 void noteResumeComponent(in ComponentName componentName);
24 void notePauseComponent(in ComponentName componentName);
25 void noteLaunchTime(in ComponentName componentName, int millis);
26 PkgUsageStats getPkgUsageStats(in ComponentName componentName);
H A DResolverActivity.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
232 // This resolver is in the unusual situation where it has been
376 Intent in = new Intent().setAction("android.settings.APPLICATION_DETAILS_SETTINGS")
379 startActivity(in);
/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetHost.aidl5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
25 void updateAppWidget(int appWidgetId, in RemoteViews views);
26 void providerChanged(int appWidgetId, in AppWidgetProviderInfo info);
H A DIAppWidgetService.aidl5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
49 void updateAppWidgetIds(in int[] appWidgetIds, in RemoteViews views);
50 void updateAppWidgetOptions(int appWidgetId, in Bundle extras);
52 void partiallyUpdateAppWidgetIds(in int[] appWidgetIds, in RemoteViews views);
53 void updateAppWidgetProvider(in ComponentName provider, in RemoteViews views);
54 void notifyAppWidgetViewDataChanged(in in
[all...]
/frameworks/base/core/java/com/android/internal/backup/
H A DIBackupTransport.aidl5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
35 * @return An Intent that can be passed to Context.startActivity() in order to
72 * backoff delay, in milliseconds, after which the Backup Manager should try again.
75 * in milliseconds to suggest deferring the backup pass for a while.
102 * is to provide a guarantee that no stale data exists in the restore set when the
109 int performBackup(in PackageInfo packageInfo, in ParcelFileDescriptor inFd);
119 int clearBackupData(in PackageInfo packageInfo);
141 * this device. This is used in th
[all...]
H A DLocalTransport.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
99 // Each 'record' in the restore set is kept in its own file, named by
102 // in this update.
224 // each of which is a file in the package's directory
231 // We expect at least some data if the directory exists in the first place
236 FileInputStream in = new FileInputStream(f);
240 in.read(buf);
246 in
[all...]
/frameworks/base/core/java/com/android/internal/net/
H A DLegacyVpnInfo.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 public LegacyVpnInfo createFromParcel(Parcel in) {
62 info.key = in.readString();
63 info.state = in.readInt();
64 info.intent = in.readParcelable(null);
H A DVpnConfig.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
30 * A simple container used to carry information in VpnBuilder, VpnDialogs,
95 public VpnConfig createFromParcel(Parcel in) {
97 config.user = in.readString();
98 config.interfaze = in.readString();
99 config.session = in.readString();
100 config.mtu = in.readInt();
101 config.addresses = in.readString();
102 config.routes = in
[all...]
H A DVpnProfile.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
73 public VpnProfile(Parcel in) { argument
74 key = in.readString();
75 name = in.readString();
76 type = in.readInt();
77 server = in.readString();
78 username = in.readString();
79 password = in.readString();
80 dnsServers = in
[all...]

Completed in 259 milliseconds

<<11121314151617181920>>