Searched defs:clear (Results 276 - 290 of 290) sorted by relevance

<<1112

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3348 cacheEntry.filteredConfigs.clear();
3606 status_t ResTable::Theme::clear() function in class:android::ResTable::Theme
4033 mPackageGroups.clear();
4034 mHeaders.clear();
/frameworks/native/services/inputflinger/
H A DInputReader.cpp694 outInputDevices.clear();
1011 mMappers.clear();
1574 clear();
1577 void RawPointerAxes::clear() { function in class:android::RawPointerAxes
1578 x.clear();
1579 y.clear();
1580 pressure.clear();
1581 touchMajor.clear();
1582 touchMinor.clear();
1583 toolMajor.clear();
1600 void RawPointerData::clear() { function in class:android::RawPointerData
1642 void CookedPointerData::clear() { function in class:android::CookedPointerData
1876 void MultiTouchMotionAccumulator::Slot::clear() { function in class:android::MultiTouchMotionAccumulator::Slot
[all...]
H A DInputReader.h347 void clear() { function in struct:android::StylusState
760 void clear();
789 void clear();
802 hoveringIdBits.clear();
803 touchingIdBits.clear();
825 void clear();
920 void clear();
1399 void clear() { function in struct:android::TouchInputMapper::RawState
1401 rawPointerData.clear();
1427 void clear() { function in struct:android::TouchInputMapper::CookedState
1560 void clear() { function in struct:android::TouchInputMapper::OrientedRanges
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/base/core/java/android/os/
H A DBatteryStats.java1224 clear();
1227 public void clear() { method in class:BatteryStats.HistoryStepDetails
1576 public void clear() { method in class:BatteryStats.HistoryItem
4483 timers.clear();
/frameworks/base/core/java/android/widget/
H A DEditor.java3228 void clear() { method in class:Editor.SuggestionInfo
3229 mSuggestionSpanInfo.clear();
3230 mText.clear();
3252 void clear() { method in class:Editor.SuggestionSpanInfo
3292 mSpansLengths.clear();
3302 mSpansLengths.clear();
3652 info.clear();
3654 mMisspelledSpanInfo.clear();
6381 mAccessibilityIntents.clear();
6382 mAccessibilityActions.clear();
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java183 * to request focus on a new child, which will clear the focus on the old (detached) child as a
942 * {@link ViewHolder} and does not clear the RecycledViewPool.
992 // we should clear it here before adapters are swapped to ensure correct callbacks.
993 mRecycler.clear();
1047 * @param listener Listener to register, or null to clear
1106 mOnChildAttachStateListeners.clear();
1136 mRecycler.clear();
1144 mRecycler.clear();
1268 // only clear request eaten flag if we removed the view.
1310 * @param extension ViewCacheExtension to be used or null if you want to clear th
4967 public void clear() { method in class:RecyclerView.RecycledViewPool
5191 public void clear() { method in class:RecyclerView.Recycler
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java202 * to request focus on a new child, which will clear the focus on the old (detached) child as a
1026 * {@link ViewHolder} and does not clear the RecycledViewPool.
1076 // we should clear it here before adapters are swapped to ensure correct callbacks.
1077 mRecycler.clear();
1131 * @param listener Listener to register, or null to clear
1190 mOnChildAttachStateListeners.clear();
1220 mRecycler.clear();
1228 mRecycler.clear();
1353 // only clear request eaten flag if we removed the view.
1395 * @param extension ViewCacheExtension to be used or null if you want to clear th
5134 public void clear() { method in class:RecyclerView.RecycledViewPool
5358 public void clear() { method in class:RecyclerView.Recycler
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jar ... synchronized boolean isEmpty () int i int numListeners public synchronized void clear () int i public synchronized android.databinding.CallbackRegistry clone ...
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2306 public void clear() { method in class:BatteryStatsImpl.OverflowArrayMap
2308 mMap.clear();
2954 tmp.clear();
3450 mHistoryLastLastWritten.clear();
3451 mHistoryLastWritten.clear();
3452 mHistoryTagPool.clear();
6705 mProcessStats.clear();
6731 mPackageStats.clear();
6824 mPids.clear();
7106 mWakelockStats.clear();
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1059 mCurrentIntentFilterVerifications.clear();
1265 public void clear() { method in class:PackageManagerService.PendingPackageBroadcasts
1266 mUidMap.clear();
1492 mPendingInstalls.clear();
1552 mPendingInstalls.clear();
1620 mPendingBroadcasts.clear();
1698 // Force a gc to clear up stale containers.
1724 mDirtyUsers.clear();
1735 mDirtyUsers.clear();
1900 // for legacy apps in permission review mode we clear th
[all...]
/frameworks/base/core/java/android/view/
H A DView.java2077 * its display list. This flag, used only when hw accelerated, allows us to clear the
2858 * DisplayList to clear its animation matrix.
4459 * by {@link #stopNestedScroll()} at the same point where we clear
7217 focusablesTempList.clear();
8692 * focus within its window. This method can be used to clear any state tied to the
9759 * you should clear this flag.
10221 // the previous cluster "complete" and clear its last-focused memory.
10619 * Call this to try to clear accessibility focus of this view.
10649 // is fine since the client has a clear idea which view is hovered at the
10968 // clear accessibilit
17967 outputDirtyFlags(String indent, boolean clear, int clearMask) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 1399 milliseconds

<<1112