Searched refs:that (Results 51 - 74 of 74) sorted by relevance

123

/frameworks/opt/photoviewer/
H A DAndroid.mk21 # if you're certain that you need it; see go/extradex-design for more context.
42 # You should only use this library if you're certain that you need it; see
/frameworks/base/core/java/android/net/
H A DNetwork.java90 public Network(Network that) { argument
91 this.netId = that.netId;
95 * Operates the same as {@code InetAddress.getAllByName} except that host
107 * Operates the same as {@code InetAddress.getByName} except that host
121 * A {@code SocketFactory} that produces {@code Socket}'s bound to this network.
185 * this factory will have its traffic sent over this {@code Network}. Note that if this
236 * Opens the specified {@link URL} on this {@code Network}, such that all traffic will be sent
248 // TODO: HttpHandler creates OkHttpClients that share the default ResponseCache.
/frameworks/base/core/tests/coretests/
H A DAndroid.mk7 # so that FrameworkCoreTests_all_apks will be populated correctly.
/frameworks/base/media/mca/filterfw/jni/
H A DAndroid.mk46 # it's difficult to do this for applications that are not supplied as
/frameworks/base/packages/WAPPushManager/tests/
H A DAndroid.mk29 # Notice that we don't have to include the src files of Email because, by
/frameworks/base/core/java/android/transition/
H A DChangeTransform.java260 // clear the transform properties so that we can use the animation matrix instead
415 public boolean equals(Object that) { argument
416 if (!(that instanceof Transforms)) {
419 Transforms thatTransform = (Transforms) that;
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodSubtypeSwitchingController.java148 final ImeSubtypeListItem that = (ImeSubtypeListItem)o;
149 if (!Objects.equals(this.mImi, that.mImi)) {
152 if (this.mSubtypeId != that.mSubtypeId) {
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeupTimer.java34 * Timer that can schedule events to occur even when the device is in sleep.
316 // Sort the events by mMaxPeriod so that the first event can be used to
328 public boolean equals(Object that) { argument
329 return (this == that);
/frameworks/base/core/java/android/widget/
H A DGridLayout.java55 * A layout that places its children in a rectangular <em>grid</em>.
57 * The grid is composed of a set of infinitely thin lines that separate the
60 * has {@code N + 1} grid indices that run from {@code 0}
71 * Each spec defines the set of rows or columns that are to be
75 * In this case however, there is no guarantee that children will not themselves
108 * In the event that no weights are specified, the previous conventions are respected and
116 * is taken as <em>flexible</em> in that direction. If no weight or alignment was set,
122 * within it are flexible. Row and column groups that sit either side of a common boundary
127 * weight or a gravity. To prevent a column from stretching, ensure that one of the components
131 * GridLayout's algorithms favour rows and columns that ar
2455 equals(Object that) argument
2558 equals(Object that) argument
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java53 * A layout that places its children in a rectangular <em>grid</em>.
55 * The grid is composed of a set of infinitely thin lines that separate the
58 * has {@code N + 1} grid indices that run from {@code 0}
69 * Each spec defines the set of rows or columns that are to be
73 * In this case however, there is no guarantee that children will not themselves
106 * In the event that no weights are specified, columns and rows are taken as
113 * is taken as <em>flexible</em> in that direction. If no weight or alignment was set,
119 * within it are flexible. Row and column groups that sit either side of a common boundary
124 * weight or a gravity. To prevent a column from stretching, ensure that one of the components
128 * GridLayout's algorithms favour rows and columns that ar
2331 equals(Object that) argument
2434 equals(Object that) argument
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevice.java41 * Class that models a logical CEC device hosted in this system. Handles initialization,
42 * CEC commands that call for actions customized per device type.
91 ActiveSource that = (ActiveSource) obj;
92 return that.logicalAddress == logicalAddress &&
93 that.physicalAddress == physicalAddress;
118 // when the new active source does not claim itself to be one. Note that we don't keep
127 // Note that access to this collection should happen in service thread.
161 // Factory method that returns HdmiCecLocalDevice of corresponding type.
207 // Cache incoming message. Note that it caches only white-listed one.
358 // Note that sinc
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s45 ; * so that it points to the current byte in the bit
47 ; * [out] pBitOffset *pBitOffset is updated so that it points to the
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s45 ; * so that it points to the current byte in the bit
47 ; * [out] pBitOffset *pBitOffset is updated so that it points to the
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java54 * Note that this class incorrectly implements {@code k} as if it were {@code H} for backwards
59 * Note that the non-{@code format} methods in this class are implemented by
90 * Jelly Bean MR-1) instead. Note that the two are incompatible.
176 * <p>One difference is that order is irrelevant. For example, "MMMMd" will return
179 * <p>Note also in that second example that the necessary punctuation for German was
189 * <p>This method will only return patterns that are in CLDR, and is useful whenever
202 * Returns a {@link java.text.DateFormat} object that can format the time according
205 * @return the {@link java.text.DateFormat} object that properly formats the time.
212 * Returns a String pattern that ca
[all...]
/frameworks/support/v8/renderscript/rs_support/
H A DAndroid.mk20 # here so that local-intermediates-dir works.
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DStaggeredGridLayoutManagerTest.java503 mRecyclerView.setAdapter(adapter);// use same adapter so that items can be matched
1277 * enqueues an empty runnable to main thread so that we can be assured it did run
1548 VisibleChildren that = (VisibleChildren) o;
1550 if (!Arrays.equals(firstFullyVisiblePositions, that.firstFullyVisiblePositions)) {
1553 if (!Arrays.equals(firstVisiblePositions, that.firstVisiblePositions)) {
1556 if (!Arrays.equals(lastFullyVisiblePositions, that.lastFullyVisiblePositions)) {
1559 if (!Arrays.equals(lastVisiblePositions, that.lastVisiblePositions)) {
1594 // original ids of items that should be full span
/frameworks/testing/espresso/libs/
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
H A Ddagger-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF dagger/ dagger/internal/ dagger/internal/loaders/ dagger/internal/ArrayQueue$ ...
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java285 // If we're dealing with a multi-arch application that has both
1005 // of the API. The ConstantState comes from a drawable that was
1090 ResourceName that = (ResourceName) o;
1092 if (iconId != that.iconId) return false;
1094 !packageName.equals(that.packageName) : that.packageName != null);
/frameworks/rs/
H A DAndroid.mk74 # here so that local-intermediates-dir works.
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs5 Below are template spans for adding localized doc titles. Please ensure that
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp30 extern "C" void iterators0032(const void* that,
478 // XXX: we don't need to do that each-time
490 itt[6] = itt[7] = 16; // XXX: check that
598 // The assumption here is that we're not going to clip very often,
599 // and even more rarely will we clip a triangle that ends up
885 // and the fact that we need to compute the eye-coordinates of each
/frameworks/base/core/java/android/os/
H A DBatteryStats.java381 * Note that these must match the constants in android.os.PowerManager.
488 * Returns the number of times this package has done something that could wake up the
565 HistoryTag that = (HistoryTag) o;
567 if (uid != that.uid) return false;
568 if (!string.equals(that.string)) return false;
625 // of a delta change; they should be ones that change relatively
669 // The wake lock that was acquired at this point.
680 // Event is about a process that is running.
682 // Event is about an application package that is in the foreground.
684 // Event is about an application package that i
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java281 // the previous DisplayList tree that must prevent re-execution.
659 // Fence so that any pending invokeFunctor() messages will be processed
706 // accelerated rendering on low-end devices. In that case,
708 // itself should never do accelerated rendering. In that case, both
711 // can be used by code on the system process to escape that and enable
935 // updates that lie outside of the visible region
993 * animations are started (because those animations may side-effect properties that layout
1011 * Notifies the HardwareRenderer that a new frame will be coming soon.
1068 // that the screen be kept on, then it is always set; otherwise, it is
1147 // Didn't fit in that siz
[all...]

Completed in 1371 milliseconds

123