HomeSort by relevance Sort by last modified time
    Searched refs:newIcon (Results 1 - 9 of 9) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 271 View newIcon = null;
275 newIcon = parent.getChildAt(0);
282 newIcon = parent.getChildAt(0);
289 newIcon = parent.getChildAt(parent.getChildCount() - 1);
323 if (newIcon == null && newIconIndex >= 0) {
324 newIcon = parent.getChildAt(newIconIndex);
326 if (newIcon != null) {
327 newIcon.requestFocus();
394 View newIcon = null;
399 newIcon = tabs
    [all...]
Folder.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 536 final View newIcon = getIconInDirection(layout, children, -1, 1);
537 if (newIcon != null) {
538 newIcon.requestFocus();
681 View newIcon = getIconInDirection(layout, parent, v, -1);
682 if (newIcon != null) {
683 newIcon.requestFocus();
687 newIcon = getIconInDirection(layout, parent,
689 if (newIcon != null) {
690 newIcon.requestFocus();
703 View newIcon = getIconInDirection(layout, parent, v, 1)
    [all...]
  /developers/build/prebuilts/gradle/DocumentCentricRelinquishIdentity/Application/src/main/java/com/example/android/documentcentricrelinquishidentity/
NewDocumentActivity.java 43 Bitmap newIcon = BitmapFactory.decodeResource(getResources(), R.drawable.new_icon);
46 newDocumentRecentsLabel, newIcon);
  /developers/samples/android/ui/activitytasks/DocumentCentricRelinquishIdentity/Application/src/main/java/com/example/android/documentcentricrelinquishidentity/
NewDocumentActivity.java 43 Bitmap newIcon = BitmapFactory.decodeResource(getResources(), R.drawable.new_icon);
46 newDocumentRecentsLabel, newIcon);
  /development/samples/browseable/DocumentCentricRelinquishIdentity/src/com.example.android.documentcentricrelinquishidentity/
NewDocumentActivity.java 43 Bitmap newIcon = BitmapFactory.decodeResource(getResources(), R.drawable.new_icon);
46 newDocumentRecentsLabel, newIcon);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
RecentsTaskLoader.java 218 final Drawable newIcon = cachedIcon;
223 t.notifyTaskDataLoaded(newThumbnailData.thumbnail, newIcon,
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 

Completed in 356 milliseconds