Searched refs:percent (Results 1 – 25 of 90) sorted by relevance
1234
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
D | ImageCache.java | 504 public void setMemCacheSizePercent(float percent) { in setMemCacheSizePercent() argument 505 if (percent < 0.01f || percent > 0.8f) { in setMemCacheSizePercent() 509 memCacheSize = Math.round(percent * Runtime.getRuntime().maxMemory() / 1024); in setMemCacheSizePercent()
|
/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/ |
D | ChatAdapter.java | 20 import android.support.percent.PercentRelativeLayout;
|
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/notification/CustomNotifications/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/ui/views/RecyclerView/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/input/multitouch/BasicMultitouch/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/media/Camera2Video/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/connectivity/bluetooth/BluetoothChat/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/content/WidgetData/ |
D | LICENSE | 20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/admin/AppRestrictionSchema/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/ui/views/TextSwitcher/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/ui/DrawableTinting/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/ui/graphics/DisplayingBitmaps/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/connectivity/network/BasicNetworking/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/ui/views/CardView/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/content/documentsUi/StorageProvider/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/build/templates/base/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/background/JobScheduler/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/media/MediaRouter/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/wearable/wear/SpeedTracker/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshMultipleViews/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/developers/samples/android/ui/actionbar/DoneBar/ |
D | LICENSE | 22 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
1234