Searched refs:that (Results 1 - 25 of 73) sorted by relevance

123

/frameworks/base/opengl/java/android/opengl/
H A DEGLConfig.java34 EGLConfig that = (EGLConfig) o;
35 return getNativeHandle() == that.getNativeHandle();
H A DEGLContext.java34 EGLContext that = (EGLContext) o;
35 return getNativeHandle() == that.getNativeHandle();
H A DEGLDisplay.java34 EGLDisplay that = (EGLDisplay) o;
35 return getNativeHandle() == that.getNativeHandle();
H A DEGLSurface.java34 EGLSurface that = (EGLSurface) o;
35 return getNativeHandle() == that.getNativeHandle();
/frameworks/native/opengl/tools/glgen/static/egl/
H A DEGLConfig.java34 EGLConfig that = (EGLConfig) o;
35 return getNativeHandle() == that.getNativeHandle();
H A DEGLContext.java34 EGLContext that = (EGLContext) o;
35 return getNativeHandle() == that.getNativeHandle();
H A DEGLDisplay.java34 EGLDisplay that = (EGLDisplay) o;
35 return getNativeHandle() == that.getNativeHandle();
H A DEGLSurface.java34 EGLSurface that = (EGLSurface) o;
35 return getNativeHandle() == that.getNativeHandle();
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLDisplayImpl.java33 EGLDisplayImpl that = (EGLDisplayImpl) o;
35 return mEGLDisplay == that.mEGLDisplay;
H A DEGLContextImpl.java41 EGLContextImpl that = (EGLContextImpl) o;
43 return mEGLContext == that.mEGLContext;
H A DEGLSurfaceImpl.java38 EGLSurfaceImpl that = (EGLSurfaceImpl) o;
40 return mEGLSurface == that.mEGLSurface;
/frameworks/base/core/java/android/net/
H A DNetworkRequest.java31 * The {@link NetworkCapabilities} that define this request.
66 public NetworkRequest(NetworkRequest that) { argument
67 networkCapabilities = new NetworkCapabilities(that.networkCapabilities);
68 requestId = that.requestId;
69 this.legacyType = that.legacyType;
94 * the requested network's required capabilities. Note that when searching
166 * The interpretation of this {@code String} is bearer specific and bearers that use
210 NetworkRequest that = (NetworkRequest)obj;
211 return (that.legacyType == this.legacyType &&
212 that
[all...]
H A DNetworkKey.java32 // type, so that all networks appear the same and can be scored without concern to the network type
36 // etc.) so that clients can pull out these details depending on the type of network.
96 NetworkKey that = (NetworkKey) o;
98 return type == that.type && Objects.equals(wifiKey, that.wifiKey);
H A DScoredNetwork.java26 * A network identifier along with a score for the quality of that network.
39 * <p>This field is optional and may be set to null to indicate that no score is available for
91 ScoredNetwork that = (ScoredNetwork) o;
93 return Objects.equals(networkKey, that.networkKey) &&
94 Objects.equals(rssiCurve, that.rssiCurve);
H A DIpPrefix.java35 * in the IP address, starting from the most significant bit in network byte order, that
123 IpPrefix that = (IpPrefix) obj;
124 return Arrays.equals(this.address, that.address) && this.prefixLength == that.prefixLength;
148 // array is the wrong length, but we check that in the constructor.
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProviderInfo.java54 * Indicates that the widget can be displayed on the home screen. This is the default value.
59 * Indicates that the widget can be displayed on the keyguard.
64 * Indicates that the widget can be displayed within a space reserved for the search box.
115 * How often, in milliseconds, that this AppWidget wants to be updated.
146 * The activity to launch that will configure the AppWidget.
200 * A widget which is displayed on both needs to ensure that it follows the design guidelines
340 AppWidgetProviderInfo that = new AppWidgetProviderInfo();
341 that.provider = this.provider == null ? null : this.provider.clone();
342 that.minWidth = this.minWidth;
343 that
[all...]
/frameworks/base/tools/aapt/
H A DSourcePos.cpp25 ErrorPos(const ErrorPos& that);
39 ErrorPos::ErrorPos(const ErrorPos& that) argument
40 :file(that.file),
41 line(that.line),
42 error(that.error),
43 level(that.level)
99 SourcePos::SourcePos(const SourcePos& that) argument
100 : file(that.file), line(that.line)
H A DSourcePos.h16 SourcePos(const SourcePos& that);
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DResourceRequestKey.java74 ResourceRequestKey that = (ResourceRequestKey) o;
76 if (mResId != that.mResId) {
/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestMethod.java119 TestMethod that = (TestMethod) o;
122 ? !enclosingClassname.equals(that.enclosingClassname)
123 : that.enclosingClassname != null) {
127 ? !testMethodName.equals(that.testMethodName)
128 : that.testMethodName != null) {
/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java34 * the screen coordinates so that IMEs can render their UI components near where the text is
64 * Horizontal position of the insertion marker, in the local coordinates that will be
71 * Vertical position of the insertion marker, in the local coordinates that will be
78 * Vertical position of the insertion marker, in the local coordinates that will be
85 * Vertical position of the insertion marker, in the local coordinates that will be
94 * Java chars, in the local coordinates that will be transformed with the transformation matrix
100 * Transformation matrix that is applied to any positional information of this class to
201 final CursorAnchorInfo that = (CursorAnchorInfo) obj;
202 if (hashCode() != that.hashCode()) {
205 if (mSelectionStart != that
[all...]
/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarIconList.java74 * Parcelable.Creator that instantiates StatusBarIconList objects
139 public void copyFrom(StatusBarIconList that) { argument
140 if (that.mSlots == null) {
144 final int N = that.mSlots.length;
148 this.mSlots[i] = that.mSlots[i];
149 this.mIcons[i] = that.mIcons[i] != null ? that.mIcons[i].clone() : null;
H A DStatusBarIcon.java52 StatusBarIcon that = new StatusBarIcon(this.iconPackage, this.user, this.iconId,
54 that.visible = this.visible;
55 return that;
90 * Parcelable.Creator that instantiates StatusBarIcon objects
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java221 merge(ImsPhoneCall that, State state) { argument
222 // This call is the conference host and the "that" call is the one being merged in.
233 ImsPhoneConnection[] cc = that.mConnections.toArray(
234 new ImsPhoneConnection[that.mConnections.size()]);
243 * Marked as {@code VisibleForTesting} so that the
304 void switchWith(ImsPhoneCall that) { argument
308 this.takeOver(that);
309 that.takeOver(tmp);
313 private void takeOver(ImsPhoneCall that) { argument
314 mConnections = that
[all...]
/frameworks/support/v4/
H A DAndroid.mk17 # A helper sub-library that makes direct use of Donut APIs.
27 # A helper sub-library that makes direct use of Eclair APIs.
37 # A helper sub-library that makes direct use of Eclair MR1 APIs.
47 # A helper sub-library that makes direct use of Froyo APIs.
57 # A helper sub-library that makes direct use of Gingerbread APIs.
67 # A helper sub-library that makes direct use of Honeycomb APIs.
77 # A helper sub-library that makes direct use of Honeycomb MR1 APIs.
87 # A helper sub-library that makes direct use of Honeycomb MR2 APIs.
97 # A helper sub-library that makes direct use of Ice Cream Sandwich APIs.
107 # A helper sub-library that make
[all...]

Completed in 2129 milliseconds

123