Searched defs:second (Results 26 - 43 of 43) sorted by relevance

12

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMagnificationGestureHandler.java375 public boolean onScroll(MotionEvent first, MotionEvent second, float distanceX, argument
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiRecordSources.java742 private static int threeFieldsToSixBytes(int first, int second, int third, byte[] data, argument
745 shortToByteArray((short) second, data, index + 2);
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp168 etc1_uint32 low, bool second, bool flipped) {
171 if (second) {
248 etc1_byte* pColors, bool flipped, bool second) {
255 if (second) {
272 if (second) {
336 etc_compressed* pCompressed, bool flipped, bool second,
341 if (second) {
356 if (second) {
167 decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, etc1_uint32 low, bool second, bool flipped) argument
247 etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask, etc1_byte* pColors, bool flipped, bool second) argument
335 etc_encode_subblock_helper(const etc1_byte* pIn, etc1_uint32 inMask, etc_compressed* pCompressed, bool flipped, bool second, const etc1_byte* pBaseColors, const int* pModifierTable) argument
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java1132 private boolean sameDrawable(Drawable first, Drawable second) { argument
1133 if (first == null || second == null) {
1136 if (first == second) {
1139 if (first instanceof BitmapDrawable && second instanceof BitmapDrawable) {
1140 if (((BitmapDrawable) first).getBitmap().sameAs(((BitmapDrawable) second).getBitmap())) {
/frameworks/av/camera/
H A DCameraParameters.cpp297 static int parse_pair(const char *str, int *first, int *second, char delim, argument
309 // Find the second integer, immediately after the delimeter.
313 *second = h;
/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java1149 * @param second value in the range [0,max]
1153 private int getCircularDiff(int first, int second, int max) { argument
1154 final int diff = Math.abs(first - second);
H A DRelativeLayout.java1149 public int compare(View first, View second) { argument
1151 int topDifference = first.getTop() - second.getTop();
1156 int leftDifference = first.getLeft() - second.getLeft();
1161 int heightDiference = first.getHeight() - second.getHeight();
1166 int widthDiference = first.getWidth() - second.getWidth();
H A DRemoteViews.java176 S second; field in class:RemoteViews.MutablePair
178 MutablePair(F first, S second) { argument
180 this.second = second;
189 return Objects.equal(p.first, first) && Objects.equal(p.second, second);
194 return (first == null ? 0 : first.hashCode()) ^ (second == null ? 0 : second.hashCode());
839 mPair.second = paramType;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DMultiSelectManager.java1738 // are columns (e.g., if there are 4 items and 3 columns, the second row will
1995 private RelativeCoordinate min(RelativeCoordinate first, RelativeCoordinate second) { argument
1996 return first.compareTo(second) < 0 ? first : second;
1999 private RelativeCoordinate max(RelativeCoordinate first, RelativeCoordinate second) { argument
2000 return first.compareTo(second) > 0 ? first : second;
2028 RelativePoint first, RelativePoint second) {
2029 return doesCoordinateLocationCoverItems(first.xLocation, second.xLocation) &&
2030 doesCoordinateLocationCoverItems(first.yLocation, second
2027 areItemsCoveredByBand( RelativePoint first, RelativePoint second) argument
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java1410 public CompoundFilter(AppFilter first, AppFilter second) { argument
1412 mSecondFilter = second;
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java930 // Boxing/unboxing is second best
1014 HashMap<K, HashMap<V, D>> second) {
1015 for (K key : second.keySet()) {
1017 HashMap<V, D> secondVals = second.get(key);
1013 merge(HashMap<K, HashMap<V, D>> first, HashMap<K, HashMap<V, D>> second) argument
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java1426 * @param second second child view to test
1429 public boolean doViewsOverlap(View first, View second) { argument
1430 if (first.getVisibility() == VISIBLE && second.getVisibility() == VISIBLE) {
1434 getChildRect(second, second.getParent() != this, secondRect);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1223 for (SymMapType::iterator it = ret.first; it != ret.second;) {
1225 *(pSymtab.localDynBegin() + hashedidx - 1) = it->second.first;
1226 uint32_t djbhash = it->second.second;
1232 if (++it == ret.second) {
1908 const LDSection* second = *((*seg)->begin() + 1); local
1909 assert(second != NULL);
1910 (*seg)->setVaddr(second->addr() - second->offset());
2268 (*it).second
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java2881 // value to 1 once. To change it a second time you can reboot or execute
3050 generation + " vs " + pair.second);
3052 if (generation == pair.second) {
3395 ApnSetting second = null;
3398 second = mAllApnSettings.get(j);
3399 if (apnsSimilar(first, second)) {
3400 ApnSetting newApn = mergeApns(first, second);
3413 private boolean apnTypeSameAny(ApnSetting first, ApnSetting second) { argument
3421 StringBuilder apnType2 = new StringBuilder(second.apn + ": ");
3422 for(int index1 = 0; index1 < second
3446 apnsSimilar(ApnSetting first, ApnSetting second) argument
3464 xorEquals(String first, String second) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1776 // The smallest 5 bits of the second char are the first alphabet.
1778 // The last three bits of the second char and the first two bits
1779 // of the first char are the second alphabet.
1780 const uint8_t second = ((in[1] & 0xe0) >> 5) + ((in[0] & 0x03) << 3); local
1785 out[1] = second + base;
1809 uint8_t second = (in[1] - base) & 0x007f; local
1812 out[0] = (0x80 | (third << 2) | (second >> 3));
1813 out[1] = ((second << 5) | first);
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java356 // Variables to track frames per second, enabled via DEBUG_FPS flag
2297 * to blank containers, and force a second request/measure/layout pass in this frame. If
2298 * more requestLayout() calls are received during that second layout pass, we post those
2303 * next frame (if it is a request during the second layout pass).</p>
2318 // Let the request proceed normally; it will be processed in a second layout pass
2322 // Don't let the request proceed during the second layout pass.
2355 // the second pass, which may result in posting those requests to the next
2364 " during layout: running second layout pass");
2375 // layout flags, since requests happening during the second pass get noop'd
2379 // Post second
6820 getCommonPredecessor(View first, View second) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 489 milliseconds

12