Searched refs:rhs (Results 76 - 100 of 111) sorted by relevance

12345

/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java1542 public int compare(WindowInfo lhs, WindowInfo rhs) {
1543 if (lhs.layer != rhs.layer) {
1544 return rhs.layer - lhs.layer;
1546 if (lhs.touchableRegion.top != rhs.touchableRegion.top) {
1547 return rhs.touchableRegion.top - lhs.touchableRegion.top;
1549 if (lhs.touchableRegion.left != rhs.touchableRegion.left) {
1550 return rhs.touchableRegion.left - lhs.touchableRegion.left;
1552 if (lhs.touchableRegion.right != rhs.touchableRegion.right) {
1553 return rhs.touchableRegion.right - lhs.touchableRegion.right;
1555 if (lhs.touchableRegion.bottom != rhs
1666 subtract(Rect lhs, Rect rhs) argument
[all...]
/frameworks/base/libs/hwui/
H A DShapeCache.h122 bool operator<(const ShapeCacheEntry& rhs) const {
130 return lessThan(rhs);
142 virtual bool lessThan(const ShapeCacheEntry& rhs) const {
165 const RoundRectShapeCacheEntry& rhs = (const RoundRectShapeCacheEntry&) r; local
196 const CircleShapeCacheEntry& rhs = (const CircleShapeCacheEntry&) r; local
219 const OvalShapeCacheEntry& rhs = (const OvalShapeCacheEntry&) r; local
245 const RectShapeCacheEntry& rhs = (const RectShapeCacheEntry&) r; local
279 const ArcShapeCacheEntry& rhs = (const ArcShapeCacheEntry&) r; local
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardMultiUserSelectorView.java93 public int compare(UserInfo lhs, UserInfo rhs) {
94 return (lhs.serialNumber - rhs.serialNumber);
/frameworks/native/include/gui/
H A DSurfaceTextureClient.h59 SurfaceTextureClient& operator = (const SurfaceTextureClient& rhs);
60 SurfaceTextureClient(const SurfaceTextureClient& rhs);
/frameworks/base/core/java/android/server/search/
H A DSearchables.java334 public int compare(ResolveInfo lhs, ResolveInfo rhs) {
335 if (lhs == rhs) {
339 boolean rhsSystem = isSystemApp(rhs);
351 return rhs.priority - lhs.priority;
/frameworks/native/include/utils/
H A DKeyedVector.h63 inline bool isIdenticalTo(const KeyedVector& rhs) const;
132 bool KeyedVector<KEY,VALUE>::isIdenticalTo(const KeyedVector<KEY,VALUE>& rhs) const {
133 return mVector.array() == rhs.mVector.array();
/frameworks/base/core/java/android/speech/tts/
H A DTtsEngines.java267 public int compare(EngineInfo lhs, EngineInfo rhs) { argument
268 if (lhs.system && !rhs.system) {
270 } else if (rhs.system && !lhs.system) {
278 return rhs.priority - lhs.priority;
/frameworks/base/graphics/java/android/renderscript/
H A DMatrix4f.java224 * @param rhs right hand side matrix
226 public void loadMultiply(Matrix4f lhs, Matrix4f rhs) { argument
233 float rhs_ij = rhs.get(i,j);
355 * @param rhs right hand side to multiply by
357 public void multiply(Matrix4f rhs) { argument
359 tmp.loadMultiply(this, rhs);
/frameworks/native/services/surfaceflinger/
H A DTransform.h81 Transform operator * (const Transform& rhs) const;
H A DSurfaceFlinger.h155 LayerVector(const LayerVector& rhs);
156 virtual int do_compare(const void* lhs, const void* rhs) const;
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DMatrix4f.java224 * @param rhs right hand side matrix
226 public void loadMultiply(Matrix4f lhs, Matrix4f rhs) { argument
233 float rhs_ij = rhs.get(i,j);
355 * @param rhs right hand side to multiply by
357 public void multiply(Matrix4f rhs) { argument
359 tmp.loadMultiply(this, rhs);
/frameworks/rs/scriptc/
H A Drs_cl.rsh873 _RS_RUNTIME float3 __attribute__((overloadable)) cross(float3 lhs, float3 rhs);
874 _RS_RUNTIME float4 __attribute__((overloadable)) cross(float4 lhs, float4 rhs);
881 _RS_RUNTIME float __attribute__((overloadable)) dot(float lhs, float rhs);
897 _RS_RUNTIME float __attribute__((overloadable)) distance(float lhs, float rhs);
949 _RS_RUNTIME float __attribute__((overloadable)) fast_distance(float lhs, float rhs);
/frameworks/support/renderscript/v8/rs_support/scriptc/
H A Drs_cl.rsh873 _RS_RUNTIME float3 __attribute__((overloadable)) cross(float3 lhs, float3 rhs);
874 _RS_RUNTIME float4 __attribute__((overloadable)) cross(float4 lhs, float4 rhs);
881 _RS_RUNTIME float __attribute__((overloadable)) dot(float lhs, float rhs);
897 _RS_RUNTIME float __attribute__((overloadable)) distance(float lhs, float rhs);
949 _RS_RUNTIME float __attribute__((overloadable)) fast_distance(float lhs, float rhs);
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp97 int compare_type(const ComposerState& lhs, const ComposerState& rhs) { argument
98 if (lhs.client < rhs.client) return -1;
99 if (lhs.client > rhs.client) return 1;
100 if (lhs.state.surface < rhs.state.surface) return -1;
101 if (lhs.state.surface > rhs.state.surface) return 1;
106 int compare_type(const DisplayState& lhs, const DisplayState& rhs) { argument
107 return compare_type(lhs.token, rhs.token);
H A DSurface.cpp88 const sp<SurfaceControl>& lhs, const sp<SurfaceControl>& rhs)
90 if (lhs == 0 || rhs == 0)
92 return lhs->mSurface->asBinder() == rhs->mSurface->asBinder();
87 isSameSurface( const sp<SurfaceControl>& lhs, const sp<SurfaceControl>& rhs) argument
/frameworks/base/tools/aapt/
H A DAaptAssets.h145 inline int compare_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) argument
147 return lhs.compare(rhs);
150 inline int strictly_order_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) argument
152 return compare_type(lhs, rhs) < 0;
H A DStringPool.h142 static int config_sort(void* state, const void* lhs, const void* rhs);
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java612 String rhs = part.substring(equalIndex + 1);
613 if (rhs.length() == 0) {
629 int flag = parser.parsePart(rhs, this);
/frameworks/rs/
H A DrsMatrix4x4.cpp252 void Matrix4x4::loadMultiply(const rs_matrix4x4 *lhs, const rs_matrix4x4 *rhs) { argument
259 const float rhs_ij = ((const Matrix4x4 *)rhs)->get(i,j);
H A DrsScriptGroup.cpp82 ScriptGroup::Node *const* rhs) {
83 if (lhs[0]->mOrder > rhs[0]->mOrder) {
81 CompareNodeForSort(ScriptGroup::Node *const* lhs, ScriptGroup::Node *const* rhs) argument
/frameworks/support/renderscript/v8/rs_support/
H A DrsMatrix4x4.cpp252 void Matrix4x4::loadMultiply(const rs_matrix4x4 *lhs, const rs_matrix4x4 *rhs) { argument
259 const float rhs_ij = ((const Matrix4x4 *)rhs)->get(i,j);
H A DrsScriptGroup.cpp82 ScriptGroup::Node *const* rhs) {
83 if (lhs[0]->mOrder > rhs[0]->mOrder) {
81 CompareNodeForSort(ScriptGroup::Node *const* lhs, ScriptGroup::Node *const* rhs) argument
/frameworks/native/opengl/libagl/
H A Degl.cpp282 static Region subtract(const Rect& lhs, const Rect& rhs) { argument
286 if (lhs.top < rhs.top) { // top rect
290 storage->bottom = rhs.top;
293 const int32_t top = max(lhs.top, rhs.top);
294 const int32_t bot = min(lhs.bottom, rhs.bottom);
296 if (lhs.left < rhs.left) { // left-side rect
299 storage->right = rhs.left;
303 if (lhs.right > rhs.right) { // right-side rect
304 storage->left = rhs.right;
311 if (lhs.bottom > rhs
[all...]
/frameworks/base/icu4j/java/android/icu/text/
H A DArabicShaping.java568 public boolean equals(Object rhs) { argument
569 return rhs != null &&
570 rhs.getClass() == ArabicShaping.class &&
571 options == ((ArabicShaping)rhs).options;
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialogFragment.java635 public int compare(RouteInfo lhs, RouteInfo rhs) { argument
637 .compareTo(rhs.getName(getActivity()).toString());

Completed in 790 milliseconds

12345